ActiveCampaign / activecampaign-api-php

MIT License
115 stars 76 forks source link

Add Namespacing #88

Closed bartboy011 closed 6 years ago

bartboy011 commented 6 years ago

This PR namespaces all classes and updates the README/examples accordingly.

Additionally, it takes advantage of autoloading and assumes that a user has Composer installed. If the user does not have Composer installed, they can manually import all files.

Finally, it removes an unnecessary config file and examples files to be replaced in a future PR with an expanded README

bartboy011 commented 6 years ago

@cristiangrama I believe this is ready now!

bartboy011 commented 6 years ago

@cristiangrama This has been updated to not include the camel-casing.

bartboy011 commented 6 years ago

@cristiangrama Ok, should finally be there unless you see something else.