飞行:PHP的可扩展微框架

时间:2024-02-26 08:39:23
【文件属性】:

文件名称:飞行:PHP的可扩展微框架

文件大小:42KB

文件格式:ZIP

更新时间:2024-02-26 08:39:23

php micro-framework restful restful-api PHPPHP

什么是航班? Flight是一个快速,简单,可扩展PHP框架。 Flight使您能够快速轻松地构建RESTful Web应用程序。 require 'flight/Flight.php' ; Flight :: route ( '/' , function (){ echo 'hello world!' ; }); Flight :: start (); 要求 飞行需要PHP 5.3或更高版本。 执照 飞行是根据许可发布的。 安装 1.下载文件。 如果您使用的是 ,则可以运行以下命令: composer require mikecao/flight 或者,您可以直接它们并将其解


【文件预览】:
flight-master
----VERSION(6B)
----flight()
--------Engine.php(16KB)
--------core()
--------util()
--------net()
--------Flight.php(3KB)
--------template()
--------autoload.php(271B)
----LICENSE(1KB)
----README.md(21KB)
----index.php(114B)
----tests()
--------RouterTest.php(7KB)
--------RenderTest.php(940B)
--------RedirectTest.php(2KB)
--------views()
--------DispatcherTest.php(2KB)
--------classes()
--------RequestTest.php(4KB)
--------ViewTest.php(2KB)
--------FlightTest.php(2KB)
--------README.md(284B)
--------LoaderTest.php(3KB)
--------AutoloadTest.php(1KB)
--------VariableTest.php(1KB)
--------FilterTest.php(2KB)
--------RegisterTest.php(2KB)
--------MapTest.php(2KB)
----.gitignore(42B)
----composer.json(655B)

网友评论