https://github.com/matthewbdaly/api-client-boilerplate
Boilerplate for writing PHP API clients. Uses PHPSpec and HTTPlug.
https://github.com/matthewbdaly/api-client-boilerplate
Last synced: 3 months ago
JSON representation
Boilerplate for writing PHP API clients. Uses PHPSpec and HTTPlug.
- Host: GitHub
- URL: https://github.com/matthewbdaly/api-client-boilerplate
- Owner: matthewbdaly
- License: mit
- Created: 2018-01-10T18:13:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-30T19:28:05.000Z (about 7 years ago)
- Last Synced: 2024-04-14T04:02:16.985Z (about 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# api-client-boilerplate
Boilerplate for writing PHP API clients. Uses PHPSpec and HTTPlug.
How do I use it?
----------------```bash
composer create-project matthewbdaly/api-client-boilerplate
```This will generate a starting boilerplate for your API client. You'll want to update your `composer.json` and `phpspec.yml` with your required namespace and other details.