Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

MyAwesomeReader Example App

This is an example app of MyAwesomeReader implementing StreamBuilder.

Please note this example isn't bundled with the released archives: please make a local git clone.

In this example, we implement an endpoint for trending topics that uses a Stream, StreamElement, and a Cursor.

Usage is:

cd example
composer install
php -S localhost:8000

Then visit http://localhost:8000 in a browser to see the StreamBuilder example output!