PHPackages                             broxman/fbapi - 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. broxman/fbapi

ActiveLibrary[API Development](/categories/api)

broxman/fbapi
=============

PHP Library for Fusebill API (https://developer.fusebill.com/v1.0/reference)

1.0.5(4y ago)02321MITPHPPHP &gt;=7

Since Aug 28Pushed 4y ago1 watchersCompare

[ Source](https://github.com/broxman/fbapi)[ Packagist](https://packagist.org/packages/broxman/fbapi)[ Docs](https://github.com/broxman/fbapi)[ RSS](/packages/broxman-fbapi/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

Fusebill PHP Client Library
===========================

[](#fusebill-php-client-library)

PHP Library for Fusebill API ()

Dependencies
------------

[](#dependencies)

PHP version &gt;= 7 required.

The following PHP extensions are required:

- curl

Install
-------

[](#install)

Add Fusebill API to your `composer.json` file.

```
{
  "require": {
    "broxman/fbapi": "*"
  }
}
```

Examples
--------

[](#examples)

### Initialize api

[](#initialize-api)

```
