Download the PHP package scary-layer/nova-poshta without Composer
On this page you can find all versions of the php package scary-layer/nova-poshta. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download scary-layer/nova-poshta
More information about scary-layer/nova-poshta
Files in scary-layer/nova-poshta
Download scary-layer/nova-poshta
More information about scary-layer/nova-poshta
Files in scary-layer/nova-poshta
Vendor scary-layer
Package nova-poshta
Short Description Nova poshta warehouses pre-loader
License MIT
Package nova-poshta
Short Description Nova poshta warehouses pre-loader
License MIT
Please rate this library. Is it a good library?
Informations about the package nova-poshta
This package provides a command for pre-loading Nova Poshta warehouses and class for working with it.
Installation
- Install package by
composer require scary-layer/nova-poshta
. - Add command
php artisan nova-poshta:load
to crontab.
Documentation of Nova Poshta API recommends to do it daily.
If you just started development, run this command single time to warehouses to be loaded.
Using
Use ScaryLayer\NovaPoshta\NovaPoshta
class to work with loaded data.
Currently it contain methods:
getCities
- to get array of available cities like [$cityRef => $cityDescription]getWarehouses
- to get array of available warehouses like [$warehouseRef => $warehouseDescription]
Or you may use ScaryLayer\NovaPoshta\Repositories\City
and ScaryLayer\NovaPoshta\Repositories\Warehouse
to more advanced work with stored data.
All versions of nova-poshta with dependencies
PHP Build Version
Package Version
The package scary-layer/nova-poshta contains the following files
Loading the files please wait ....