Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Sebb767
/
php-vcr
Public
forked from
dbrumann/php-vcr
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
2021-update
User selector
All users
Datepicker
All time
Commit History
Commits on Mar 8, 2021
Updated php-cs-fixer config
JeroenVanOort
committed
620269f
Copy full SHA for 620269f
Upgraded PHPUnit from 7 to 8
JeroenVanOort
committed
8f2569b
Copy full SHA for 8f2569b
Ran composer fix
JeroenVanOort
committed
7d0de08
Copy full SHA for 7d0de08
Adding docker-compose environment
JeroenVanOort
committed
e35b7af
Copy full SHA for e35b7af
Commits on Nov 23, 2020
Merge pull request #334 from specialtactics/feature/ssl-paypal
Show description for ddabff2
JeroenVanOort
authored
ddabff2
Copy full SHA for ddabff2
Update phpstan config
specialtactics
committed
1f5e709
Copy full SHA for 1f5e709
CS rule
specialtactics
committed
b830966
Copy full SHA for b830966
Support for ssl requests in some edge cases like paypal php sdk
specialtactics
committed
1ad3413
Copy full SHA for 1ad3413
Commits on Nov 22, 2020
Merge pull request #260 from alnorth/fix-calling-of-private-curl-functions
Show description for c482b6e
JeroenVanOort
authored
c482b6e
Copy full SHA for c482b6e
call_user_func doesn't work in this context with private or protected functions. This should solve an issue encountered when using php-vcr with the PayPal SDK (https://github.com/paypal/PayPal-PHP-…
alnorth
committed
3f13b2b
Copy full SHA for 3f13b2b
Merge pull request #331 from pvgnd/ignore-composer-lock
Show description for d280fef
JeroenVanOort
authored
d280fef
Copy full SHA for d280fef
chore: Ignore composer.lock
pvgnd
committed
9235412
Copy full SHA for 9235412
Merge pull request #333 from pvgnd/fix-phpstan
Show description for c027a6e
JeroenVanOort
authored
c027a6e
Copy full SHA for c027a6e
Commits on Nov 21, 2020
fix: ensure stream_wrapper_restore does not throw
pvgnd
committed
4b8f627
Copy full SHA for 4b8f627
fix: phpstan ignore error failure on PHP >= 7.2
pvgnd
committed
6cc06e2
Copy full SHA for 6cc06e2
Commits on Jul 28, 2020
Merge pull request #326 from php-vcr/1.5
Show description for 1b152a6
JeroenVanOort
authored
1b152a6
Copy full SHA for 1b152a6
Merge pull request #325 from php-vcr/1.5-removing-unused-guzzle-4-test
Show description for 58b2e9f
JeroenVanOort
authored
58b2e9f
Copy full SHA for 58b2e9f
Removed Guzzle 4 test as Guzzle 4 is not compatible with PHP >= 7.1
JeroenVanOort
committed
82eb7d5
Copy full SHA for 82eb7d5
Merge pull request #324 from php-vcr/1.5-updating-readme-and-composer.json
Show description for 8e92a4b
JeroenVanOort
authored
8e92a4b
Copy full SHA for 8e92a4b
Updated readme and composer.json
JeroenVanOort
committed
6ffdd9e
Copy full SHA for 6ffdd9e
Commits on Jul 27, 2020
Merge pull request #323 from php-vcr/1.5-updating-vfsstream
Show description for dea11c5
JeroenVanOort
authored
dea11c5
Copy full SHA for dea11c5
Updated vfsstream
JeroenVanOort
committed
2c0e9b3
Copy full SHA for 2c0e9b3
Commits on Jul 4, 2020
Merge branch 'master' of github.com:php-vcr/php-vcr into 1.5
JeroenVanOort
committed
746c3bd
Copy full SHA for 746c3bd
Merge pull request #283 from janvernieuwe/issue-282
Show description for 9a8fc21
JeroenVanOort
authored
9a8fc21
Copy full SHA for 9a8fc21
Add word boundary to regex
janvernieuwe
authored and
JeroenVanOort
committed
9375ef0
Copy full SHA for 9375ef0
Add Failing test
janvernieuwe
authored and
JeroenVanOort
committed
9297ec7
Copy full SHA for 9297ec7
Merge branch 'master' of github.com:php-vcr/php-vcr into 1.5
JeroenVanOort
committed
39ac1dd
Copy full SHA for 39ac1dd
Merge pull request #319 from php-vcr/1.5-allow-symfony-yaml-5
Show description for f6b5fb4
JeroenVanOort
authored
f6b5fb4
Copy full SHA for f6b5fb4
Allow using symfony/yaml ^5.0
JeroenVanOort
committed
ca06c3e
Copy full SHA for ca06c3e
Commits on Jul 1, 2020
Merge pull request #317 from php-vcr/1.5-fix-stat-error
Show description for fc5c75a
JeroenVanOort
authored
fc5c75a
Copy full SHA for fc5c75a
Implemented stream_stat
JeroenVanOort
committed
a8a01b2
Copy full SHA for a8a01b2
Merge pull request #314 from php-vcr/1.5-configure-php-cs-fixer
Show description for 70a2b13
JeroenVanOort
authored
70a2b13
Copy full SHA for 70a2b13
Changes by php-cs-fixer
JeroenVanOort
committed
a4809a2
Copy full SHA for a4809a2
Updated php-cs-fixer config
JeroenVanOort
committed
bbf48f3
Copy full SHA for bbf48f3
Configure php-cs-fixer as dev dependency
JeroenVanOort
committed
99f88a6
Copy full SHA for 99f88a6
Pagination
Previous
Next
You can’t perform that action at this time.