/php-push

Primary LanguagePHP

PHP-PUSH

Testing push notifications with PHP.

Installation

  • Install Packages using composer.
$ composer install
  • Copy .env.example to .env and set your SERVER_KEY.
$ cp .env.example .env
  • Start the server.
cd public && php -S localhost:1234