Skip to content

kitchenu/ssel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssel

Build Status License

PHP Server-Sent Events library.

Installation

$ composer require kitchenu/ssel

Usage

<?php

require 'vendor/autoload.php';

$app = new Ssel\App();

$app->addTimerEvent('test', function () {
    return date('Y-m-d h:i:s');
});

$app->run();

About

PHP Server-Sent Events library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages