TinyLara
______ _ __ /_ __/ (_) ____ __ __ / / ____ _ _____ ____ _ / / / / / __ / / / / / / / __ `/ / ___/ / __ `/ / / / / / / / / / /_/ / / /___/ /_/ / / / / /_/ / /_/ /_/ /_/ /_/ \__, / /_____/\__,_/ /_/ \__,_/ /____/
TinyLara is a simple PHP framework based on Composer, looks like a Lite Edition of Laravel. http://tinylara.com/
GithubGithub Repo: https://github.com/TinyLara/TinyLara
Start Download:git clone https://github.com/TinyLara/TinyLara cd TinyLaraInstall 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("OOXXRun:") ->title("Foo Bar") ->content(" Hello~~
"); // redis sample Redis::set("key","value",3000,"ms"); echo Redis::get("key"); */ }
cd public && php -S 127.0.0.1:3000
Visit http://127.0.0.1:3000/
It"s already running!Suer 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
LicenseThe TinyLara framework is open-sourced software licensed under the MIT license
文章版權歸作者所有,未經允許請勿轉載,若此文章存在違規行為,您可以聯系管理員刪除。
轉載請注明本文地址:http://specialneedsforspecialkids.com/yun/20847.html
摘要:中文介紹是一個輕量級框架,基于,可以看成的精簡版。官方網站項目地址開始使用下載或者安裝依賴包修改數據庫配置文件,將導入數據庫。一行代碼即可發送郵件。協議采用協議分發,衍生項目除了必須采用協議之外無任何限制。 TinyLara showImg(http://lvwenhan.com/content/uploadfile/201410/dcd81414652600.png); __...
摘要:更新說明一新增功能增加匹配所有請求類型二優化去掉由功能更強大的取代更名為匹配時區分大小寫提升不帶參數匹配下的性能生成縮略圖時增加品質參數減少中的靜態成員變量改用匿名函數容器來傳遞參數優化解密帶問號的參數導致解密失敗的三默認風格變更為 1.5.3 更新說明 一. 新增功能 增加Rest::any(), 匹配所有請求類型 $app = CrossCoreDelegate::loadApp...
摘要:一是什么全稱用語言編寫的輕量級擴展框架專注于開發。這里只是給出了一種測試方法通過多次不同并發數測試結果得知與原生性能消耗是。業務開發速度結論采用框架開發業務代碼量能節約。 showImg(https://segmentfault.com/img/bVbamHp?w=320&h=320); 一、Asf 是什么? 全稱 API Services Framework, 用C語言編寫的輕量級P...
閱讀 3256·2023-04-26 02:10
閱讀 2880·2021-10-12 10:12
閱讀 4559·2021-09-27 13:35
閱讀 1519·2019-08-30 15:55
閱讀 1058·2019-08-29 18:37
閱讀 3423·2019-08-28 17:51
閱讀 1954·2019-08-26 13:30
閱讀 1191·2019-08-26 12:09