easyinvoice
Advanced tools
Comparing version
{ | ||
"name": "easyinvoice", | ||
"version": "3.0.43", | ||
"version": "3.0.44", | ||
"description": "Easily create beautiful PDF invoices.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -99,7 +99,7 @@ <h1 align="center">Easy Invoice</h1> | ||
| <b>Platform</b> | Repository | Supported | Link | | ||
|-----------------|------------|-----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| PHP | Composer | Yes! | <a href="https://packagist.org/packages/easyapis.io/easyinvoice"><img src="https://img.shields.io/badge/EasyInvoice%20on-Composer-blue" alt="Available on Composer"></a> | | ||
| Javascript | NPM | Yes! | <a href="https://www.npmjs.com/package/easyinvoice"><img src="https://img.shields.io/badge/EasyInvoice%20on-NPM-blue" alt="Available on NPM"></a> | | ||
| Python | PIP | Yes! | <a href="https://pypi.org/project/easyinvoice/"><img src="https://img.shields.io/badge/EasyInvoice%20on-PIP-blue" alt="Available on PIP"></a> | | ||
| <b>Platform</b> | Repository | Supported | Link | | ||
|-----------------|------------|-----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| PHP | Composer | Yes! | <a href="https://packagist.org/packages/budgetinvoice/easyinvoice"><img src="https://img.shields.io/badge/EasyInvoice%20on-Composer-blue" alt="Available on Composer"></a> | | ||
| Javascript | NPM | Yes! | <a href="https://www.npmjs.com/package/easyinvoice"><img src="https://img.shields.io/badge/EasyInvoice%20on-NPM-blue" alt="Available on NPM"></a> | | ||
| Python | PIP | Yes! | <a href="https://pypi.org/project/easyinvoice/"><img src="https://img.shields.io/badge/EasyInvoice%20on-PIP-blue" alt="Available on PIP"></a> | | ||
@@ -282,4 +282,4 @@ <br/> | ||
Our API is able to handle high volume requests. If you need to create a lot of invoices fast, make sure to create them | ||
asynchronously. This will allow you to create multiple invoices at the same time. | ||
Our API is able to handle high volumes of requests. If you need to create a lot of invoices fast, make sure to create | ||
them asynchronously. This will allow you to create multiple invoices at the same time. | ||
@@ -286,0 +286,0 @@ Note: using async/await for this example |
243241
0.01%