rest-api
rest-api copied to clipboard
[NFR] Publish library as package
It would be great if the essential reusable files become part of a package (composer), allowing to build and api based on this project and have the possibility to upgrade the package when new fixes are done.
Great idea. I think that will require to split the project into 2 parts, one that will come with say composer and then the rest one where the actual implementation based on the application needs lives.
Composer would be perfect. Maybe we could even add this to the phalcon/phalcon-devtools as a project skeleton that sets up a basic api project using this lib. I could help out with some work when the basic split is done.