PHPackages                             phpmob/omise - 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. phpmob/omise

ActiveLibrary

phpmob/omise
============

Just alternative Omise api client

01621PHP

Since Mar 9Pushed 8y ago2 watchersCompare

[ Source](https://github.com/phpmob/omise)[ Packagist](https://packagist.org/packages/phpmob/omise)[ RSS](/packages/phpmob-omise/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

PhpMob Omise - WIP NOT RELEASE YET!
===================================

[](#phpmob-omise---wip-not-release-yet)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/67045774bab9eb4274cb94a80075966b4fd3b73418f69bca5c8d5dd365ed3e39/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7068706d6f622f6f6d6973652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/phpmob/omise/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/08734c9d44c3d40feb97a2b9ccc32fdff193c22a9762ba14bf0576388cb910e6/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7068706d6f622f6f6d6973652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/phpmob/omise/?branch=master)[![Build Status](https://camo.githubusercontent.com/6b23ee360ea881ab7dbbdf51823d497eed0e91a46d179aeafbaf5f54c88abc4f/68747470733a2f2f7472617669732d63692e6f72672f7068706d6f622f6f6d6973652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/phpmob/omise)[![Latest Stable Version](https://camo.githubusercontent.com/b27e29a04a8a1f0e13e87d61d1220127dff0bbadfdbe2e4c0ad8744a0c00aa93/68747470733a2f2f706f7365722e707567782e6f72672f7068706d6f622f6f6d6973652f76657273696f6e)](https://packagist.org/packages/phpmob/omise)[![Latest Unstable Version](https://camo.githubusercontent.com/67596f13f7acc506fb45d94f8df67fb881c86f211f867f6e977ea97d00b898ab/68747470733a2f2f706f7365722e707567782e6f72672f7068706d6f622f6f6d6973652f762f756e737461626c65)](//packagist.org/packages/phpmob/omise)

Just alternative Omise api client - in php.

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

[](#installation)

Install via composer.

```
$ composer require phpmob/omise
```

To use [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) you need to install it's adapter. Thanks [httplug](https://github.com/php-http/httplug).

```
$ composer require php-http/guzzle6-adapter
```

Now you can use built-in `\PhpMob\Omise\Client\GuzzleHttpClient`.

Usage
-----

[](#usage)

A [phpmob/omise](https://github.com/phpmob/omise) desinged for `Solid` use and also add bonus for Static big fan use by implementing `Facade`.

#### Solid Usage

[](#solid-usage)

```
