You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The classes shouldn't be all in a single api.php file, but rather one class per file, with namespaces mapping to directories. Instead of explicit requires, Composer should handle autoloading.
http://www.php-fig.org/psr/psr-4/
The classes shouldn't be all in a single api.php file, but rather one class per file, with namespaces mapping to directories. Instead of explicit
requires, Composer should handle autoloading.