Download the PHP package mimographix/uctoplus-invoicing-php without Composer
On this page you can find all versions of the php package mimographix/uctoplus-invoicing-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mimographix/uctoplus-invoicing-php
More information about mimographix/uctoplus-invoicing-php
Files in mimographix/uctoplus-invoicing-php
Download mimographix/uctoplus-invoicing-php
More information about mimographix/uctoplus-invoicing-php
Files in mimographix/uctoplus-invoicing-php
Vendor mimographix
Package uctoplus-invoicing-php
Short Description Účto+ Invoicing PHP API
License MIT
Package uctoplus-invoicing-php
Short Description Účto+ Invoicing PHP API
License MIT
Please rate this library. Is it a good library?
Informations about the package uctoplus-invoicing-php
Účto+ Invoicing Repository Class
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.
All versions of uctoplus-invoicing-php with dependencies
PHP Build Version
Package Version
The package mimographix/uctoplus-invoicing-php contains the following files
Loading the files please wait ....