2017 © Pedro Peláez
 

library api-client-boilerplate

PHP API client boilerplate

image

matthewbdaly/api-client-boilerplate

PHP API client boilerplate

  • Wednesday, January 10, 2018
  • by matthewbdaly
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

api-client-boilerplate

Boilerplate for writing PHP API clients. Uses PHPSpec and HTTPlug., (*1)

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., (*2)

The Versions