|
1 | | -# Fcm |
2 | | -PHP Fcm library |
| 1 | +[](https://travis-ci.org/ker0x/fcm) |
| 2 | +[](https://coveralls.io/github/ker0x/fcm) |
| 3 | +[](https://scrutinizer-ci.com/g/ker0x/fcm/) |
| 4 | +[](https://packagist.org/packages/ker0x/fcm) |
| 5 | +[](https://packagist.org/packages/ker0x/fcm) |
| 6 | +[](http://fcm.readthedocs.org/en/latest/?badge=latest) |
| 7 | +[](https://packagist.org/packages/ker0x/fcm) |
| 8 | + |
| 9 | +# FCM PHP library |
| 10 | + |
| 11 | +A PHP libray to send push notification with [Firebase Cloud Messaging](https://firebase.google.com/docs/cloud-messaging/) |
| 12 | + |
| 13 | +> Note: This is a portage as a standalone library, with some enhancements, of the great plugin [Laravel-FCM](https://github.com/brozot/Laravel-FCM) by [Nicolas Brosy](https://github.com/brozot) |
| 14 | +
|
| 15 | +## Requirements |
| 16 | + |
| 17 | +* PHP >= 7.0 |
| 18 | + |
| 19 | +## Documentation |
| 20 | + |
| 21 | +The documentation is available [here](http://fcm.readthedocs.org/en/latest/) |
| 22 | + |
| 23 | +## License |
| 24 | + |
| 25 | +The MIT License (MIT) |
| 26 | + |
| 27 | +Copyright (c) 2016 Romain Monteil |
| 28 | + |
| 29 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 30 | +of this software and associated documentation files (the "Software"), to deal |
| 31 | +in the Software without restriction, including without limitation the rights |
| 32 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 33 | +copies of the Software, and to permit persons to whom the Software is |
| 34 | +furnished to do so, subject to the following conditions: |
| 35 | + |
| 36 | +The above copyright notice and this permission notice shall be included in all |
| 37 | +copies or substantial portions of the Software. |
| 38 | + |
| 39 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 40 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 41 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 42 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 43 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 44 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 45 | +SOFTWARE. |
0 commit comments