Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads WEB Code PHP

PhalApi开源接口框架

  • Category : PHP
  • Tags :
  • Update : 2022-09-13
  • Size : 536.59kb
  • Downloaded :0次
  • Author :qianpeng88
  • About : Nobody
  • PS : If download it fails, try it again. Download again for free!
Introduction - If you have any usage issues, please Google them yourself
halApi,简称π框架,是一个PHP轻量级开源接口框架,专注于接口开发,致力让接口开发更简单。它: + 致力于快速、稳定、持续交付有价值的接口服务 + 关注于测试驱动开发、领域驱动设计、极限编程、敏捷开发 + 有众多的扩展类库,与更多开源
Packet file list
(Preview for download)
Packet : dogstar-PhalApi-release.rar filelist
dogstar-PhalApi-release/PhalApi/.gitattributes
dogstar-PhalApi-release/PhalApi/.gitignore
dogstar-PhalApi-release/PhalApi/composer.json
dogstar-PhalApi-release/PhalApi/LICENSE.md
dogstar-PhalApi-release/PhalApi/logo.jpg
dogstar-PhalApi-release/PhalApi/README.md
dogstar-PhalApi-release/PhalApi/Config/app.php
dogstar-PhalApi-release/PhalApi/Config/dbs.php
dogstar-PhalApi-release/PhalApi/Config/sys.php
dogstar-PhalApi-release/PhalApi/Data/phalapi_test.sql
dogstar-PhalApi-release/PhalApi/Data/user.sql
dogstar-PhalApi-release/PhalApi/Demo/Api/Default.php
dogstar-PhalApi-release/PhalApi/Demo/Api/User.php
dogstar-PhalApi-release/PhalApi/Demo/Api/Examples/CURD.php
dogstar-PhalApi-release/PhalApi/Demo/Api/Examples/Nothing.php
dogstar-PhalApi-release/PhalApi/Demo/Api/Examples/Upload.php
dogstar-PhalApi-release/PhalApi/Demo/Domain/User.php
dogstar-PhalApi-release/PhalApi/Demo/Domain/Examples/CURD.php
dogstar-PhalApi-release/PhalApi/Demo/Model/User.php
dogstar-PhalApi-release/PhalApi/Demo/Model/Examples/CURD.php
dogstar-PhalApi-release/PhalApi/Demo/ModelProxy/UserBaseInfo.php
dogstar-PhalApi-release/PhalApi/Demo/Tests/phpunit.xml
dogstar-PhalApi-release/PhalApi/Demo/Tests/phpunit_user_getbaseinfo.xml
dogstar-PhalApi-release/PhalApi/Demo/Tests/test_env.php
dogstar-PhalApi-release/PhalApi/Demo/Tests/Api/Api_Default_Test.php
dogstar-PhalApi-release/PhalApi/Demo/Tests/Api/Api_User_Test.php
dogstar-PhalApi-release/PhalApi/Demo/Tests/Domain/Domain_User_Test.php
dogstar-PhalApi-release/PhalApi/Demo/Tests/Model/Model_User_Test.php
dogstar-PhalApi-release/PhalApi/Language/de/common.php
dogstar-PhalApi-release/PhalApi/Language/en/common.php
dogstar-PhalApi-release/PhalApi/Language/fr/common.php
dogstar-PhalApi-release/PhalApi/Language/zh_cn/common.php
dogstar-PhalApi-release/PhalApi/Language/zh_tw/common.php
dogstar-PhalApi-release/PhalApi/Library/README.md
dogstar-PhalApi-release/PhalApi/Library/Task/check.php
dogstar-PhalApi-release/PhalApi/Library/Task/crontab.php
dogstar-PhalApi-release/PhalApi/Library/Task/Lite.php
dogstar-PhalApi-release/PhalApi/Library/Task/MQ.php
dogstar-PhalApi-release/PhalApi/Library/Task/Progress.php
dogstar-PhalApi-release/PhalApi/Library/Task/Runner.php
dogstar-PhalApi-release/PhalApi/Library/Task/Config/app.php
dogstar-PhalApi-release/PhalApi/Library/Task/Config/dbs.php
dogstar-PhalApi-release/PhalApi/Library/Task/Data/phalapi_task_mq.sql
dogstar-PhalApi-release/PhalApi/Library/Task/Data/phalapi_task_progress.sql
dogstar-PhalApi-release/PhalApi/Library/Task/Data/task_mq.sql
dogstar-PhalApi-release/PhalApi/Library/Task/Data/task_progress.sql
dogstar-PhalApi-release/PhalApi/Library/Task/MQ/Array.php
dogstar-PhalApi-release/PhalApi/Library/Task/MQ/DB.php
dogstar-PhalApi-release/PhalApi/Library/Task/MQ/File.php
dogstar-PhalApi-release/PhalApi/Library/Task/MQ/KeyValue.php
dogstar-PhalApi-release/PhalApi/Library/Task/MQ/Memcached.php
dogstar-PhalApi-release/PhalApi/Library/Task/MQ/Redis.php
dogstar-PhalApi-release/PhalApi/Library/Task/Progress/Trigger.php
dogstar-PhalApi-release/PhalApi/Library/Task/Progress/Trigger/Common.php
dogstar-PhalApi-release/PhalApi/Library/Task/Runner/Local.php
dogstar-PhalApi-release/PhalApi/Library/Task/Runner/Remote.php
dogstar-PhalApi-release/PhalApi/Library/Task/Runner/Remote/Connector.php
dogstar-PhalApi-release/PhalApi/Library/Task/Runner/Remote/Connector/Http.php
dogstar-PhalApi-release/PhalApi/Library/Task/Task/Model/Task/TaskMq.php
dogstar-PhalApi-release/PhalApi/Library/Task/Task/Model/Task/TaskProgress.php
dogstar-PhalApi-release/PhalApi/Library/Task/Tests/Task_Lite_Test.php
dogstar-PhalApi-release/PhalApi/Library/Task/Tests/Task_Progress_Test.php
dogstar-PhalApi-release/PhalApi/Library/Task/Tests/Task_Runner_Test.php
dogstar-PhalApi-release/PhalApi/Library/Task/Tests/test_env.php
dogstar-PhalApi-release/PhalApi/Library/Task/Tests/MQ/Task_MQ_Array_Test.php
dogstar-PhalApi-release/PhalApi/Library/Task/Tests/MQ/Task_MQ_DB_Test.php
dogstar-PhalApi-release/PhalApi/Library/Task/Tests/MQ/Task_MQ_File_Test.php
dogstar-PhalApi-release/PhalApi/Library/Task/Tests/MQ/Task_MQ_Memcached_Test.php
dogstar-PhalApi-release/PhalApi/Library/Task/Tests/MQ/Task_MQ_Redis_Test.php
dogstar-PhalApi-release/PhalApi/Library/Task/Tests/Runner/Task_Runner_Local_Test.php
dogstar-PhalApi-release/PhalApi/Library/Task/Tests/Runner/Task_Runner_Remote_Test.php
dogstar-PhalApi-release/PhalApi/PhalApi/build_code.php
dogstar-PhalApi-release/PhalApi/PhalApi/build_sqls.php
dogstar-PhalApi-release/PhalApi/PhalApi/build_test.php
dogstar-PhalApi-release/PhalApi/PhalApi/phalapi-buildapp
dogstar-PhalApi-release/PhalApi/PhalApi/phalapi-buildcode
dogstar-PhalApi-release/PhalApi/PhalApi/phalapi-buildsqls
dogstar-PhalApi-release/PhalApi/PhalApi/phalapi-buildtest
dogstar-PhalApi-release/PhalApi/PhalApi/PhalApi.php
dogstar-PhalApi-release/PhalApi/PhalApi/Language/en/common.php
dogstar-PhalApi-release/PhalApi/PhalApi/Language/zh_cn/common.php
dogstar-PhalApi-release/PhalApi/PhalApi/NotORM/NotORM.php
dogstar-PhalApi-release/PhalApi/PhalApi/NotORM/NotORM/Cache.php
dogstar-PhalApi-release/PhalApi/PhalApi/NotORM/NotORM/Literal.php
dogstar
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.