2017 © Pedro Peláez
 

library php-api-client

A PHP library that is able to communicate with the Evolve123 API.

image

evolve/php-api-client

A PHP library that is able to communicate with the Evolve123 API.

  • Friday, March 31, 2017
  • by polderknowledge
  • Repository
  • 6 Watchers
  • 0 Stars
  • 56 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 44 % Grown

The README.md

evolve/php-api-client

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

An API client written in PHP which is able to communicate with the Evolve123 API., (*2)

Structure

If any of the following are applicable to your project, then the directory structure should follow industry best practises by being named the following., (*3)

bin/        
config/
src/
tests/
vendor/

Install

Via Composer, (*4)

``` bash $ composer require evolve/php-api-client, (*5)


## Usage ``` php $skeleton = new Evolve123\ApiClient(); echo $skeleton->echoPhrase('Hello, League!');

Change log

Please see CHANGELOG for more information on what has changed recently., (*6)

Testing

bash $ composer test, (*7)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*8)

Security

If you discover any security related issues, please email evolve@example.com instead of using the issue tracker., (*9)

Credits

License

The MIT License (MIT). Please see License File for more information., (*10)

The Versions

31/03 2017

dev-master

9999999-dev https://github.com/polderknowledge/evolve-php-api-client

A PHP library that is able to communicate with the Evolve123 API.

  Sources   Download

MIT

The Requires

 

The Development Requires

evolve php-api-client