php-express:受Express.js启发PHP微框架

时间:2021-02-06 04:32:08
【文件属性】:
文件名称:php-express:受Express.js启发PHP微框架
文件大小:590KB
文件格式:ZIP
更新时间:2021-02-06 04:32:08
php application express router view PHP的表达 受Express.js启发PHP微框架 要求 PHP> = 7.1 安装 如果尚未在系统上安装Composer,则可以继续使用以下命令行进行安装: $ curl -sS https://getcomposer.org/installer | php 接下来,将以下require条目添加到项目根目录中的composer.json文件中。 { " require " : { " riverside/php-express " : " * " } } 最后,使用Composer安装php-express及其依赖项: $ php composer
【文件预览】:
php-express-master
----composer.json(788B)
----.travis.yml(99B)
----phpunit.xml(217B)
----docs()
--------css()
--------img()
--------fonts()
--------index.html(5KB)
--------js()
--------api.html(33KB)
----.github()
--------FUNDING.yml(671B)
----tests()
--------ApplicationTest.php(437B)
--------RouterTest.php(353B)
--------RequestTest.php(680B)
--------ResponseTest.php(462B)
--------RouteTest.php(415B)
----LICENSE(1KB)
----src()
--------Response.php(10KB)
--------Router.php(1KB)
--------autoload.php(433B)
--------Application.php(6KB)
--------Route.php(3KB)
--------Request.php(2KB)
----examples()
--------02-views()
--------index.php(434B)
--------01-basic()
--------03-controllers()
--------04-router()
--------05-post()
----.gitignore(65B)
----README.md(3KB)
----.gitattributes(66B)

网友评论