eventbrite / eventbrite-sdk-php

0 stars 2 forks source link

Namespaces and auto-loading #19

Open jissereitsma opened 5 years ago

jissereitsma commented 5 years ago

While this library is shipping with a composer.json file, it really is not compliant with modern PHP standards: There are no PHP namespaces involved and there are require statements all over the place instead of using composer auto-loading. Are there any plans for a major rewrite?

ArtDepartmentMJ commented 3 years ago

Would be great to get the pr merged from @mwoynarski