mimographix/uctoplus-invoicing-php

This package is abandoned and no longer maintained. The author suggests using the uctoplus/uctoplus-php-api package instead.

Účto+ Invoicing PHP API

0.9.4 2019-01-14 10:04 UTC

This package is auto-updated.

Last update: 2020-01-01 18:19:00 UTC


README

Package for generate Invoice via Účto+

Installation

You can install this package quick and easy with Composer.

Require the package via Composer:

$ composer require mimographix/uctoplus-invoicing-php

Laravel 5 Framework Implementation

The Invoicing Repository is built to work with the Laravel Framework. The integration is done in seconds.

Open your Laravel config file config/app.php and add service provider in the $providers array:

'providers' => array(

    ...

    'Uctoplus\API\InvoiceProvider'

), 

Publish configuration into config folder

php artisan vendor:publish --provider="Uctoplus\API\InvoiceProvider"

License

Účto+ Invoicing Repository is licensed under the MIT License.