thenlabs / stratus-php
1.0.x-dev
2022-05-10 18:56 UTC
Requires
- matthiasmullie/minify: ^1.3
- opis/closure: ^3.5
- thenlabs/class-builder: ^1.0
- thenlabs/composed-views: ^1.0.7
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.12
- php-webdriver/webdriver: ^1.8
- thenlabs/pyramidal-tests: ^1.0
This package is auto-updated.
Last update: 2026-03-06 22:32:44 UTC
README
StratusPHP is a framework for creating PHP applications that have reactive interfaces using the paradigm of event-driven programming between the browser and the server.
If you like this project gift us a ⭐.
Documentation.
Running the tests.
Before start the tests it's necesary start the web server with the next command:
$ php -S localhost:8000 -t tests/public
Then Selenium Server must be started as follows:
$ java -jar /path/to/selenium-server-standalone-<x.y.z>.jar
Change <x.y.z> for respective value.
Once the previous steps have been carried out, it will be possible to run the tests with the following command:
$ ./vendor/bin/phpunit