File | Date | Author | Commit |
---|---|---|---|
.github | 2023-09-28 |
![]() |
[c98f60] Create FUNDING.yml |
invlib | 2024-02-05 |
![]() |
[8cc906] 5 Feb 2024 |
README.md | 2024-02-05 |
![]() |
[8cc906] 5 Feb 2024 |
code-boxx-logo.png | 2021-02-22 |
![]() |
[61a56d] 22 Feb 2021 Update |
example.php | 2023-02-15 |
![]() |
[91f7c8] 15 Feb 2023 |
Invoicr is a free and open-source PHP invoice generator that is capable of churning out HTML, PDF, DOCX, and PNG invoices. It is a simple fuss-free package that will give developers a quick boost with their invoice generation needs.
1) Edit invlib/invoicr.php
, change (C1) company information to your own.
2) That's all. Check out example.php
.
1) Just give this project a star. That will indirectly drive more traffic a little bit. 😉
2) Sponsor this project. Even a small one time amount helps.
Please visit https://code-boxx.com/invoicr-php-invoice-generator for more!
1) PDF output with MPDF - https://mpdf.github.io/
2) DOCX output with PHPWORD - https://github.com/PHPOffice/PHPWord/
3) PNG output via HTML screenshot with html2canvas - https://html2canvas.hertzen.com/
Copyright by Code Boxx
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.