https://github.com/segsalerty2013/errandplace-php-sdk
ErrandPlace PHP lib
https://github.com/segsalerty2013/errandplace-php-sdk
errand logistics payment shipping
Last synced: 21 days ago
JSON representation
ErrandPlace PHP lib
- Host: GitHub
- URL: https://github.com/segsalerty2013/errandplace-php-sdk
- Owner: segsalerty2013
- Created: 2017-05-10T15:37:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T22:38:06.000Z (almost 9 years ago)
- Last Synced: 2025-01-07T16:12:50.651Z (over 1 year ago)
- Topics: errand, logistics, payment, shipping
- Language: PHP
- Homepage: https://errandplace.com
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PHP client for Errands & Logistics Integrations
===============================================
- To know more about how to access errandplace free services, Visit [www.errandplace.com](http://errandplace.com)
## Getting started
The recommended way to install onerecharge-php is through
[Composer](http://getcomposer.org).
```bash
# Install Composer
curl -sS https://getcomposer.org/installer | php
```
Next, run the Composer command to install the latest stable version of errandplace:
```bash
php composer.phar require errandplace/errandplace
```
After installing, you need to require Composer's autoloader:
```php
require 'vendor/autoload.php';
```
You can then later update errandplace using composer:
```bash
composer.phar update
```
## Example usage
- Coming soon in later version of library
- To gain early access to enjoy this service : contact [hello@errandplace.com](mailto:hello@errandplace.com)
## Features
- Documentation going to be listed soon
### Submit an issue, feedback or a feature request
- Any issue topics are welcome.
### CONTRIBUTING
- Fork it!
- Clone your fork
- Create your feature branch: `git checkout -b my-new-feature;`
- Commit your changes: `git commit -am 'Add some feature/fix';`
- Push to the branch: `git push origin my-new-feature;`
- Submit a pull request: