PHPackages                             pesamoni/composer - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. pesamoni/composer

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

pesamoni/composer
=================

06PHP

Since Feb 6Pushed 7y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Pesamoni php client sdk
=======================

[](#pesamoni-php-client-sdk)

The Pesamoni Pesaway php Library provides integration access to Pesamoni services. You can view API features by clicking the link .

Requirements
------------

[](#requirements)

PHP 5.5 and later

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

[](#installation)

### Using Composer

[](#using-composer)

Download the Pesamoni github repository by [clicking here](https://github.com/Pesamoni/pesamoni_php) and once your done simply run `composer install` on the files root directory. You can also

```
require 'pesamoni_php'
```

or `composer require pesamoni/composer`without further specifying where Composer should look for the package.

### Manual Installation

[](#manual-installation)

Download the files from the Pesamoni github repository by [clicking here](https://github.com/Pesamoni/pesamoni_php) and include `autoload.php`:

```
    require_once('/path/to/pesamoni/vendor/autoload.php');
```

Quick Start Example
-------------------

[](#quick-start-example)

The SDK needs to be instantiated using your API username and API password, which you can get from your [Pesamoni business account](https://pesamoni.com/business/dash).

You can register a new Pesamoni business account [Here](https://pesamoni.com/businesses/sign_up) or Sign in [Here](https://pesamoni.com/businesses/sign_in)

```
