chargebee / chargebee-php

PHP library for the Chargebee API.
https://apidocs.chargebee.com/docs/api?lang=php
MIT License
72 stars 62 forks source link

Utilize autoloading #27

Closed jhedstrom closed 3 years ago

jhedstrom commented 5 years ago

The lib/ChargeBee.php file currently loads all of this library's code. It would be nice to adopt autoloading as provided by composer. This would be easier to do after #23 is done.

karololszacki commented 5 years ago

This is a duplicate of #11... but it's super annoying. Maybe we should all create issues about this to shed some light on it...

robbieaverill commented 4 years ago

Just popping in to say hello! We've noticed that the manual "autoloading" of files in this repository is contributing to a decent amount of our startup time. PSR-4 would be great. If anyone is maintaining this, I'd be happy to make a PR for it. Cheers.

cb-rakesh commented 3 years ago

This has been fixed in v3.0.0