nathandunn / chargebee-php-sdk
PHP Client for using the Chargebee API.
Installs: 4 465
Dependents: 1
Suggesters: 0
Security: 0
Stars: 5
Watchers: 3
Forks: 5
Open Issues: 3
Requires
- php: >=7.0.0
- php-http/client-common: ^1.6
- php-http/discovery: ^1.1
- php-http/httplug: ^1.1
- php-http/message: ^1.6
- php-http/message-factory: ^1.0
- php-http/multipart-stream-builder: ^1.0
- psr/http-message: ^1.0
- symfony/options-resolver: ^2.6 || ^3.0 || ^4.0
Requires (Dev)
- php-coveralls/php-coveralls: ^2.0
- php-http/guzzle6-adapter: ^1.1
- php-http/mock-client: ^1.0
- phpunit/phpcov: ^4.0
- phpunit/phpunit: ^6.5
This package is auto-updated.
Last update: 2024-10-06 06:45:53 UTC
README
Installation
Via composer
composer require nathandunn/chargebee-php-sdk php-http/guzzle6-adapter
Why php-http/guzzle6-adapter
? We are decoupled from any HTTP messaging client with help by HTTPlug.
You can visit HTTPlug for library users to get more information about installing HTTPlug related packages.
License
See the LICENSE file.
Documentation
For documentation, see the Wiki