Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aurimasniekis/pushover-client
A PSR-18/17 based Pushover.net client
https://github.com/aurimasniekis/pushover-client
Last synced: about 2 months ago
JSON representation
A PSR-18/17 based Pushover.net client
- Host: GitHub
- URL: https://github.com/aurimasniekis/pushover-client
- Owner: aurimasniekis
- License: mit
- Created: 2020-03-25T12:27:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T13:26:31.000Z (almost 5 years ago)
- Last Synced: 2024-04-23T15:42:43.357Z (9 months ago)
- Language: PHP
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Pushover Client
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE)
[![Build Status][ico-travis]][link-travis]
[![Total Downloads][ico-downloads]][link-downloads][![Email][ico-email]][link-email]
A PSR-18/17 based www.pushover.net client for sending messages & glances;
## Install
Via Composer
```bash
$ composer require aurimasniekis/pushover-client
```## Usage
```php
sendMessage(new Message('Hello World!'));
```## Testing
Run PHP style checker
```bash
$ composer cs-check
```Run PHP style fixer
```bash
$ composer cs-fix
```## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.
## License
Please see [License File](LICENSE) for more information.
[ico-version]: https://img.shields.io/packagist/v/aurimasniekis/pushover-client.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/com/aurimasniekis/pushover-client/master.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/aurimasniekis/pushover-client.svg?style=flat-square
[ico-email]: https://img.shields.io/badge/[email protected]?style=flat-square[link-travis]: https://travis-ci.org/aurimasniekis/pushover-client
[link-packagist]: https://packagist.org/packages/aurimasniekis/pushover-client
[link-downloads]: https://packagist.org/packages/aurimasniekis/pushover-client/stats
[link-email]: mailto:[email protected]