Download the PHP package globalis/chargebee-php-sdk without Composer
On this page you can find all versions of the php package globalis/chargebee-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download globalis/chargebee-php-sdk
More information about globalis/chargebee-php-sdk
Files in globalis/chargebee-php-sdk
Package chargebee-php-sdk
Short Description Chargebee API PHP Client (for API version 2 and Product Catalog version 2.0)
License MIT
Informations about the package chargebee-php-sdk
chargebee-php-sdk
Overview
This package provides an API client for Chargebee subscription management services.
It connects to Chargebee REST APIs for the following versions:
- Chargebee API : version 2 (see official API documentation)
- Product Catalog: version 2.0 (see official API documentation)
If your Chargebee site is using Product Catalog version 1.0, you can use our product_catalog_v1 branch. It works mostly the same, but be aware that it is neither maintained nor documented.
Installation
Basic usage
Events
The API client produces events on API responses. You can listen to those events and connect any callable on them.
The events implement Psr\EventDispatcher\StoppableEventInterface from league/event PSR-14 package.
Integrations
- WordPress: globalis/chargebee-php-sdk-wp converts PSR-14 events into WordPress hooks and connects to query-monitor to debug your API requests.
History
This project is a fork of nathandunn/chargebee-php-sdk package. We forked it so we could implement Product Catalog 2.0 changes. We also added PSR-14 events, and fixed a few bugs.
Documentation
We don't have a full documentation yet.
You will find more details on the usage of HTTPlug and the HttpClient\Builder on the original README.md and wiki.
All versions of chargebee-php-sdk with dependencies
psr/http-message Version ^1.0
php-http/message-factory Version ^1.0
php-http/discovery Version ^1.7
php-http/client-common Version ^2.1
php-http/multipart-stream-builder Version ^1.0
php-http/message Version ^1.7
psr/http-client Version ^1.0
php-http/client-implementation Version ^1.0
http-interop/http-factory-guzzle Version ^1.0
globalis/wp-cubi-helpers Version ^1.0
league/event Version ^3.0