Download the PHP package myerp/myerp-php-api-client without Composer
On this page you can find all versions of the php package myerp/myerp-php-api-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package myerp-php-api-client
myERP API
A PHP client library for myERP's API.
Installation Using Composer
Assuming composer.phar is located in your project's root directory, run the following command:
Getting Started
This wrapper uses Guzzle to communicate with the REST web service.
-
1 - Retrieve your API_KEY and your API_EMAIL from the API settings. More information here.
-
2 - Initiate the client by:
- 3 - Now you're ready to make authorized API requests to your domain!
Contributing
Thanks for considering contributing to this project.
Finding something to do
Ask, or pick an issue and comment on it announcing your desire to work on it. Ideally wait until we assign it to you to minimize work duplication.
Reporting an issue
-
Search existing issues before raising a new one.
- Include as much detail as possible.
Pull requests
-
Make it clear in the issue tracker what you are working on, so that someone else doesn't duplicate the work.
-
Use a feature branch, not master.
-
Rebase your feature branch onto origin/master before raising the PR.
-
Keep up to date with changes in master so your PR is easy to merge.
-
Be descriptive in your PR message: what is it for, why is it needed, etc.
-
Make sure the tests pass
- Squash related commits as much as possible.
Coding style
-
Try to match the existing indent style.
-
Don't abuse the pre-processor.
- Don't mix platform-specific stuff into the main code.
License
The myERP API wrapper is released under the MIT License.