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 2
2
/build /
3
3
.idea /
4
4
.phpunit.result.cache
5
+ composer.lock
Original file line number Diff line number Diff line change 23
23
24
24
A framework for building simple to use SDKs in PHP 8.0 and above.
25
25
26
+ ## Installation
27
+
28
+ ``` shell
29
+ composer require juststeveking/php-sdk
30
+ ```
31
+
26
32
## Purpose
27
33
28
34
The 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 22
22
"juststeveking/http-auth-strategies" : " ^v1.2" ,
23
23
"juststeveking/http-slim" : " ^2.0" ,
24
24
"juststeveking/uri-builder" : " ^2.0" ,
25
- "phpfox/container" : " ^0.2 .0"
25
+ "phpfox/container" : " ^0.3 .0"
26
26
},
27
27
"require-dev" : {
28
28
"nyholm/psr7" : " ^1.4" ,
49
49
"config" : {
50
50
"sort-packages" : true ,
51
51
"preferred-install" : " dist" ,
52
- "optimize-autoloader" : true
52
+ "optimize-autoloader" : true ,
53
+ "allow-plugins" : {
54
+ "pestphp/pest-plugin" : true
55
+ }
53
56
}
54
57
}
You can’t perform that action at this time.
0 commit comments