PHPackages                             heyrocker/ifpaapi - 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. heyrocker/ifpaapi

ActiveLibrary

heyrocker/ifpaapi
=================

Wrapper library for accessing the IFPA API

5251[1 PRs](https://github.com/heyrocker/IfpaApi/pulls)PHP

Since Aug 11Pushed 9y ago2 watchersCompare

[ Source](https://github.com/heyrocker/IfpaApi)[ Packagist](https://packagist.org/packages/heyrocker/ifpaapi)[ RSS](/packages/heyrocker-ifpaapi/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

IfpaApi
=======

[](#ifpaapi)

A PHP wrapper class to simplify access the IFPA API.

Installation
============

[](#installation)

The easiest way to install the library is using Composer. Add the following to your project's composer.json, under the "require" key:

```
	"heyrocker/ifpaapi": "dev-master"

```

and run

```
	php composer.phar update

```

and everything will get installed. You will then need to

```
	use Ifpa/IfpaApi

```

in any code where you use the API.

If you're confused by this new-fangled stuff you can always just drop the PHP file somewhere and include it.

Usage
=====

[](#usage)

In order to use the class you will need your API key. If you don't have an API key you can get one by visiting .

```
	$ifpa = new IfpaApi("
