Skip to content

Commit

Permalink
README: Add install info.
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek committed Jun 23, 2021
1 parent 3cabcd6 commit ac19502
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Invoice generator in PHP
========================

Smart invoice generator to PDF.

📦 Installation
---------------

It's best to use [Composer](https://getcomposer.org) for installation, and you can also find the package on
[Packagist](https://packagist.org/packages/baraja-core/invoice) and
[GitHub](https://github.com/baraja-core/invoice).

To install, simply use the command:

```shell
$ composer require baraja-core/invoice
```

You can use the package manually by creating an instance of the internal classes, or register a DIC extension to link the services directly to the Nette Framework.

📄 License
-----------

`baraja-core/invoice` is licensed under the MIT license. See the [LICENSE](https://github.com/baraja-core/template/blob/master/LICENSE) file for more details.

0 comments on commit ac19502

Please sign in to comment.