Flutterwave / PHP-v3

PHP Library for Flutterwave v3 APIs
MIT License
18 stars 17 forks source link

Autoloading using composer #34

Closed martonkaufmann closed 2 years ago

martonkaufmann commented 2 years ago

We would like composer to take care of autoloading the classes in the library, but as we found it's not PSR-4 compliant, and we would prefer not to require/include each file one-by-one.

Is there a recommended approach we should take? Should we decide to fix the PSR compliancy issue, would you be open to merging it?

salvationarinze commented 2 years ago

Hi @martonkaufmann. We apologize for the inconvenience. We have gone ahead to make it PSR-4 compliant. Please update the package. Lastly, please fill free to contribute to the project in order to make it better. Thanks