2017 © Pedro Peláez
 

library php-atol

Library for ATOL online API

image

dmuromtsev/php-atol

Library for ATOL online API

  • Friday, November 24, 2017
  • by Dmuromtsev
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Простая библиотека для работы с API АТОЛ онлайн.

Установка

$ php composer.phar require dmuromtsev/php-atol, (*1)

Использование

use dmuromtsev\phpAtol\Atol;, (*2)

$A = new Atol( 'login', 'password', 'group_code' );, (*3)

//Регистрация документа, (*4)

$A->send('operation_type', array('params'));, (*5)

//Получение результата обработки документа, (*6)

$A->check( 'uuid' );, (*7)

License

The MIT License (MIT). Please see License File for more information., (*8)

The Versions

24/11 2017

dev-master

9999999-dev https://github.com/Dmuromtsev/php-atol

Library for ATOL online API

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Dmitry Muromtsev