Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loevgaard/linkmobility-php-sdk
https://github.com/loevgaard/linkmobility-php-sdk
library linkmobility php php-library php7 sms sms-api sms-gateway
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/loevgaard/linkmobility-php-sdk
- Owner: loevgaard
- License: mit
- Created: 2017-08-10T11:27:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-07T04:59:26.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T03:21:59.391Z (3 months ago)
- Topics: library, linkmobility, php, php-library, php7, sms, sms-api, sms-gateway
- Language: PHP
- Size: 130 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Link Mobility PHP SDK
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]PHP SDK for the [Linkmobility REST API v2](https://linkmobility.atlassian.net/wiki/spaces/COOL/pages/26017821/LINK+Mobility+DK+Rest+API+v2)
## Install
Via Composer
``` bash
$ composer require loevgaard/linkmobility-php-sdk
```## Usage
```php
request($request);print_r($response);
```## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Testing
``` bash
$ composer test
```## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/loevgaard/linkmobility-php-sdk.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/loevgaard/linkmobility-php-sdk/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/loevgaard/linkmobility-php-sdk.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/loevgaard/linkmobility-php-sdk.svg?style=flat-square[link-packagist]: https://packagist.org/packages/loevgaard/linkmobility-php-sdk
[link-travis]: https://travis-ci.org/loevgaard/linkmobility-php-sdk
[link-scrutinizer]: https://scrutinizer-ci.com/g/loevgaard/linkmobility-php-sdk/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/loevgaard/linkmobility-php-sdk
[link-author]: https://github.com/loevgaard