PHPackages                             digfish/ivx-api2-php - 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. digfish/ivx-api2-php

ActiveLibrary

digfish/ivx-api2-php
====================

PHP client implementation of InvoiceXpress API using new json-based API 2.0

2.0(8y ago)027MITPHP

Since Oct 2Pushed 6y ago1 watchersCompare

[ Source](https://github.com/digfish/ivx-api2-php)[ Packagist](https://packagist.org/packages/digfish/ivx-api2-php)[ RSS](/packages/digfish-ivx-api2-php/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (2)Used By (0)

The InvoiceXpress API PHP client, now ready for the new 2.0 API.
================================================================

[](#the-invoicexpress-api-php-client-now-ready-for-the-new-20-api)

Is no more than a simple PHP wrapper for making requests with the InvoiceXpress API. It's a fork of the original [WidgiLabs/InvoiceXpressRequest-PHP-API](https://github.com/WidgiLabs/InvoiceXpressRequest-PHP-API), coded by [nunomorgadinho](https://github.com/nunomorgadinho).

Made compatible with the new API version 2.0 that now natively responds with JSON format.

This code can be perhaps very low level to the impatient, if you feel that after taking a look at it, and you are a fan of [Laravel](http://laravel.com), as I am too, I would recommend to you as an alternative to take a look at the [invoicexpress-api](https://github.com/rpsimao/invoicexpress-api) by [rpsimao](https://github.com/rpsimao).

If you intend to use this code in a project of yours, I show below some examples on how can be used.

With the following class, which extends the class in InvoiceXpressRequest.php :

```
use digfish\ivx_api2_php\InvoiceXpressRequest;
