michalkubis/invoices

Komponenta ve vývoji pro generování faktur

v1.1.6 2018-12-06 13:56 UTC

This package is not auto-updated.

Last update: 2024-04-19 18:37:37 UTC


README

Component for generating invoices using Nette Framework and mPDF library.

For of fork of original library. I create this fork to test if it works with PHP 7.2 and mPDF 7.1.

Install (with composer):

Edit composer.json.

    "repositories": [
        {
            "type": "vcs",
            "url": "https://bitbucket.org/michalkubis/invoices"
        }
        
    ...
    
    "require": {
        ...
        "mpdf/mpdf": "^6.1",
        "michalkubis/invoices": "v1.0"

For install all dopendecies just run

composer update

Usage

Unfortunately, this is not completed yet. Once it is going to be complete, all necessary informations will be provided.