InvoiceLion is free invoicing software for entrepreneurs.
We run a production instance of this software on InvoiceLion.com and you can use it for FREE. We promise to never make a profit from this service, but we may ask for a (optional) donation in order to pay for our servers.
The software is MIT licensed, so you are free to download the latest release of this software and install it on your own server.
- PHP 7 with
php-mysql
,php-mbstring
andphp-dom
extensions enabled - MariaDB 10.1 (or MySQL 5.6) or higher
- unzip the source code
- run
composer install
to install dependencies - create the database using
create_db.sql
(adjust the database credentials) - initiate the database using
db_structure.sql
- copy
config/config.php.template
toconfig/config.php
and fill in the database credentials
Point the DocumentRoot
of Apache (or root
of Nginx) to the web
folder of the project.
Please use the software, report bugs and ask for features using the Github issues!
NB: No costs and no guarentees. Please be kind to each other and help each other out!