Recommend this page to a friend! |
Classes of Yousaf Syed | Crow PHP Web Framework | Readme.md | Download |
|
Download Fast un-opinionated minimalist web framework and server for PHP built on top of Async PHP servers (SwoolePHP and ReactPHP). CrowPHP lets you build real microservices in PHP without the use of PHP-FPM/Nginx or Apache.
InstallationRequirements
Installation of CrowPHP via composer, the following command will install the framework and all of its dependencies with it.
Hello world microservice using CrowPHP
You may quickly test your newly built service as follows:
Going to http://localhost:5005 will now display "Hello World". For more information on how to configure your web server, see the Documentation. TestsTo execute the test suite, you'll need to install all development dependencies.
ContributingPlease see CONTRIBUTING for details. Learn MoreLearn more at these links: - Website SecurityIf you discover security related issues, please email yousaf@bmail.pk or use the issue tracker. LicenseThe Crow Framework is licensed under the MIT license. See License File for more information. |