https://github.com/linkorb/pushover
API client for www.pushover.net in PHP (PSR-0 Compliant)
https://github.com/linkorb/pushover
Last synced: 10 months ago
JSON representation
API client for www.pushover.net in PHP (PSR-0 Compliant)
- Host: GitHub
- URL: https://github.com/linkorb/pushover
- Owner: linkorb
- License: mit
- Created: 2013-03-18T18:09:59.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-03-04T21:34:10.000Z (over 12 years ago)
- Last Synced: 2025-07-22T20:13:26.450Z (11 months ago)
- Language: PHP
- Size: 132 KB
- Stars: 2
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# LinkORB\Pushover
Simple API client for www.pushover.net
## Features
* PSR-0 compatible, works with composer and is registered on packagist.org
* Send messages using custom titles, urls and url texts.
* Support for message priorities (-1, 0, 1 and 2)
* Stand-alone library, no external dependencies
* Unit tests
## Installing
Check out [composer](http://www.getcomposer.org) for details about installing and running composer.
Then, add `linkorb/pushover` to your project's `composer.json`:
```json
{
"require": {
"linkorb/pushover": "1.*"
}
}
```
## Contributing
Ready to build and improve on this repo? Excellent!
Go ahead and fork/clone this repo and we're looking forward to your pull requests!
Be sure to update the unit tests in tests/.
If you are unable to implement changes you like yourself, don't hesitate to
open a new issue report so that we or others may take care of it.
## Todo
* Implement receipts / callbacks [https://pushover.net/api#receipt](https://pushover.net/api#receipt)
* Implement methods for user verification [https://pushover.net/api#verification](https://pushover.net/api#verification)
* Improve unit test coverage
## License
Please check LICENSE.md for full license information
## Brought to you by the LinkORB Engineering team

Check out our other projects at [linkorb.com/engineering](http://www.linkorb.com/engineering).
Btw, we're hiring!