onramplab / php-api-client
An basic api client to be extended
Installs: 14 223
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 2
Requires
- php: ^7.2|^8.0
- guzzlehttp/guzzle: ^6.0|^7.0
- psr/http-message: ~1.0
Requires (Dev)
- mockery/mockery: ^1.4
- phpstan/phpstan: ^0.12.88
- phpunit/phpunit: ^9.5
- sempro/phpunit-pretty-print: ^1.4
- squizlabs/php_codesniffer: *
This package is auto-updated.
Last update: 2024-10-29 06:00:21 UTC
README
A basic PHP API Client.
Install
composer require onramplab/php-api-client
Usage
Testing
Run the tests with:
vendor/bin/phpunit
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security-related issues, please email kos.huang@onramplab.com instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.# php-api-client