2017 © Pedro Peláez
 

library api-client-abcp

API client abcp.ru

image

r0dgerv/api-client-abcp

API client abcp.ru

  • Wednesday, January 25, 2017
  • by R0dgerV
  • Repository
  • 1 Watchers
  • 0 Stars
  • 52 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

API-Client-ABCP

API abcp.ru - Документация по API, (*1)

install

composer require r0dgerv/api-client-abcp=dev-master

В данном классе реализован только метод Поиск детали по номеру и бренду, (*2)

url: search/articles, (*3)

Пример использования, (*4)

$user - Имя пользователя, (*5)

$password - Пароль в md5, (*6)

host - http://имя.сайта.public.api.abcp.ru/, (*7)

        $service = new R0dgerV\ApiClientABCP\ApiClient(
            $user,
            $password,
            $host
        );

        $data = [
            'number'=> '0242245571',
            'brand'=>'Bosch'
        ];
        $results = $service->searchArticles($data);

The Versions

25/01 2017

dev-master

9999999-dev

API client abcp.ru

  Sources   Download

MIT

The Requires

 

by Andrey Bunyaev

api client abcp

25/01 2017

0.5.2

0.5.2.0

API client abcp.ru

  Sources   Download

MIT

The Requires

 

by Andrey Bunyaev

api client abcp

25/01 2017

0.5.1

0.5.1.0

API client abcp.ru

  Sources   Download

MIT

The Requires

 

by Andrey Bunyaev

api client abcp

25/01 2017

0.5

0.5.0.0

API client abcp.ru

  Sources   Download

MIT

The Requires

 

by Andrey Bunyaev

api client abcp

19/11 2016

0.4

0.4.0.0

API client abcp.ru

  Sources   Download

MIT

The Requires

 

by Andrey Bunyaev

api client abcp

12/11 2016

0.3.2

0.3.2.0

API client abcp.ru

  Sources   Download

MIT

The Requires

 

by Andrey Bunyaev

api client abcp

12/11 2016

0.3.1

0.3.1.0

API client abcp.ru

  Sources   Download

MIT

The Requires

 

by Andrey Bunyaev

api client abcp

12/11 2016

0.3

0.3.0.0

API client abcp.ru

  Sources   Download

MIT

The Requires

 

by Andrey Bunyaev

api client abcp

12/11 2016

v0.1

0.1.0.0

API client abcp.ru

  Sources   Download

MIT

The Requires

 

by Andrey Bunyaev

api client abcp