2017 © Pedro Peláez
 

library economic-php-client

PHP-SDK to communicate with E-Conomic

image

lenius/economic-php-client

PHP-SDK to communicate with E-Conomic

  • Sunday, July 31, 2016
  • by lenius
  • Repository
  • 2 Watchers
  • 7 Stars
  • 7,779 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 16 % Grown

The README.md

E-conomic PHP REST CLIENT

PHP Tests Code Coverage Scrutinizer Code Quality Latest Stable Version Total Downloads License, (*1)

Install

Via Composer, (*2)

``` bash $ composer require lenius/economic-php-client, (*3)


## Documentation Please see the [official e-conomic documentation](https://restdocs.e-conomic.com). ## Access all debitors Call the Customers url /Customers ```php $appToken = 'demo'; $grant = 'demo'; $client = new Lenius\Economic\RestClient($appToken, $grant); $parms = ['pagesize' => 100]; $response = $client->request->get('customers', $parms); $status = $response->httpStatus(); if ($status == 200) { // Successful request $data = $response->asArray(); print_r($data); }

Testing

Run the tests with:, (*4)

bash composer psalm composer stan composer test, (*5)

Contributing

All PR's are welcome, just throw me one, and i take a look at it :), (*6)

License

This code is release under the MIT License, which means you can do pretty much whatever you wanna do with it. Take a look at the LICENSE file for more information., (*7)

Author

This packages is originally developed and maintained by Carsten Jonstrup., (*8)

The Versions

31/07 2016

dev-master

9999999-dev https://github.com/lenius/economic-php-client

PHP-SDK to communicate with E-Conomic

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar lenius

rest economic e-conomic

21/07 2016

v1.0.1

1.0.1.0 https://github.com/lenius/economic-php-client

PHP-SDK to communicate with E-Conomic

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar lenius

rest economic e-conomic

20/07 2016

v1.0.0

1.0.0.0 https://github.com/lenius/economic-php-client

PHP-SDK to communicate with E-Conomic

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar lenius

rest economic e-conomic