matthewbdaly/api-client-boilerplate

PHP API client boilerplate

Maintainers

Package info

github.com/matthewbdaly/api-client-boilerplate

pkg:composer/matthewbdaly/api-client-boilerplate

Statistics

Installs: 12

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2018-01-10 18:21 UTC

This package is auto-updated.

Last update: 2026-02-28 10:09:53 UTC


README

Boilerplate for writing PHP API clients. Uses PHPSpec and HTTPlug.

How do I use it?

composer create-project matthewbdaly/api-client-boilerplate <YOUR_NEW_LIBRARY_DIRECTORY>

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.