The Ezra platform.

v0.0.1 2021-02-10 19:44 UTC

This package is auto-updated.

Last update: 2024-05-11 21:10:10 UTC


README

First, Download composer. Then, install all of the composer dependencies from the command line:

composer.phar install

PHPUnit

To check your version of PHPUnit run from the root directory:

./vendor/bin/phpunit --version

PHP Server

To start the built-in web server run from the root directory:

php -S localhost:9999 -t web server