PHPackages                             hachther/mesomb - 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. hachther/mesomb

Abandoned → [hachther/mesomb-php](/?search=hachther%2Fmesomb-php)Library[API Development](/categories/api)

hachther/mesomb
===============

MeSomb PHP Library

3.1.2(1mo ago)6146MITPHPCI failing

Since Aug 7Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/hachther/mesomb-php)[ Packagist](https://packagist.org/packages/hachther/mesomb)[ RSS](/packages/hachther-mesomb/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (9)Dependencies (4)Versions (12)Used By (0)

Welcome to php-mesomb 👋
=======================

[](#welcome-to-php-mesomb-)

 [![Version](https://camo.githubusercontent.com/fac7c76d9c547b3b101f02c3e4574f93a4abbef1e8f8e5a5f53621a05381e07b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d312e322d626c75652e7376673f63616368655365636f6e64733d32353932303030)](https://camo.githubusercontent.com/fac7c76d9c547b3b101f02c3e4574f93a4abbef1e8f8e5a5f53621a05381e07b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d312e322d626c75652e7376673f63616368655365636f6e64733d32353932303030) [ ![Documentation](https://camo.githubusercontent.com/5391604d1e8f886512ab4eeeb3922f4d58a8fac27454e641b1b39c65f51c4d6b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f63756d656e746174696f6e2d7965732d627269676874677265656e2e737667) ](https://mesomb.hachther.com/en/api/v1.1/schema/) [ ![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667) ](#) [ ![Twitter: hachther](https://camo.githubusercontent.com/9b393ce48edd7e0367f1afeb07170476445997c67812844c3710e87ec6cd567f/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f666f6c6c6f772f68616368746865722e7376673f7374796c653d736f6369616c) ](https://twitter.com/hachther)

> PHP client for MeSomb services.
>
> You can check the full [documentation of the api here](https://mesomb.hachther.com/en/api/v1.1/schema/)

🏠 Requirements
--------------

[](#-requirements)

PHP 5.6.0 and later.

Composer
--------

[](#composer)

You can install the bindings via [Composer](http://getcomposer.org/). Run the following command:

```
composer require hachther/mesomb-php
```

To use the bindings, use Composer's [autoload](https://getcomposer.org/doc/01-basic-usage.md#autoloading):

```
require_once 'vendor/autoload.php';
```

Manual Installation
-------------------

[](#manual-installation)

If you do not wish to use Composer, you can download the latest release. Then, to use the bindings, include the init.php file.

```
require_once '/path/to/mesomb-php/init.php';
```

Dependencies
------------

[](#dependencies)

The bindings require the following extensions in order to work properly:

- [curl](https://secure.php.net/manual/en/book.curl.php), although you can use your own non-cURL client if you prefer
- [json](https://secure.php.net/manual/en/book.json.php)
- [mbstring](https://secure.php.net/manual/en/book.mbstring.php) (Multibyte String)

If you use Composer, these dependencies should be handled automatically. If you install manually, you'll want to make sure that these extensions are available.

Getting Stated
--------------

[](#getting-stated)

### Collect money from an account

[](#collect-money-from-an-account)

```
