Download the PHP package jackmartin/ukrpochta without Composer
On this page you can find all versions of the php package jackmartin/ukrpochta. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jackmartin/ukrpochta
More information about jackmartin/ukrpochta
Files in jackmartin/ukrpochta
Download jackmartin/ukrpochta
More information about jackmartin/ukrpochta
Files in jackmartin/ukrpochta
Please rate this library. Is it a good library?
Informations about the package ukrpochta
Описание
PHP класс для работы с API Укрпочты
Документация
Требование
- PHP 5.6 или выше
- Composer
Composer
Библиотеки
Методы API
- Создать адрес
- Редактировать адрес
- Показать адрес по ID
- Создать нового клиента
- Редактировать клиента
- Получить список клиентов
- Получить клиента по ID или ExternalID
- Создать группу отправлений
- Редактирование группы отправлений
- Получить список групп отправлений
- Получить группу отправлений по ID
- Создать новую посылку
- Редактировать посылку
- Получить список почтовых отправлений
- Получить почтовое отправление по ID
- Удалить почтовое отправление с группы
- Создать форму в PDF формате
- Создать форму 103 в PDF формате
Примеры
createAddress($data = array())
editAddress($id, $data = array())
getAddress($id)
createClient($token, $data = array())
editClient($id, $token, $data = array())
clientsList($token)
getClient($token, $id = 0, $extID = 0, $type = true)
createGroup($data = array())
editGroup($token, $id, data = array())
groupList($token)
getGroup($id)
createParcel($token, $data = array())
editParcel($id, $token, $data = array())
parcelList($token)
getParcel($id, $token, $type = true)
delParcelGroup($id, $token)
createForm($id, $token, $path, $type = true)
createForm103($id, $token, $path)
All versions of ukrpochta with dependencies
PHP Build Version
Package Version
The package jackmartin/ukrpochta contains the following files
Loading the files please wait ....