mimographix / uctoplus-invoicing-php
Účto+ Invoicing PHP API
Installs: 68
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mimographix/uctoplus-invoicing-php
Requires
- php: >=7.0
- ext-json: *
- nesbot/carbon: ~1.20
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.