Download the PHP package gdinko/speedy without Composer
On this page you can find all versions of the php package gdinko/speedy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download gdinko/speedy
More information about gdinko/speedy
Files in gdinko/speedy
Package speedy
Short Description Laravel Speedy API Wrapper
License MIT
Homepage https://github.com/gdinko/speedy
Informations about the package speedy
Laravel Speedy 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/TrackCarrierSpeedy define your logic for parcels to be tracked
- Use the command
Examples
Subscribe to payment event
Check for payments from today
Get All Countries
Find Country
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 speedy with dependencies
guzzlehttp/guzzle Version ^7.4
illuminate/support Version ^8.0|^9.0|^10.0|^11.0