PHPackages                             indigit/invoicexpress - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. indigit/invoicexpress

ActiveLibrary[API Development](/categories/api)

indigit/invoicexpress
=====================

A simple PHP wrapper for InvoiceXpress API

1.1.1(5y ago)213.4k↓33.3%4[1 issues](https://github.com/indigitpt/invoicexpress/issues)MITPHPPHP &gt;=7.2.0CI failing

Since Jun 1Pushed 5y agoCompare

[ Source](https://github.com/indigitpt/invoicexpress)[ Packagist](https://packagist.org/packages/indigit/invoicexpress)[ Docs](https://indigit.pt)[ RSS](/packages/indigit-invoicexpress/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (8)Versions (4)Used By (0)

InvoiceXpress PHP API
=====================

[](#invoicexpress-php-api)

[![Latest Stable Version](https://camo.githubusercontent.com/6af39b37a9757993cefb946ebbe4401c952a2106ee41ea49c30bf074373d9c6b/68747470733a2f2f706f7365722e707567782e6f72672f696e64696769742f696e766f6963657870726573732f76)](//packagist.org/packages/indigit/invoicexpress) [![Total Downloads](https://camo.githubusercontent.com/61032a51f4df9f1abb6b3b14a9be3796a2c59cec61d24af6eec7b6e58b075df0/68747470733a2f2f706f7365722e707567782e6f72672f696e64696769742f696e766f6963657870726573732f646f776e6c6f616473)](//packagist.org/packages/indigit/invoicexpress) [![Latest Unstable Version](https://camo.githubusercontent.com/b4b065e1bf749a64dd39e743b1a0b526e2b9255a67594493396575c613686dd9/68747470733a2f2f706f7365722e707567782e6f72672f696e64696769742f696e766f6963657870726573732f762f756e737461626c65)](//packagist.org/packages/indigit/invoicexpress) [![License](https://camo.githubusercontent.com/ba19d7c8f6c6b6b0f41b6e23ef78391c5150376ec9c65c663b5778d6528b05e6/68747470733a2f2f706f7365722e707567782e6f72672f696e64696769742f696e766f6963657870726573732f6c6963656e7365)](//packagist.org/packages/indigit/invoicexpress)

This package offers a simple way to create invoices using InvoiceXpress API. InvoiceXpress is a billing/invoicing plataforms available in Portugal and some other countries. After some time looking for a package we didn+t found any that fit our needs so here we are! Please keep in mind some of the endpoints are still to be implement please feel free to push a PR. We don't have any plans right now on finishing them since we don't need it for our own use case. This plugin comes with some Laravel dependencies and tools but it should work out of the box on any non-laravel project

Endpoints Working
-----------------

[](#endpoints-working)

- Invoices: Send By Email
- Invoices: Send PDF
- Invoices: Get / Create / Update / Change State
- Invoices: List All
- Invoices: Related Documents
- Invoices: Create / Cancel Payment Receipts
- Estimates: Not implemented yet
- Guides: Not implemented yet
- Purchase Orders: Not implemented yet
- Clients: List All
- Clients: Get / Create / Update / Invoices
- Clients: Find By Code / Find by Name
- Items: Get / Create / Update / Delete / List
- Sequences: Not implemented yet
- Taxes: Get / Create / Update / Delete / List
- Accounts: Get / Create / Update / Create Existing

Installation
------------

[](#installation)

Install the package via composer: `composer require indigit/invoicexpress`For DEV Build : `composer require indigit/invoicexpress --dev`

### Example of Auth Usage

[](#example-of-auth-usage)

Each request requires Authentication via Query Parameter, we have done it in a easy way. You should create an InvoiceXpress\\Auth by passing your API Key and Account username that can be found at : Account -&gt; Integrations -&gt; API

```
