Skip to content

PHP framework for creating PHP applications with reactive pages using the event driven programming paradigm between browser and server.

License

Notifications You must be signed in to change notification settings

andaniel05/stratus-php

This branch is up to date with thenlabs/stratus-php:1.0.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 10, 2022
a8dbd6b · May 10, 2022
May 10, 2022
Oct 20, 2021
Apr 27, 2020
Feb 28, 2021
Apr 27, 2020
Apr 27, 2020
Mar 24, 2022
Apr 27, 2020
Oct 19, 2021
Oct 19, 2021
Jan 19, 2021

Repository files navigation

StratusPHP

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

About

PHP framework for creating PHP applications with reactive pages using the event driven programming paradigm between browser and server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%