Download the PHP package orhanozyalcin/sendeo-client-laravel without Composer
On this page you can find all versions of the php package orhanozyalcin/sendeo-client-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download orhanozyalcin/sendeo-client-laravel
More information about orhanozyalcin/sendeo-client-laravel
Files in orhanozyalcin/sendeo-client-laravel
Package sendeo-client-laravel
Short Description A Laravel-optimized PHP client library for Sendeo API integration.
License MIT
Informations about the package sendeo-client-laravel
Sendeo Client Laravel
A Laravel-optimized PHP client library for Sendeo API integration.
This library simplifies communication with Sendeo API, providing methods for tracking, canceling deliveries, and more.
Installation
To install this package, run the following command in your Laravel project:
Configuration
This package uses Laravel's Package Discovery, so no manual configuration is required. However, ensure the following is properly set up:
Publishing the Config File
After installing the package, publish the configuration file to your Laravel project:
Service Provider
- The
SendeoServiceProvider
is automatically registered.
Facade
- The
Sendeo
alias is automatically added for easy usage.
Example .env Configuration
Usage
1. Using the Facade
You can interact with the Sendeo API using the Sendeo
facade:
2. Using the Service Container
Alternatively, you can resolve the SendeoClient
service from the container:
Features
Supported API Methods
1. Authentication
2. Track a Delivery
3. Cancel a Delivery
4. Set a Delivery
Requirements
- PHP: ^8.0
- Laravel: ^9.0 | ^10.0
- Sendeo API Access
Contribution
Contributions are welcome! Please fork this repository, make your changes, and submit a pull request.
License
This package is licensed under the MIT License. See the LICENSE file for more details.
Author
Orhan Özyalçın
[email protected]