PHPackages                             emileperron/fastspring-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. [API Development](/categories/api)
4. /
5. emileperron/fastspring-php

ActiveLibrary[API Development](/categories/api)

emileperron/fastspring-php
==========================

A PHP wrapper library for the latest FastSpring API

v0.3.3(5y ago)511.4k2[1 issues](https://github.com/EmilePerron/fastspring-php/issues)MITPHPPHP &gt;=5.4.0

Since Sep 26Pushed 4y ago1 watchersCompare

[ Source](https://github.com/EmilePerron/fastspring-php)[ Packagist](https://packagist.org/packages/emileperron/fastspring-php)[ RSS](/packages/emileperron-fastspring-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)DependenciesVersions (7)Used By (0)

A PHP API library for FastSpring
================================

[](#a-php-api-library-for-fastspring)

FastSpring's own API wrapper library for PHP being deprecated due to it being based on FastSpring Classic, this is an unofficial API wrapper library for the latest version of FastSpring.

The purpose and information available at the different endpoints will not be documented here. Check out [FastSpring's API documentation](https://fastspring.com/docs/fastspring-api/) for this type of information.

Getting started
---------------

[](#getting-started)

To get started, simply require the package via Composer:

```
composer require emileperron/fastspring-php

```

Once that's done, you can start using the library in your project. Here's a very brief overview of the library's usage and functionalities:

```
