文件名称:blink-0.2.1
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
Blink不仅仅是一个Web框架,也是一个Web服务器,可以脱离php-fpm、Apache独立运行,其底层基于Swoole的httpserver,性能有保障。Blink为构建Web应用程序提供简洁优雅的API,高可扩展性,允许开发者非常灵活自如的使用,为构建高性能API服务而生。-Blink is not just a Web fr a mework, is a Web server, it can the php-fpm, Apache run independently, based on its underlying Swoole of httpserver, performance is guaranteed. Blink for building Web applications provide simple and elegant API, high scalability, allowing developers to very flexible and comfortable to use for building high-performance API service for us.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
blink-0.2.1
...........\.gitignore
...........\.travis.yml
...........\ChangeLog.md
...........\LICENSE
...........\README.md
...........\composer.json
...........\docs
...........\....\en
...........\....\..\1-1-about-blink.md
...........\....\..\1-2-installing.md
...........\....\..\1-3-directory-structure.md
...........\....\..\2-1-routing-and-controllers.md
...........\....\..\2-2-request-handling.md
...........\....\..\3-1-dependency-injection.md
...........\....\..\3-2-session.md
...........\....\..\3-3-authentication.md
...........\....\..\3-4-error-and-logging.md
...........\....\..\4-1-properties-and-configurations.md
...........\....\..\4-2-lifecycle.md
...........\....\..\README.md
...........\....\zh-CN
...........\....\.....\1-1-about-blink.md
...........\....\.....\1-2-installing.md
...........\....\.....\1-3-directory-structure.md
...........\....\.....\2-1-routing-and-controllers.md
...........\....\.....\2-2-request-handling.md
...........\....\.....\3-1-dependency-injection.md
...........\....\.....\3-2-session.md
...........\....\.....\3-3-authentication.md
...........\....\.....\3-4-error-and-logging.md
...........\....\.....\4-1-properties-and-configurations.md
...........\....\.....\4-2-lifecycle.md
...........\....\.....\README.md
...........\phpunit.xml
...........\src
...........\...\auth
...........\...\....\Auth.php
...........\...\....\Authenticatable.php
...........\...\....\Contract.php
...........\...\....\middleware
...........\...\....\..........\BasicAccess.php
...........\...\console
...........\...\.......\ServerCommand.php
...........\...\core
...........\...\....\Application.php
...........\...\....\Configurable.php
...........\...\....\ErrorException.php
...........\...\....\ErrorHandler.php
...........\...\....\Exception.php
...........\...\....\HttpException.php
...........\...\....\InvalidCallException.php
...........\...\....\InvalidConfigException.php
...........\...\....\InvalidParamException.php
...........\...\....\InvalidRouteException.php
...........\...\....\InvalidValueException.php
...........\...\....\MiddlewareContract.php
...........\...\....\MiddlewareTrait.php
...........\...\....\NotSupportedException.php
...........\...\....\Object.php
...........\...\....\ObjectTrait.php
...........\...\....\ServiceLocator.php
...........\...\....\ShouldBeRefreshed.php
...........\...\....\UnknownMethodException.php
...........\...\....\UnknownPropertyException.php
...........\...\....\console
...........\...\....\.......\Application.php
...........\...\....\.......\Command.php
...........\...\di
...........\...\..\Container.php
...........\...\..\Instance.php
...........\...\http
...........\...\....\Cookie.php
...........\...\....\CookieBag.php
...........\...\....\File.php
...........\...\....\FileBag.php
...........\...\....\HeaderBag.php
...........\...\....\ParamBag.php
...........\...\....\Request.php
...........\...\....\Response.php
...........\...\log
...........\...\...\Logger.php
...........\...\...\StreamTarget.php
...........\...\...\Target.php
...........\...\server
...........\...\......\CgiServer.php
...........\...\......\Server.php
...........\...\......\SwServer.php
...........\...\session
...........\...\.......\Contract.php
...........\...\.......\FileStorage.php
...........\...\.......\Manager.php
...........\...\.......\Session.php
...........\...\.......\StorageContract.php
...........\...\support
...........\...\.......\BagTrait.php
...........\...\.......\Json.php
...........\...\.......\helpers.php
...........\...\testing
...........\...\.......\AuthTrait.php