php tiny,轻量级 PHP 框架 TinyLara 发布

轻量级 PHP 框架 TinyLara 发布

2014-10-24 / 阅读数:12412 / 分类: TinyLara

TinyLara

8277439656fa1321f367aa17a05ac3e4.png

______ _ __

/_ __/ (_) ____ __ __ / / ____ _ _____ ____ _

/ / / / / __ \ / / / / / / / __ `/ / ___/ / __ `/

/ / / / / / / / / /_/ / / /___/ /_/ / / / / /_/ /

/_/ /_/ /_/ /_/ \__, / /_____/\__,_/ /_/ \__,_/

/____/

TinyLara is a simple PHP framework based on Composer, looks like a Lite Edition of Laravel. http://tinylara.com/

Github

Start

Download:git clone https://github.com/TinyLara/TinyLara

cd TinyLara

Install dependencies:composer update

Then modify 'app/database.php' with right information and import 'demo.sql'.

See:

config/routes.php :Macaw::get('', 'HomeController@home');

app/controllers/HomeController.php :public function home()

{

// build view sample

$this->view = View::make('home')->with('article',Article::first())

->withTitle('MFFC :-D')

->withFooBar('foo_bar');

/*

// build mail sample

$this->mail = Mail::to(['ooxx@gmail.com', 'ooxx@qq.com'])

->from('OOXX ')

->title('Foo Bar')

->content('

Hello~~

');

// redis sample

Redis::set('key','value',3000,'ms');

echo Redis::get('key');

*/

}

Run:cd public && php -S 127.0.0.1:3000

It's already running!

FeaturesSuer small (~150 LOC) router: fast and sexy codingbean/macaw

MVC architecture

One of the Most powerful PHP ORM on Earth: Laravel Eloquent

Powerful Laravel-style views loader

Redis ready in Laravel-style

Handy SMTP mailer

License

The TinyLara framework is open-sourced software licensed under the MIT license

WRITTEN BY

9918749bb4d134e0a0a19c7c9d51aff8.png

程序员,Swift Contributor,正在写《iOS 可视化编程与 Auto Layout》。

评论:

17795660dc39be85b37e2e2a4b81fd6f.png

api

2014-12-09 11:53

最低版本5.5?

f2eb4aff4d2bcce79de0c4ced545de54.png

2014-12-09 17:51

@api:5.4哦~

9fa95974659a2ff154fe772a482f0e82?s=40&d=mm&r=g

2014-11-10 16:41

原来作者是你~~~

17795660dc39be85b37e2e2a4b81fd6f.png

豆豆

2014-10-30 12:54

bae09c3a478b26fc0dd489640f82778a.gif哦哦~~

发表评论:

昵称

邮件地址 (选填)

个人主页 (选填)

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值