Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joanlopez/php-glovo-api
PHP library for easy communication with Glovo Api
https://github.com/joanlopez/php-glovo-api
Last synced: about 2 months ago
JSON representation
PHP library for easy communication with Glovo Api
- Host: GitHub
- URL: https://github.com/joanlopez/php-glovo-api
- Owner: joanlopez
- License: mit
- Created: 2016-11-17T15:41:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-21T13:07:19.000Z (about 8 years ago)
- Last Synced: 2024-04-19T01:22:40.815Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 490 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GlovoApi
PHP library for easy communication with Glovo Api.
[![Build Status](https://secure.travis-ci.org/joanlopez/php-glovo-api.png)](http://travis-ci.org/joanlopez/php-glovo-api)
[![Installs](https://img.shields.io/packagist/dm/joanlopez/glovo-api.svg)](https://packagist.org/packages/joanlopez/glovo-api)## Requirements
* PHP 5.5+
## Documentation and examples
* [Getting started](https://github.com/joanlopez/php-glovo-api/blob/master/doc/getting-started.md)
* [Available actions](https://github.com/joanlopez/php-glovo-api/blob/master/doc/available-actions.md)## Todo
* Refactor to retrieve points (!)
* Add HttpRequester tests with a mocked client and check the given url's
* Add the reversed tests (check that requests are made as expected)
* Refactor response to model (duplicate code)
* Allow isolated passwords for customers (now same as description)## Credits
GlovoApi has been created by @joanlopez.