如何通过一键生成 App 加速企业数字化转型?
757
2022-11-03
PHP 版本的 Sinatra,极其轻量优雅的 web 领域专用语言(框架)
Pinatra is a PHP copy of Sinatra: a DSL for quickly creating web applications in PHP with minimal effort.
Pinatra is still under the initial development.
Example
install
composer require pinatra/framework=~0.0
run your own application!
require __DIR__.'/../vendor/autoload.php';get('/', function() { echo "I am Pinatra framework!";});
Documentation
read the documentation
中文文档
Request processing flow
Benchmark
Hello World
Simple api with MySQL
Developing Logs
2018-09-11 100% code-coverage done2018-09-08 Eloquent model done2018-09-06 new router is fine2018-09-04 amazing new router is done2018-09-04 view is done2018-09-03 routing is done2018-08-31 first composer package released
License
The Pinatra framework is open-sourced software licensed under the MIT license
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~