Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 360 Bytes

File metadata and controls

19 lines (11 loc) · 360 Bytes

Examples

To run the examples you must first initialize composer within the root of your application:

composer install

To get a list of examples available, run the following commands:

cd vendor/lifo/php-daemon/examples
./example.php

To run an example:

./example.php ExampleName

For Instance:

./example.php HelloWorld