PHPackages                             fire/business-api-sdk - 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. fire/business-api-sdk

ActiveLibrary[API Development](/categories/api)

fire/business-api-sdk
=====================

A PHP wrapper for the Fire Business API

1.0(7y ago)216.3k↓44.7%1MITPHPPHP &gt;=5.3.0

Since Aug 22Pushed 7y ago5 watchersCompare

[ Source](https://github.com/firefinancialservices/fire-business-api-php)[ Packagist](https://packagist.org/packages/fire/business-api-sdk)[ Docs](http://github.com/firefinancialservices/fire-business-api-php)[ RSS](/packages/fire-business-api-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (1)Versions (15)Used By (0)

fire-business-api-php
=====================

[](#fire-business-api-php)

A PHP library for accessing the Fire Business API

[![Latest Version](https://camo.githubusercontent.com/9f7be22986fd0330b35da7070b70c6040b3f38d776c780289fe602e56e0d2a22/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f666972652f627573696e6573732d6170692d73646b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/fire/business-api-sdk) [![License](https://camo.githubusercontent.com/51581f20d4f90b132f484f3d946022bc4d2b7887a5d745f8da45a4a7e77e7288/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f666972652f627573696e6573732d6170692d73646b2e7376673f7374796c653d666c61742d737175617265)](LICENSE)

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

[](#installation)

You can install **fire-business-api-php** by downloading the latest [release](https://github.com/firefinancialservices/fire-business-api-php/releases) or using composer:

`composer require fire/business-api-sdk`

To run the samples, edit the file `sample/config.inc.php.sample` and rename to `sample/config.inc.php`.

Documentation
-------------

[](#documentation)

The documentation for the Fire Business API is available at [fire.com/docs](https://fire.com/docs). Use the API docs in conjunction with these SDK docs.

Prerequisites
-------------

[](#prerequisites)

- PHP &gt;= 5.3
- The PHP JSON extension
- The PHP MBString extension
- The PHP cURL extension

Getting help
============

[](#getting-help)

If you need help installing or using the library, please contact Fire Support at .

If you've instead found a bug in the library or would like new features added, go ahead and open issues or pull requests against this repo!

Authentication
--------------

[](#authentication)

If there are issues setting up a session, a `RestException` will be thrown. Inspect `$e->getCode()` and `$e->getMessage()` for more details.

Error CodeMessageDescription50404Sorry, we are unable to proceed with your request.Generic message for all other errors. We hide the details of a lot of errors for security purposes. This can make it difficult to find the root cause of a problem```
