nekland / base-api
Simple library you can build you're api upon.
Installs: 3 034
Dependents: 4
Suggesters: 0
Security: 0
Stars: 3
Watchers: 6
Forks: 3
Open Issues: 0
Requires
- php: >=5.6
- symfony/event-dispatcher: ~2.3|~3.0
Requires (Dev)
- guzzlehttp/guzzle: ^6.2.0
- phpspec/phpspec: ^2.5.0
Suggests
- guzzlehttp/guzzle: The only http adapter available for now is for this library.
- nekland/soundcloud-api: Soundcloud API made easy !
- nekland/youtube-api: Youtube API made easy !
README
Why
I made this project because I created a lib for Youtube API and another for Souncloud API.
Both libs have the same needs. To avoid duplicated code, I made this little project that can be used as a base for the API lib you want to create.
How
Documentation
This project does not need so much documentation but I wrote some for interested people. Checkout the doc folder.
This project is inspirated by KNPLabs api libs.