PHP Package: edamov/pushok

Pushok is a PHP library for sending push notifications to mobile devices across multiple platforms. It provides an easy-to-use interface for integrating push notifications into your applications.

Current Version: 0.18.0
Last Updated: 2025-02-03
PHP Requirement: ^8.1
Dependencies:
edamov/pushok-dependency1
edamov/pushok-dependency2
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Pushok is a comprehensive PHP library designed to simplify the process of sending push notifications to iOS, Android, and other mobile platforms. It offers robust functionality for managing device tokens, sending messages, and handling feedback. With Pushok, developers can seamlessly integrate push notifications into their applications, enhancing user engagement and retention.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 0.18.1

Clock Coming soon

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/edamov/pushok/0.18.1/loader.php';
require_once 'libs/edamov/pushok-dependency1/{lib_version}/loader.php';
require_once 'libs/edamov/pushok-dependency2/{lib_version}/loader.php';

use Pushok\Push;
use Pushok\Device;

$obj = new Push();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.