From 01d94dd4e08bd7f3e88a0a8a082fade6835fd1e6 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Fri, 28 Apr 2017 10:08:01 +0300 Subject: [PATCH] Added ZF3 and Integromat to docs --- README.md | 4 +++- docs/api.rst | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40099171ad11..a4a648fb62b5 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The [self-host zip](https://www.invoiceninja.com/self-host/) includes all third * Built using Laravel 5.2 * Live PDF generation using [pdfmake](http://pdfmake.org/) * Supports 50+ payment gateways with [Omnipay](https://github.com/thephpleague/omnipay) -* Integrate with hundreds of apps with [Zapier](https://zapier.com/zapbook/invoice-ninja/) +* Integrate with hundreds of apps with [Zapier](https://zapier.com/zapbook/invoice-ninja/) and [Integromat] (https://www.integromat.com/en/integrations/invoiceninja) * Recurring invoices with auto-billing * Expenses and vendors * Import bank statements with [OFX](http://www.ofxhome.com/) @@ -63,6 +63,7 @@ The [self-host zip](https://www.invoiceninja.com/self-host/) includes all third ## Development * [API Documentation](https://www.invoiceninja.com/api-documentation/) * [PHP SDK](https://github.com/invoiceninja/sdk-php) +* [Zend Framework](https://github.com/alexz707/InvoiceNinjaModule) * [Custom Module](http://docs.invoiceninja.com/en/latest/custom_modules.html) | [Watch Video](https://www.youtube.com/watch?v=8jJ-PYuq85k) ## Contributing @@ -80,6 +81,7 @@ For information on how contribute to Invoice Ninja, please see our [contributing * [Joshua Dwire](https://github.com/joshuadwire) - [Some Techie](https://www.sometechie.com) * [Holger Lösken](https://github.com/codedge) - [codedge](http://codedge.de) * [Samuel Laulhau](https://github.com/lalop) - [Lalop](http://lalop.co/) +* [Alexander Zamponi](https://github.com/alexz707) ## License Invoice Ninja is released under the Attribution Assurance License. diff --git a/docs/api.rst b/docs/api.rst index b75926af6bf4..34e06caba8f6 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -6,7 +6,9 @@ Invoice Ninja provides a REST based API, `click here