I need to start a project that will be json-API-centric, which means that most of the project will be an API based on exchanges of json structures.
I want to find a framework that will jumpstart my project with :
- auto-documentation (documentation of public APIs are extracted from the code for public clients, private APIs are extracted for trusted clients)
- API keys
- metrics of usage
- ..
Do you know if such an API-centric framework already exists in PHP ?
I asked this question long ago.
This is the closest framework i have found so far meeting my requirements: http://phpsx.org/