maestroprog / saw
Async multi-threading php framework
0.4.2-beta
2018-03-10 12:35 UTC
Requires
- php: >=7.1
- maestroprog/di-container: ^2.0
- maestroprog/esockets: ^2.1
- qwerty-php/app-interface: 1.0
Requires (Dev)
- phpunit/phpunit: >=7.0
- satooshi/php-coveralls: ^1.0
This package is auto-updated.
Last update: 2025-03-17 02:34:24 UTC
README
Simple Async Workers — async php framework - for web
What it is?
Saw-PHP is simple and easy php framework for web. This framework provides an asynchronous execution of almost any php code.
Idea is simple:
- Sawing our web application to work in multithreaded mode.
- Receives a request from a client
- Run the query processor in multiple threads
- Through multi-threading improves performance
- ? * threads
- PROFIT
To be continued...