https://github.com/64robots/laravel-thinq
https://github.com/64robots/laravel-thinq
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/64robots/laravel-thinq
- Owner: 64robots
- License: other
- Created: 2018-11-05T21:01:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-12T10:36:35.000Z (over 4 years ago)
- Last Synced: 2025-04-11T18:56:44.348Z (about 1 year ago)
- Language: PHP
- Size: 15.6 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- Contributing: contributing.md
- License: license.md
Awesome Lists containing this project
README
# LaravelThinq
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Total Downloads][ico-downloads]][link-downloads]
[![Build Status][ico-travis]][link-travis]
[![StyleCI][ico-styleci]][link-styleci]
This is where your description should go. Take a look at [contributing.md](contributing.md) to see a to do list.
## Installation
Via Composer
``` bash
$ composer require 64robots/laravelthinq
```
## Usage
```
php artisan vendor:publish --provider="R64\LaravelThinq\LaravelThinqServiceProvider"
```
Add this to `.env`
```
THINQ_ACCOUNT_ID=Your thinq account id
THINQ_API_KEY=Your thinq api key
```
Use as notification
```php
setMessage($message)
->sendSms() //throws error
->sendSilentSms() //does not throw error
```
## Change log
Please see the [changelog](changelog.md) for more information on what has changed recently.
## Testing
``` bash
$ composer test
```
## Contributing
Please see [contributing.md](contributing.md) for details and a todolist.
## Security
If you discover any security related issues, please email kliment.lambevski@gmail.com instead of using the issue tracker.
## Credits
- [Kliment Lambevski][link-author]
- [All Contributors][link-contributors]
## License
MIT. Please see the [license file](license.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/r64/laravelthinq.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/r64/laravelthinq.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/r64/laravelthinq/master.svg?style=flat-square
[ico-styleci]: https://styleci.io/repos/12345678/shield
[link-packagist]: https://packagist.org/packages/r64/laravelthinq
[link-downloads]: https://packagist.org/packages/r64/laravelthinq
[link-travis]: https://travis-ci.org/r64/laravelthinq
[link-styleci]: https://styleci.io/repos/12345678
[link-author]: https://github.com/r64
[link-contributors]: ../../contributors]