File tree Expand file tree Collapse file tree 4 files changed +12
-4782
lines changed
Expand file tree Collapse file tree 4 files changed +12
-4782
lines changed Original file line number Diff line number Diff line change 22/build /
33.idea /
44.phpunit.result.cache
5+ composer.lock
Original file line number Diff line number Diff line change 2323
2424A framework for building simple to use SDKs in PHP 8.0 and above.
2525
26+ ## Installation
27+
28+ ``` shell
29+ composer require juststeveking/php-sdk
30+ ```
31+
2632## Purpose
2733
2834The purpose of this package is to provide a consistent and interoperable way to build PHP SDKs to work with 3rd party APis.
Original file line number Diff line number Diff line change 2222 "juststeveking/http-auth-strategies" : " ^v1.2" ,
2323 "juststeveking/http-slim" : " ^2.0" ,
2424 "juststeveking/uri-builder" : " ^2.0" ,
25- "phpfox/container" : " ^0.2 .0"
25+ "phpfox/container" : " ^0.3 .0"
2626 },
2727 "require-dev" : {
2828 "nyholm/psr7" : " ^1.4" ,
4949 "config" : {
5050 "sort-packages" : true ,
5151 "preferred-install" : " dist" ,
52- "optimize-autoloader" : true
52+ "optimize-autoloader" : true ,
53+ "allow-plugins" : {
54+ "pestphp/pest-plugin" : true
55+ }
5356 }
5457}
You can’t perform that action at this time.
0 commit comments