1. Go to this page and download the library: Download dou-xx/nova-poshta-laravel library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
angular2html
Пример ответа
Dou\NovaPoshtaApi\Response\Response
-response: array:9 [
"success" => true
"data" => array:1 [
0 => array:41 [
"SiteKey" => "22624"
"Description" => "Пункт приймання-видачі (до 30 кг): вул. Леніна, 54"
"DescriptionRu" => "Пункт приема-выдачи (до 30 кг), ул. Ленина, 54"
"ShortAddress" => "Дніпрельстан, Леніна, 54"
"ShortAddressRu" => "Днепрельстан, Ленина, 54"
"Phone" => "380800500609"
"TypeOfWarehouse" => "841339c7-591a-42e2-8233-7a0a00f0ed6f"
"Ref" => "3294c49f-23ea-11ea-8ac1-0025b502a04e"
"Number" => "1"
....
$api->response->count(); // Возвращает количество найденых элементов (Городов или отделений)
$api->response->first(); // Возвращает первый элемент
$api->response->first('Ref'); // Возвращает значение первого элемента, выбранное по ключу
$api->response->getData(); // Возвращает коллекцию полученных результатов
$api->response->isSuccess(); // Возвращает true или false, успешен ли был запрос
$api->response->getResponse(); // Получает данные ответа из новой почты
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.