An open API service indexing awesome lists of open source software.

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.

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.