All Collections
Getting Started
Using Batch APIs
How can I send push notifications with PHP?
How can I send push notifications with PHP?

Batch does not provide a library for PHP yet, but you can easily call our REST APIs to send your first push notifications.

Baptiste avatar
Written by Baptiste
Updated over a week ago

Batch does not provide a library for PHP at this point but Batch provides REST APIs you can use to send push notifications to your userbase or specific user IDs:

  • Push Campaigns API: Made for 1-to-many interactions. It allows you to send push notifications in mass to your users according to targeting criteria (using your custom data or Batch generated data) or with your own segmentation engine with Custom Audiences. 

  • Transactional API: Made for 1-to-1 or 1-to-few interactions. It allows you to send push notifications to a specific list of user IDs (push token, Advertising IDs or Custom User IDs) based on events in your back-end (e.g. "You have a new friend request").


    This article belongs to Batch's FAQ. Need more help? Find insightful articles, documentation, case & market studies, guides, and even more in our website's Resources section on batch.com and our blog.

Did this answer your question?