Skip to content

lawoole/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lawoole Documentation

Lawoole is a high-performance PHP framework based on Laravel and Swoole.

Select your language

About Lawoole

Laravel is the most popular PHP framework. It is dedicated to helping developers write the most elegant and meaningful code, and also provides a wealth of functions to developers through the ecological chain.

As we all know, Laravel's biggest flaw is the performance problems behind its rich features. Lawoole was born to solve this problem. By using Swoole as an infrastructure, it not only enhances the efficiency of network communication, but also avoids the consumption of repeated compilation. At the same time, Lawoole did not sacrifice the outstanding features of Laravel. In Lawoole, you can have a development experience consistent with Laravel and write creative code.

Lawoole differs from other Swoole-based frameworks in that it does not focus on performance, but rather seeks a balance between a comfortable code writing environment and program efficiency. Lawoole does not admire those who sacrificed code readability and wrote hard-to-maintain and error-prone code.

Thank for the shoulders of giants:

Community

  • QQ Group: 729916224

Contribution Guidelines

We are very honored to welcome your contribution to the Laravel manual.

If you are submitting documentation for the current stable release, submit it to the corresponding branch. For example, documentation for Lawoole 1.0 would be submitted to the 1.0 branch. Documentation intended for the next release of Lawoole should be submitted to the master branch.