Download the PHP package lari/furgonetka without Composer
On this page you can find all versions of the php package lari/furgonetka. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package furgonetka
Furgonetka API
Laravel API wrapper for furgonetka.pl
Installation
Then in your php file:
Methods
User // (new Furgonetka())->user()
- get()
Billing // (new Furgonetka())->billing()
- pay(float $amount)
Package // (new Furgonetka())->package()
- from($user)
- to($user)
- price()
- add($service_name)
- details($package_id)
- cancel($package_id)
- order(array $packages_ids) // orders a courier
- delete($pacakge_id)
- getWaiting() // get list of awaiting packages
- addParameter($name, $value) // add parameter to global query
- ofType($name = "package") // package | dox | palette
Paczkomaty // (new Furgonetka())->paczkomaty()
- user($user)
- get()
Development
Want to contribute? Great!
Contact me at [email protected]
License
MIT
All versions of furgonetka with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
^6.2
The package lari/furgonetka contains the following files
Loading the files please wait ....