onramplab / php-api-client
An basic api client to be extended
v2.0.3
2023-01-16 01:53 UTC
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: 2026-03-01 00:56:44 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