2017 © Pedro Peláez
 

library loja-integrada

Customer integration with webservice Loja Integrada

image

wsw/loja-integrada

Customer integration with webservice Loja Integrada

  • Monday, December 26, 2016
  • by whera
  • Repository
  • 1 Watchers
  • 10 Stars
  • 24 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

API Loja Integrada

Author Source Code Latest Version Software License Build Status Coverage Status Quality Score Total Downloads, (*1)

API integration with e-commerce system Loja Integrada, (*2)

Install

Via Composer, (*3)

``` bash $ composer require wsw/loja-integrada, (*4)


## Usage ``` php use WSW\LojaIntegrada\Credentials; use WSW\LojaIntegrada\Resources\Category; use WSW\LojaIntegrada\Client\LojaIntegradaException; try { $credentials = new Credentials( '0a0000a0-aaa0-0000-a000-aa0a000000aa', '0a0000a0-aaa0-0000-a000-aa0a000000aB' ); $category = new Category($credentials); // returns all records in the category $result = $category->findAll(); // returns the related category to id $resultID = $category->find(123); // returns the categories related to the ids $resultIDs = $category->find([1, 10, 50, 99]); // returns the related category to the external id $resultIdExternal = $category->idExternal()->find(999); } catch (LojaIntegradaException $e) { echo $e->getMessage(); } catch (\InvalidArgumentException $e) { echo $e->getMessage(); }

Testing

bash $ composer test, (*5)

Contributing

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

Security

If you discover any security related issues, please email ronaldo@whera.com.br instead of using the issue tracker., (*7)

Credits

License

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

The Versions

26/12 2016

dev-master

9999999-dev https://github.com/whera/LojaIntegrada

Customer integration with webservice Loja Integrada

  Sources   Download

MIT

The Requires

 

The Development Requires

wsw lojaintegrada

03/11 2016

v1.3.1

1.3.1.0 https://github.com/whera/LojaIntegrada

Customer integration with webservice Loja Integrada

  Sources   Download

MIT

The Requires

 

The Development Requires

wsw lojaintegrada

03/11 2016

v1.3.0

1.3.0.0 https://github.com/whera/LojaIntegrada

Customer integration with webservice Loja Integrada

  Sources   Download

MIT

The Requires

 

The Development Requires

wsw lojaintegrada

19/05 2016

v1.2.1

1.2.1.0 https://github.com/whera/LojaIntegrada

Customer integration with webservice Loja Integrada

  Sources   Download

MIT

The Requires

 

The Development Requires

wsw lojaintegrada

19/05 2016

v1.2.0

1.2.0.0 https://github.com/whera/LojaIntegrada

Customer integration with webservice Loja Integrada

  Sources   Download

MIT

The Requires

 

The Development Requires

wsw lojaintegrada

13/05 2016

v1.1.0

1.1.0.0 https://github.com/whera/LojaIntegrada

Customer integration with webservice Loja Integrada

  Sources   Download

MIT

The Requires

 

The Development Requires

wsw lojaintegrada

10/04 2016

v1.0.0

1.0.0.0 https://github.com/whera/LojaIntegrada

Customer integration with webservice Loja Integrada

  Sources   Download

MIT

The Requires

 

The Development Requires

wsw lojaintegrada