内容简介:Pinatra is a PHP copy ofThe Pinatra framework is open-sourced software licensed under the
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
中文文档
Developing Logs
- 2018-09-11 100% code-coverage done
- 2018-09-08 Eloquent model done
- 2018-09-06 new router is fine
- 2018-09-04 amazing new router is done
- 2018-09-04 view is done
- 2018-09-03 routing is done
- 2018-08-31 first composer package released
License
The Pinatra framework is open-sourced software licensed under the MIT license
以上所述就是小编给大家介绍的《Pinatra:轻量优雅的 Web 领域专用语言(框架)》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- looter——超轻量级爬虫框架
- 工具 | 一个轻量级业务中台开发框架
- 轻量级API测试框架Pandaria
- bilibili 轻量级业务框架正式开源
- 轻量级 Web 框架 Gin 结构分析
- Golang轻量级-高并发socket框架
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
计算机动画算法与编程基础
雍俊海 / 清华大学出版社 / 2008-7 / 29.00元
《计算机动画算法与编程基础》整理了现有动画算法和编程的资料,提取其中基础的部分,结合作者及同事和学生的各种实践经验,力求使得所介绍的动画算法和编程方法更加容易理解,从而让更多的人能够了解计算机动画,并进行计算机动画算法设计和编程实践。《计算机动画算法与编程基础》共8章,内容包括:计算机动画图形和数学基础知识,OpenGL动画编程方法,关键帧动画和变体技术,自由变形方法,粒子系统和关节动画等。一起来看看 《计算机动画算法与编程基础》 这本书的介绍吧!