Download the PHP package foodkit/lalamove-php-api without Composer
On this page you can find all versions of the php package foodkit/lalamove-php-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download foodkit/lalamove-php-api
More information about foodkit/lalamove-php-api
Files in foodkit/lalamove-php-api
Download foodkit/lalamove-php-api
More information about foodkit/lalamove-php-api
Files in foodkit/lalamove-php-api
Vendor foodkit
Package lalamove-php-api
Short Description PHP client for the Lalamove API
License MIT
Package lalamove-php-api
Short Description PHP client for the Lalamove API
License MIT
Please rate this library. Is it a good library?
Informations about the package lalamove-php-api
Lalamove PHP API
This provides a PHP wrapper around the Lalamove API (v2 and v3). Currently supports PHP >= 7.4|8.1
Built and maintained by Foodkit.
Running the tests
Using the library
Errors
The client library will throw exceptions in the case of request (or server) errors.
You can handle these independently (see exceptions in src/Exceptions/
), or just catch the supertype Lalamove\Exceptions\LalamoveException
to handle all failure cases.
Contributing
Open a PR against master. Please use PSR-x conventions for everything and include tests.
Design goals
- Lean on the IDE. We should leverage the IDE (autocompletion) to help the developer to use the library.
- Hide the transport mechanism (HTTP) as much as possible. Except when absolutely necessary (e.g endpoint configuration, request timeouts), the end user should not be worried about HTTP concepts when using the library.
- Interface should be pleasant/unobtrusive to use. The library should remove as much friction from the development process as possible.
License
See LICENSE.
All versions of lalamove-php-api with dependencies
PHP Build Version
Package Version
Requires
nesbot/carbon Version
^2.57.0
guzzlehttp/guzzle Version ^7.4.2
psr/log Version ^1.1 || ^2.0 || ^3.0
php Version ^8.0
guzzlehttp/guzzle Version ^7.4.2
psr/log Version ^1.1 || ^2.0 || ^3.0
php Version ^8.0
The package foodkit/lalamove-php-api contains the following files
Loading the files please wait ....