ojasek/iucto-sdk

SDK library for iUcto

dev-master / 1.0.x-dev 2021-04-08 12:30 UTC

This package is not auto-updated.

Last update: 2024-10-05 06:12:51 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

SDK knihovna pro práci s iÚčto API https://online.iucto.cz/api

Install

Via Composer

$ composer require ojasek/iucto-sdk

Usage

$iUcto = new \Ojasek\IuctoSdk\IUctoApi("APIKEY");
$customer = $iUcto->customers->detail(12);

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please email jasek@fixitsoft.cz instead of using the issue tracker.

Credits

License

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