An open API service indexing awesome lists of open source software.

https://github.com/jacques/php-freepaid

Freepaid VAS Driver
https://github.com/jacques/php-freepaid

Last synced: 11 months ago
JSON representation

Freepaid VAS Driver

Awesome Lists containing this project

README

          

# FreePaid

[![Author](http://img.shields.io/badge/author-@jacques-blue.svg?style=flat-square)](https://twitter.com/jacques)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Code Climate](https://codeclimate.com/repos/5842e4c6cdba5500810083b7/badges/1c7373533db1131adc98/gpa.svg)](https://codeclimate.com/repos/5842e4c6cdba5500810083b7/feed)
[![Test Coverage](https://codeclimate.com/repos/5842e4c6cdba5500810083b7/badges/1c7373533db1131adc98/coverage.svg)](https://codeclimate.com/repos/5842e4c6cdba5500810083b7/coverage)
[![Issue Count](https://codeclimate.com/repos/5842e4c6cdba5500810083b7/badges/1c7373533db1131adc98/issue_count.svg)](https://codeclimate.com/repos/5842e4c6cdba5500810083b7/feed)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/jacques/php-freepaid/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/jacques/php-freepaid/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/jacques/php-freepaid/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/jacques/php-freepaid/?branch=master)
[![Build Status](https://scrutinizer-ci.com/g/jacques/php-freepaid/badges/build.png?b=master)](https://scrutinizer-ci.com/g/jacques/php-freepaid/build-status/master)
[![StyleCI](https://styleci.io/repos/74669887/shield?branch=master)](https://styleci.io/repos/74669887)

Wrappers around the FreePaid SOAP API.

## License

Copyright (c) 2013-2016 Jacques Marneweck

> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
> in the Software without restriction, including without limitation the rights
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> copies of the Software, and to permit persons to whom the Software is
> furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in
> all copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
> THE SOFTWARE.