Skip to content

shigedangao/apns-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP Apns sender

A just a test simple apns sender

Install

  • Install composer
  • Run composer install
  • Create a cert folder
  • Put a certificate and a private key in a .pem file

Send a push

  • Be sure to have a device token and to have already accept to receive the notification
  • A device token

Run

  • Use the command php -S localhost:
  • Using postman and target the following route (I use Slim for handling the request) : http://localhost:/sendpush

About

somehow I make an apns sender

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages