parser-postal / warehouses
There is no license information available for the latest version (dev-master) of this package.
Parse Delivery and InTime branches
Package info
github.com/snigachmaksym/laravel-package-parser-warehouses
pkg:composer/parser-postal/warehouses
dev-master
2020-04-04 15:39 UTC
This package is not auto-updated.
Last update: 2026-03-02 18:38:07 UTC
README
##Laravel package - Parser for warehouses
install
sudo apt-get install php7.*-soap
sudo systemctl restart apache2
add into config.app in providers array
Parser\Postal\ParserServiceProvider::class
update the .env file next variables
INTIME_API_KEY=''
INTIME_URL=''
DELIVERY_URL=''
DELIVERY_PARAM=''
DB_NAME=''
DELIVERY_TABLE_NAME=''
INTIME_TABLE_NAME=''
FIREBASE_AUTH=''
MOYSKLAD_EMAIL=''
MOYSKLAD_PASS=''
MOYSKLAD_DELIVERY_TABLE_ID=''
MOYSKLAD_INTIME_TABLE_ID=''