chargebee-php icon indicating copy to clipboard operation
chargebee-php copied to clipboard

PHP library for the Chargebee API.

Results 5 chargebee-php issues
Sort by recently updated
recently updated
newest added

Following on from https://github.com/chargebee/chargebee-php/issues/40, I am experiencing a whole bunch of deprecation notices in my application originating from the `chargebee/chargebee-php` project. ``` User Deprecated: Method "Countable::count()" might add "int" as...

Hello, It would be nice if we can have documentation in our IDE when using your `\ChargeBee_Model` classes. The implementation of `\JsonSerializable` can be also useful. Namespace support is nice...

Hello, For Composer based usage specifying `ext-json` in composer.json require field would be better than the runtime validation used in AbstractChargeBee, allowing composer to check for the presence of the...

When a property of a Model is supposed to be a list of some subtype (for example `taxes` of the `InvoiceEstimate`), but the ChargeBee returns 0 items in the list,...

Future

Sometimes you want to be able to send specific headers with every ChargeBee request. This allows you to define those in ChargeBee::Environment::configure().