Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thenlabs/stratus-php
PHP framework for creating PHP applications with reactive pages using the event driven programming paradigm between browser and server.
https://github.com/thenlabs/stratus-php
ajax event-driven php php-framework php7 reactive reactiveui spa
Last synced: 24 days ago
JSON representation
PHP framework for creating PHP applications with reactive pages using the event driven programming paradigm between browser and server.
- Host: GitHub
- URL: https://github.com/thenlabs/stratus-php
- Owner: thenlabs
- License: mit
- Created: 2020-06-18T21:02:03.000Z (over 4 years ago)
- Default Branch: 1.0
- Last Pushed: 2022-05-10T18:57:00.000Z (over 2 years ago)
- Last Synced: 2024-10-01T01:53:14.271Z (about 1 month ago)
- Topics: ajax, event-driven, php, php-framework, php7, reactive, reactiveui, spa
- Language: PHP
- Homepage: https://github.com/thenlabs/doc/blob/master/stratus-php/master/en/index.md
- Size: 1.09 MB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- cuban-opensource - StratusPHP - driven programming paradigm. (Frameworks / Telegram)
README
# 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.
- [English](https://github.com/thenlabs/doc/blob/master/stratus-php/master/en/index.md)
- [Español](https://github.com/thenlabs/doc/blob/master/stratus-php/master/es/index.md)## 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-.jar
Change `` 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