Download the PHP package gdinko/econt without Composer
On this page you can find all versions of the php package gdinko/econt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package econt
Short Description Laravel Econt API Wrapper
License MIT
Homepage https://github.com/gdinko/econt
Informations about the package econt
Laravel Econt API Wrapper
Installation
You can install the package via composer:
If you plan to use database for storing nomenclatures:
If you need to export configuration file:
If you need to export migrations:
If you need to export models:
If you need to export commands:
Configuration
Usage
Runtime Setup
Multiple Account Support In AppServiceProvider add accounts in boot method
Methods
Commands
Models
Events
Parcels Tracking
-
Subscribe to tracking event, you will recieve last tracking info, if tracking command is schduled
-
Before use of tracking command you need to create your own command and define setUp method
-
In app/Console/Commands/TrackCarrierEcont define your logic for parcels to be tracked
- Use the command
Examples
Address Validation
Get Nearest Offices to Address
Calculcate Price
Create Label
Request Courier
Get Payments
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Dinko Georgiev
- silabg.com :heart:
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of econt with dependencies
guzzlehttp/guzzle Version ^7.4
illuminate/support Version ^8.0|^9.0|^10.0|^11.0