{ "name": "sly/notification-pusher", "description": "Standalone PHP library for easy devices notifications push.", "keywords": ["apple", "iphone", "apns", "android", "gcm", "notification", "message", "push", "pusher"], "homepage": "https://github.com/Ph3nol/NotificationPusher", "type": "standalone", "license": "MIT", "authors": [ { "name": "Cédric Dugat", "email": "cedric@dugat.me" }, { "name": "Contributors", "homepage": "https://github.com/Ph3nol/NotificationPusher/contributors" } ], "require": { "php": ">=5.3.2", "symfony/options-resolver": ">=2.3", "symfony/console": ">=2.3", "symfony/process": ">=2.3", "zendframework/zendservice-apple-apns": "1.*", "zendframework/zendservice-google-gcm": "1.*" }, "require-dev": { "atoum/atoum": "dev-master" }, "config": { "bin-dir": "bin" }, "autoload": { "psr-0": { "Sly": ["src/"] } } }