lawoole/lawoole

The Lawoole framework

Installs: 111

Dependents: 0

Suggesters: 0

Security: 0

Stars: 297

Watchers: 15

Forks: 28

Open Issues: 1

Type:project

v1.0.1 2019-01-03 09:38 UTC

This package is not auto-updated.

Last update: 2024-04-19 06:12:29 UTC


README

Build Status Total Downloads Latest Stable Version License

About Lawoole

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

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 is different from other Swoole-based frameworks in that it does not seek performance, but rather seeks a balance between a comfortable code writing environment and the efficiency of program execution. 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

Documentation

Here the documentation of Lawoole . Of course, you can also find relevant knowledge about Lawoole from the Internet.

License

The Lawoole framework is open-sourced software licensed under the MIT License.

Security Vulnerabilities

If you discover a security vulnerability within Lawoole, please send an email to You Ming via youming@funcuter.org. All security vulnerabilities will be promptly addressed.