PHPackages                             floospaynet/floospayapi - 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. [Payment Processing](/categories/payments)
4. /
5. floospaynet/floospayapi

ActiveLibrary[Payment Processing](/categories/payments)

floospaynet/floospayapi
=======================

floospay payment api service provider

019PHP

Since Dec 22Pushed 7y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

floospay-api
============

[](#floospay-api)

Floospay Payment API Service Provider
-------------------------------------

[](#floospay-payment-api-service-provider)

```
composer require floospaynet/floospayapi "1.0.x-dev"
```

Floospay Laravel PHP Library
============================

[](#floospay-laravel-php-library)

This library provides developers with a simple set of bindings to the Floospay Payment API, Hosted Checkout, Instant Notification Service and Admin API.

To use, download or clone the repository.

```
git clone https://github.com/floospaynet/floospayapi.git
```

Require in your php script.

```
require_once("/path/to/floospaynet/floospayapi/lib/FloospayApi.php");
```

All methods return an Array by default or you can set the format to 'json' to get a JSON response. **Example:**

```
