adhocore / php-cli

PHP Console Application made easy- build great console apps with ease. Comes with Zero Dependency and Autocompletion support. Think of it as a PHP cli application framework.
https://github.com/adhocore/php-cli
MIT License
338 stars 35 forks source link

Great project! #44

Closed anoxia closed 6 years ago

anoxia commented 6 years ago

I found this project by packagist, I need it, it's great! thanks~

adhocore commented 6 years ago

thank you for kind words. can't wait to see what cool stuffs you will build using this package. in the meantime may i ask you to have a look at phint 😊

anoxia commented 6 years ago

It's developing! It's a high-performance asynchronous PHP microapplication based on swoole, and I'll share it when it's done.

adhocore commented 5 years ago

is it done yet? 😇

anoxia commented 5 years ago

is it done yet? 😇

Yes, man, see bee-framework

adhocore commented 5 years ago

cool. adhocore/php-cli has now newer version release already :)

anoxia commented 5 years ago

🙏, I will follow up the new version. In fact, the above framework is just for practice. I am developing a new microservice framework from scratch, focusing on command-line mode operation, and abandoning phpp CGI. At present, I am writing a command-line UI library, and I hope to realize more possibilities in command-line tools based on this library.

anoxia commented 5 years ago

🙏, I will follow up the new version. In fact, the above framework is just for practice. I am developing a new microservice framework from scratch, focusing on command-line mode operation, and abandoning phpp CGI. At present, I am writing a command-line UI library, and I hope to realize more possibilities in command-line tools based on this library.

Although it is an excessive framework, its performance is very good, thanks to the Swoole coroutine advantage, the 2 core 4G machine echo service may reach 6w~7w QPS per second, MySQL writes 6k data per second, 9k data per second Inquire. Pressure measuring tool: wrk.