{"id":13624107,"url":"https://github.com/Ph3nol/NotificationPusher","last_synced_at":"2025-04-15T20:33:16.210Z","repository":{"id":4429639,"uuid":"5567650","full_name":"Ph3nol/NotificationPusher","owner":"Ph3nol","description":"Standalone PHP library for easy devices notifications push.","archived":false,"fork":false,"pushed_at":"2023-09-05T08:12:02.000Z","size":376,"stargazers_count":1185,"open_issues_count":31,"forks_count":273,"subscribers_count":54,"default_branch":"master","last_synced_at":"2025-04-11T02:52:05.156Z","etag":null,"topics":["apns","gcm","notifications","php","push","push-notifications","standalone-php-library"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ph3nol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"custom":["https://paypal.me/ph3nol"]}},"created_at":"2012-08-27T06:56:03.000Z","updated_at":"2025-03-09T06:02:34.000Z","dependencies_parsed_at":"2022-08-27T06:20:12.586Z","dependency_job_id":null,"html_url":"https://github.com/Ph3nol/NotificationPusher","commit_stats":{"total_commits":230,"total_committers":58,"mean_commits":"3.9655172413793105","dds":0.7739130434782608,"last_synced_commit":"df1285aea6d4cf638e7ff77d3005790689fe5da2"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ph3nol%2FNotificationPusher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ph3nol%2FNotificationPusher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ph3nol%2FNotificationPusher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ph3nol%2FNotificationPusher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ph3nol","download_url":"https://codeload.github.com/Ph3nol/NotificationPusher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248501940,"owners_count":21114681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apns","gcm","notifications","php","push","push-notifications","standalone-php-library"],"created_at":"2024-08-01T21:01:38.867Z","updated_at":"2025-04-15T20:33:15.943Z","avatar_url":"https://github.com/Ph3nol.png","language":"PHP","funding_links":["https://paypal.me/ph3nol"],"categories":["通知","Table of Contents","PHP","通知 Notifications","目录","Notifications","通知( Notifications )"],"sub_categories":["Notifications","通知 Notifications","Globalization"],"readme":"# NotificationPusher [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ph3nol/notificationpusher?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nStandalone PHP library for easy devices message notifications push.\n\n[![Latest Stable Version](https://img.shields.io/packagist/v/sly/notification-pusher.svg)](https://packagist.org/packages/sly/notification-pusher)\n[![License](https://img.shields.io/packagist/l/sly/notification-pusher.svg)](https://packagist.org/packages/sly/notification-pusher)\n[![Total Downloads](https://img.shields.io/packagist/dt/sly/notification-pusher.svg)](https://packagist.org/packages/sly/notification-pusher)\n[![Build Status](https://secure.travis-ci.org/Ph3nol/NotificationPusher.png)](http://travis-ci.org/Ph3nol/NotificationPusher)\n\n[![SensioLabsInsight](https://insight.sensiolabs.com/projects/4f6f80c4-281a-4903-bf4c-1eb264995dbd/big.png)](https://insight.sensiolabs.com/projects/4f6f80c4-281a-4903-bf4c-1eb264995dbd)\n\n**Feel free to contribute! Thanks.**\n\n## Contributors\n\n* [Cédric Dugat](https://github.com/Ph3nol) (Author / Lead developer)\n* [Oleg Abrazhaev](https://github.com/seyfer) (Lead developer)\n* [Community contributors](https://github.com/Ph3nol/NotificationPusher/graphs/contributors)\n\n## Installation\n\n```\ncomposer require sly/notification-pusher\n```\n\nThis repository uses PSR-0 autoload.\nAfter installation with [composer](https://getcomposer.org/download/) please adjust you autoloading config if needed \nor `include vendor/autoload.php` in your index.php.\n\n## Requirements\n\n* PHP 5.6+\n* PHP Curl and OpenSSL modules\n* Specific adapters requirements (like APNS certificate, GCM (FCM) API key, etc.)\n\n**WARNING** Version `v3.0` would support only php 7.0+. Please, update your composer config if needed.\n\n## Today available adapters\n\n* APNS (Apple)\n* GCM (Android) and FCM (Android)\n\n## Documentation and examples\n\n* [Installation](https://github.com/Ph3nol/NotificationPusher/blob/master/doc/installation.md)\n* [Getting started](https://github.com/Ph3nol/NotificationPusher/blob/master/doc/getting-started.md)\n* [APNS adapter](https://github.com/Ph3nol/NotificationPusher/blob/master/doc/apns-adapter.md)\n* [GCM (FCM) adapter](https://github.com/Ph3nol/NotificationPusher/blob/master/doc/gcm-fcm-adapter.md)\n* [Create an adapter](https://github.com/Ph3nol/NotificationPusher/blob/master/doc/create-an-adapter.md)\n* [Push from CLI](https://github.com/Ph3nol/NotificationPusher/blob/master/doc/push-from-cli.md)\n* [Facades](https://github.com/Ph3nol/NotificationPusher/blob/master/doc/facades.md)\n\n## Todo\n\n* Rewrite tests in PHPUnit 8+. (contributions are welcome!)\n* Add new features (custom APNS payloads, GCM and FCM custom options, etc.)\n* Add new adapters (like Blackberry and Windows phones)\n* Write more documentation and examples!\n\n## 1.x users\n\nOld version is still available from [1.x branch](https://github.com/Ph3nol/NotificationPusher/tree/1.x), with dedicated declared tag.\n\n\n[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/Ph3nol/notificationpusher/trend.png)](https://bitdeli.com/free \"Bitdeli Badge\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPh3nol%2FNotificationPusher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPh3nol%2FNotificationPusher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPh3nol%2FNotificationPusher/lists"}