Download the PHP package beedelivery/laravel-ifood without Composer
On this page you can find all versions of the php package beedelivery/laravel-ifood. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download beedelivery/laravel-ifood
More information about beedelivery/laravel-ifood
Files in beedelivery/laravel-ifood
Package laravel-ifood
Short Description Integração rápida e fácil com o iFood, em PHP
License MIT
Informations about the package laravel-ifood
Lara iFood
Integre seu sistema rapidamente com o iFood através deste pacote.
Instalando
Instale com composer:
Authentication OAuth
Issues a user code to link applications in Partner Portal and grant them permissions to access merchant resources
Example of response
Requests new access token for accessing our API resources. By default, the token expires in 6 hours.
Example of response
Merchant
The Merchant API provides means to interact with merchants on the platform. It is separated into three core parts. Merchant, Status and Interruption, which are described in further detail hereafter. All endpoints require authentication.
Get all merchants
Lists the summary of all merchants related to the client in the token.
Example of response
Get detailed about the merchant
Gets detailed information about the merchant, such as merchant basic info, address and operations.
Example of response
Order
The Order API provides means to interact with orders on the platform. It is separated into three core parts: Events, Details and Actions, which are described in further detail hereafter. All endpoints require authentication.
Events
Polls events for any orders from merchants associated with the authenticated user.
Each event received from this endpoint must be properly acknowledged, otherwise it will continue to be returned on further requests.
Example of response
Details
Full information on the order (items, payment, delivery information, etc.).
Example of response
Licença
Sinta-se a vontade em nos ajudar. Faça um PR :)
GNU General Public License v3