文件名称:fastD API framework
文件大小:55KB
文件格式:ZIP
更新时间:2021-05-14 11:39:22
php
A high performance PHP API framework. Powered by swoole
【文件预览】:
composer.json
.travis.yml
phpunit.xml
bin
----client(1KB)
----server(2KB)
----process(1KB)
----console(1KB)
.scrutinizer.yml
.env.yml.example
tests
----ApplicationTest.php(3KB)
----HelpersTest.php(3KB)
----Model()
--------DatabaseTest.php(2KB)
--------ModelTest.php(752B)
----Pool()
--------CachePoolTest.php(382B)
--------DatabasePoolTest.php(1KB)
----ServerTest.php(633B)
read.t
nginx-fpm-example.conf
LICENSE
helpers.php
app
----config()
--------routes.php(56B)
--------config.php(281B)
--------cache.php(384B)
--------server.php(698B)
--------process.php(334B)
--------app.php(2KB)
--------database.php(410B)
----database()
--------dataset()
----src()
--------Processor()
--------Model()
--------Console()
--------Controller()
--------Middleware()
--------Testing()
--------ServiceProvider()
----.env.yml(20B)
----web()
--------index.php(304B)
--------favicon.ico(0B)
src
----Model()
--------Model.php(616B)
--------Database.php(2KB)
--------ModelFactory.php(736B)
----Process()
--------AbstractProcess.php(560B)
--------ProcessManager.php(7KB)
----Console()
--------Config.php(2KB)
--------Model.php(3KB)
--------Routing.php(4KB)
--------Controller.php(2KB)
--------Migration.php(1KB)
--------Client.php(2KB)
----Servitization()
--------Client()
--------OnWorkerStart.php(841B)
--------Server()
----Client.php(1KB)
----Console.php(3KB)
----Logger()
--------HandlerAbstract.php(677B)
--------AccessHandler.php(608B)
--------Formatter()
--------Logger.php(895B)
--------ErrorHandler.php(774B)
----Pool()
--------DatabasePool.php(2KB)
--------PoolInterface.php(343B)
--------CachePool.php(2KB)
----TestCase.php(3KB)
----Application.php(6KB)
----Server.php(4KB)
----Processor.php(1KB)
----ServiceProvider()
--------RouteServiceProvider.php(968B)
--------LoggerServiceProvider.php(1KB)
--------DatabaseServiceProvider.php(704B)
--------CacheServiceProvider.php(729B)
--------SwooleServiceProvider.php(666B)
--------ConfigServiceProvider.php(967B)
--------MoltenServiceProvider.php(639B)
logstash-example.conf
.gitignore
.styleci.yml
README.md
nginx-swoole-example.conf