代码拉取完成,页面将自动刷新
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8" />
<title>下载 - PhalApi(π框架) - 接口,从简单开始!</title>
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<meta content="yes" name="apple-mobile-web-app-capable" />
<meta content="black" name="apple-mobile-web-app-status-bar-style" />
<meta content="telephone=no" name="format-detection" />
<meta content="email=no" name="format-detection" />
<meta name="Author" content="Phalapi,ecitlm" />
<meta name="description" content="下载PhalApi源代码,欢迎关注Github/码云获取最新框架代码。"/>
<meta name="keywords" content="PhalApi,phalapi,phalapi接口开发,后台接口开发,后台接口开发框架,接口开发,接口框架,开源接口框架,PHP后台接口开发,PHP接口开发,PHP接口框架,PHP后台接口框架,phalapi官网,PHP接口框架,php接口开发框架,php接口开发,php web框架,π框架,π开发框架,π接口框架,π接口开发框架" />
<link rel="stylesheet" type="text/css" href="./css/bootstrap.min.css" media="screen" />
<link rel="stylesheet" href="./css/main.css" />
<link rel="icon" href="/images/yesyesapi_20190622221710_a8b7dc50a446b2fb281b6a956bb7f005.png" type="image/x-icon" />
</head>
<body>
<!-- navbar start -->
<div class="navbar navbar-default navbar-fixed-top" id="mainnav" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<a class="navbar-brand website_name" href="/">
<!-- <span>PhalApi</span> --><strong></strong></a>
</div>
<div class="navbar-collapse collapse" aria-expanded="false" style="height: 1px;">
<ul class="nav navbar-nav navbar-right" id="nav_bar">
<li><a href="/">首页</a></li>
<li><a href="/wikis/">1.x 文档</a></li>
<li><a href="http://docs.phalapi.net/#/v2.0/" target="_blank">2.x 文档</a></li>
<li><a href="#">|</a></li>
<li class="active"><a href="download.html">下载</a></li>
<li><a href="/compare.html">对比</a></li>
<li><a href="https://www.phalapi.net/book">书籍</a></li>
<li><a href="https://www.phalapi.net/wikis/8-1.html" >视频</a></li>
<li><a href="donate.html">贡献</a></li>
<li><a href="http://demo.phalapi.net/docs.php" target="_blank">体验</a></li>
<!--<li><a href="http://talk.phalapi.net/" target="_blank">社区</a></li>-->
<li><a href="http://pro.yesapi.cn/" target="_blank"><strong>专业版(5合1)</strong></a></li>
<!-- <li><a href="http://git.oschina.net/dogstar/PhalApi" target="_blank">码云</a></li> -->
<!-- <li><a href="https://github.com/phalapi/phalapi-library" target="_blank">扩展</a></li> -->
</ul>
</div>
<!--/.nav-collapse -->
</div>
</div>
<!-- navbar end -->
<div id="content" class="mt_100">
<div class="container mt_50">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="bs-component">
<div class=" download col-md-12 ">
<div class="ml_20 download_desc ">
<h1 class="text-center">PhalApi 2.x 开源接口框架 下载</h1>
<h3>多种下载和安装方式:</h3>
<ul>
<li>composer安装命令: composer create-project phalapi/phalapi </li>
<li><a href="https://gitee.com/dogstar/PhalApi" target="_blank">Gitee 码云下载(最新版本)</a></li>
<li><a href="https://github.com/phalapi/phalapi" target="_blank">Github 仓库下载(最新版本)</a></li>
<li><a href="http://docs.phalapi.net/#/v2.0/download-and-setup?id=%e5%ae%9d%e5%a1%94%e4%b8%80%e9%94%ae%e5%ae%89%e8%a3%85%e9%83%a8%e7%bd%b2" target="_blank">宝塔一键安装部署</a>,请先安装<a href="https://www.bt.cn/new/download.html" target="_blank">宝塔</a></li>
<li>需要搭建企业级API接口平台?欢迎体验了解专业版:<a href="http://pro.phalapi.net/" target="_blank">YesApi接口大师(5合1)</a></li>
</ul>
<p><a href="http://docs.phalapi.net/#/v2.0/download-and-setup" target="_blank">查看完整安装教程以及更多下载方式,例如:docker。</a></p>
</div>
</div>
<!-- download col-md-12 -->
</div>
<!-- bs-component -->
</div>
<!-- col-md-12 -->
</div>
<!-- row -->
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="frame_load ml_20 col-md-10">
<h3>最新版本下载</h3>
<table class="table table-bordered">
<thead>
<tr>
<th>#</th>
<th class="success">PhalApi 1.x 系列(历史封存)</th>
<th class="danger">PhalApi 2.x 系列(推荐使用)</th>
</tr>
</thead>
<tbody>
<tr>
<td>Github</td>
<td><a href="https://github.com/phalapi/phalapi" target="_blank">phalapi/phalapi release branch</a></td>
<td><a href="https://github.com/phalapi/phalapi/tree/master-2x" target="_blank">phalapi/phalapi master-2x branch</a></td>
</tr>
<tr>
<td>码云</td>
<td>
<a href="http://git.oschina.net/dogstar/PhalApi" target="_blank">PhalApi release分支</a>
</td>
<td><a href="http://git.oschina.net/dogstar/PhalApi/tree/master_2x/" target="_blank">PhalApi master_2x 分支</a></td>
</tr>
<tr>
<td>Composer</td>
<td></td>
<td><a href="https://packagist.org/packages/phalapi/phalapi" target="_blank">phalapi/phalapi</a></td>
</tr>
<tr>
<td>扩展类库</td>
<td><a href="https://github.com/phalapi/phalapi-library" target="_blank">phalapi/phalapi-library</a>(<a href="https://www.phalapi.net/wikis/2-19.html" target="_blank">文档</a>)</td>
<td><a href="https://packagist.org/packages/phalapi/" target="_blank">Packages from phalapi</a>(<a href="http://docs.phalapi.net/#/v2.0/library" target="_blank">文档</a>)</td>
</tr>
<tr>
<td>命令行</td>
<td><code>$ git clone https://github.com/phalapi/phalapi.git</code></td>
<td><code>$ composer create-project phalapi/phalapi</code></td>
</tr>
<tr>
<td>文档</td>
<td><a href="https://www.phalapi.net/wikis" target="_blank">1.x 开发文档</a></td>
<td>
<a href="http://docs.phalapi.net/#/v2.0/" target="_blank">2.x 开发文档</a>
<br/>
<a href="http://docs.phalapi.net/#/v2.0/changelog" target="_blank">2.x 更新日记</a>
</td>
</tr>
</tbody>
</table>
</div>
<div class="frame_load ml_20 col-md-10">
<h3>历史版本</h3>
<table class="table table-bordered">
<thead>
<tr>
<th>#</th>
<th class="success">PhalApi 1.x 系列(历史封存)</th>
<th class="danger">PhalApi 2.x 系列(推荐使用)</th>
</tr>
</thead>
<tbody>
<tr>
<td>2025-03-31</td>
<td ></td>
<td class="danger">PhalApi 2.23.3 <a href="https://github.com/phalapi/phalapi/archive/refs/tags/2.23.3.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/refs/tags/2.23.3.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2024-10-17</td>
<td ></td>
<td class="">PhalApi 2.23.2 <a href="https://github.com/phalapi/phalapi/archive/refs/tags/2.23.2.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/refs/tags/2.23.2.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2023-12-01</td>
<td ></td>
<td class="">PhalApi 2.23.0 <a href="https://github.com/phalapi/phalapi/archive/refs/tags/2.23.0.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/refs/tags/2.23.0.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2023-06-13</td>
<td ></td>
<td class="">PhalApi 2.22.1 <a href="https://github.com/phalapi/phalapi/archive/2.22.1.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/2.22.1.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2023-04-17</td>
<td ></td>
<td class="">PhalApi 2.21.6 <a href="https://github.com/phalapi/phalapi/archive/2.21.6.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/2.21.6.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2022-12-25</td>
<td ></td>
<td class="">PhalApi 2.20.0 <a href="https://github.com/phalapi/phalapi/archive/2.20.0.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/2.20.0.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2022-12-05</td>
<td ></td>
<td class="">PhalApi 2.19.1 <a href="https://github.com/phalapi/phalapi/archive/2.19.1.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/2.19.1.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2022-12-02</td>
<td ></td>
<td class="">PhalApi 2.19.0 <a href="https://github.com/phalapi/phalapi/archive/2.19.0.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/2.19.0.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2022-11-12</td>
<td ></td>
<td class="">PhalApi 2.18.8 <a href="https://github.com/phalapi/phalapi/archive/2.18.8.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/2.18.8.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2022-11-02</td>
<td ></td>
<td class="">PhalApi 2.18.7 <a href="https://github.com/phalapi/phalapi/archive/2.18.7.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/2.18.7.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2022-08-08</td>
<td ></td>
<td class="">PhalApi 2.18.4 <a href="https://github.com/phalapi/phalapi/archive/2.18.4.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/2.18.4.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2022-06-15</td>
<td ></td>
<td class="">PhalApi 2.18.1 <a href="https://github.com/phalapi/phalapi/archive/2.18.1.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/2.18.1.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2022-05-06</td>
<td ></td>
<td class="">PhalApi 2.17.3 <a href="https://github.com/phalapi/phalapi/archive/2.17.3.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/2.17.3.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2021-07-13</td>
<td ></td>
<td class="">PhalApi 2.17.2 <a href="https://github.com/phalapi/phalapi/archive/2.17.2.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/2.17.2.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2020-12-05</td>
<td ></td>
<td class="">PhalApi 2.17.1 <a href="https://github.com/phalapi/phalapi/archive/2.17.1.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/2.17.1.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2020-10-01</td>
<td ></td>
<td class="">PhalApi 2.16.0 <a href="https://github.com/phalapi/phalapi/archive/2.16.0.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/2.16.0.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2020-07-01</td>
<td ></td>
<td class="">PhalApi 2.15.0 <a href="https://github.com/phalapi/phalapi/archive/2.15.0.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/2.15.0.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2020-05-01</td>
<td ></td>
<td class="">PhalApi 2.14.1 <a href="https://github.com/phalapi/phalapi/archive/2.4.1.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/2.4.1.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2020-04-01</td>
<td ></td>
<td class="">PhalApi 2.13.3 <a href="https://github.com/phalapi/phalapi/archive/2.13.3.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/2.13.3.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2020-03-12</td>
<td ></td>
<td class="">PhalApi 2.12.2 <a href="https://github.com/phalapi/phalapi/archive/2.12.2.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/2.12.2.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2020-03-01</td>
<td ></td>
<td class="">PhalApi 2.11.0 <a href="https://github.com/phalapi/phalapi/archive/2.11.0.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/2.11.0.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2020-01-01</td>
<td ></td>
<td class="">PhalApi 2.10.1 <a href="https://github.com/phalapi/phalapi/archive/2.10.1.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/2.10.1.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2019-11-03</td>
<td ></td>
<td class="">PhalApi 2.9.1 <a href="https://github.com/phalapi/phalapi/archive/2.9.1.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/2.9.1.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2019-09-01</td>
<td ></td>
<td class="">PhalApi 2.8.1 <a href="https://github.com/phalapi/phalapi/archive/2.8.1.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/2.8.1.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2019-06-30</td>
<td ></td>
<td class="">PhalApi 2.7.0 <a href="https://github.com/phalapi/phalapi/archive/2.7.0.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/2.7.0.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2019-05-01</td>
<td ></td>
<td class="">PhalApi 2.6.1 <a href="https://github.com/phalapi/phalapi/archive/2.6.1.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/2.6.1.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2019-03-02</td>
<td ></td>
<td class="">PhalApi 2.5.0 <a href="https://github.com/phalapi/phalapi/archive/2.5.0.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/2.5.0.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2018-12-02</td>
<td ></td>
<td class="">PhalApi 2.4.2 <a href="https://github.com/phalapi/phalapi/archive/2.4.2.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/2.4.2.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2018-12-01</td>
<td ></td>
<td class="">PhalApi 2.4.0 <a href="https://github.com/phalapi/phalapi/archive/2.4.0.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/2.4.0.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2018-10-18</td>
<td ></td>
<td class="">PhalApi 2.3.0 <a href="https://github.com/phalapi/phalapi/archive/2.3.0.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/2.3.0.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2018-07-01</td>
<td ></td>
<td class="">PhalApi 2.2.3 <a href="https://github.com/phalapi/phalapi/archive/2.2.3.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/2.2.3.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2018-04-01</td>
<td ></td>
<td class="">PhalApi 2.2.2 <a href="https://github.com/phalapi/phalapi/archive/2.2.2.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/2.2.2.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2018-01-07</td>
<td ></td>
<td class="">PhalApi 2.2.0 <a href="https://github.com/phalapi/phalapi/archive/2.2.0.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/2.2.0.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2017-11-05</td>
<td ></td>
<td >PhalApi 2.1.2 <a href="https://github.com/phalapi/phalapi/archive/2.0.1.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/2.1.2.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<td>2017-09-02</td>
<td class="success">PhalApi 1.4.2 <a href="https://gitee.com/dogstar/PhalApi/repository/archive/1.4.2.zip" target="_blank">下载源码 (zip)</a> </td>
<td>PhalApi 2.0.1 <a href="https://github.com/phalapi/phalapi/archive/2.0.1.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/2.0.1.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2017-07</td>
<td class="">PhalApi 1.4.1 <a href="https://github.com/phalapi/phalapi/archive/PhalApi-v1.4.1.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/PhalApi-v1.4.1.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
<td class="">PhalApi 2.0.0 <a href="https://github.com/phalapi/phalapi/archive/v2.0.0.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/v2.0.0.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
</tr>
<tr>
<td>2017-05-05</td>
<td>PhalApi 1.4.0 <a href="https://github.com/phalapi/phalapi/archive/PhalApi-v1.4.0.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/PhalApi-v1.4.0.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
<td></td>
</tr>
<tr>
<td>2017-03-03</td>
<td>PhalApi 1.3.6 <a href="https://github.com/phalapi/phalapi/archive/PhalApi-v1.3.6.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/PhalApi-v1.3.6.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
<td></td>
</tr>
<tr>
<td>2017-02-16</td>
<td>PhalApi 1.2.1 <a href="https://github.com/phalapi/phalapi/archive/PhalApi-v1.2.1.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/PhalApi-1.2.1.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
<td></td>
</tr>
<tr>
<td>2015-05-10</td>
<td>PhalApi 1.1.4 <a href="https://github.com/phalapi/phalapi/archive/PhalApi-v1.1.4.zip" target="_blank">下载源码 (zip)</a> / <a href="https://github.com/phalapi/phalapi/archive/PhalApi-1.1.4.tar.gz" target="_blank">下载源码 (tar.gz)</a></td>
<td></td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- col-md-12 -->
</div>
<!-- row -->
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="bs-component">
<div class=" download col-md-12 ">
<div class="other_load">
<h3>更多下载</h3>
<ul>
<li><a href="https://www.phalapi.net/2017.pdf">接口,从简单开始! - PhalApi 2017年度开源总结 - 官方出品.pdf</a></li>
<li><a href="http://cdn7.phalapi.net/PhalApi%201.4.1%20%28%CF%80%E6%A1%86%E6%9E%B6%29%20-%20PHP%E8%BD%BB%E9%87%8F%E7%BA%A7%E5%BC%80%E6%BA%90%E6%8E%A5%E5%8F%A3%E6%A1%86%E6%9E%B6.pdf">PhalApi 1.4.1 (π框架) - PHP轻量级开源接口框架 - 20170705.pdf</a></li>
<li><a href="http://cdn7.phalapi.net/PhalApi%201.4.1%20%28%CF%80%E6%A1%86%E6%9E%B6%29%20-%20PHP%E8%BD%BB%E9%87%8F%E7%BA%A7%E5%BC%80%E6%BA%90%E6%8E%A5%E5%8F%A3%E6%A1%86%E6%9E%B6.pdf">PhalApi 1.4.1 (π框架) - PHP轻量级开源接口框架 - 20170705.pdf</a></li>
<li><a href="http://cdn7.phalapi.net/PhalApi%20Wikis%201.4.1%20-%20PHP%E8%BD%BB%E9%87%8F%E7%BA%A7%E5%BC%80%E6%BA%90%E6%8E%A5%E5%8F%A3%E6%A1%86%E6%9E%B6%20-%2020170702.chm">PhalApi Wikis 1.4.1 - PHP轻量级开源接口框架 - 20170702.chm</a></li>
<li><a href="http://cdn7.phalapi.net/%E6%88%91%E7%9A%84%E5%90%8D%E5%AD%97%E5%8F%AB%EF%BC%9A%CF%80%E6%A1%86%E6%9E%B6%20-%20PhalApi%202016%E5%B9%B4%E5%BA%A6%E5%BC%80%E6%BA%90%E6%80%BB%E7%BB%93%20-%20%E5%AE%98%E6%96%B9%E5%87%BA%E5%93%81.pdf">我的名字叫:π框架 - PhalApi 2016年度开源总结 - 官方出品.pdf</a></li>
<li><a href="http://cdn71.phalapi.net/走向开源的第一年%20-%20PhalApi%202015年度开源总结%20-%20官方出品%20-%2020151214.pdf">走向开源的第一年 - PhalApi 2015年度开源总结 - 官方出品.pdf</a></li>
<li><a href="http://webtools.qiniudn.com/PhalApi前世: 毕业论文答辩汇报 - 精简版.ppt">PhalApi前世: 毕业论文答辩汇报 - 精简版.ppt</a></li>
<li><a href="http://webtools.qiniudn.com/PhalApiu前世:毕业论文 - 暗夜在火星 - 修改版.pdf">PhalApiu前世:毕业论文 - 暗夜在火星 - 修改版.pdf</a></li>
<li><a href="http://webtools.qiniudn.com/PhalApi前世文档:zenWS3完全开发手册 - 初稿 - 20130317.pdf">PhalApi前世文档:zenWS3完全开发手册 - 初稿 - 20130317.pdf</a></li>
<li><a href="http://webtools.qiniudn.com/PhalApi_1920_1080.jpg">PhalApi壁纸高清版 - 1920*1080</a></li>
</ul>
</div>
</div>
<!-- download col-md-12 -->
</div>
<!-- bs-component -->
</div>
<!-- col-md-12 -->
</div>
<!-- row -->
</div>
<!-- contaner -->
<!-- footer -->
<div class="footer">
<div class="link container ">
<div class=" col-xs-7 col-sm-7 col-md-7 col-lg-7 ">
<h3>PhalApi开源接口框架 (π框架)</h3>
<p>一个轻量级PHP开源接口框架,专注于接口服务开发,支持HTTP/SOAP/RPC协议,拥有自动生成的在线文档、多种开发语言的客户端SDK包以及可重用的扩展类库,可用于快速搭建微服务、RESTful接口或Web Services。<i>由 广州果创网络科技有限公司 长期维护升级。</i></p>
<!-- <p>:</p> -->
<a href="https://www.phalapi.net/" target="_blank"> PhalApi </a>
<span>|</span>
<a href="http://talk.phalapi.net/" target="_blank">社区</a>
<span>|</span>
<a href="download.html" target="_blank">下载</a>
<span>|</span>
<a href="/wikis/">文档</a>
<span>|</span>
<a href="http://www.ituring.com.cn/book/2405" target="_blank">书籍</a>
<span>|</span>
<a href="http://demo.phalapi.net/listAllApis.php" target="_blank">体验</a>
<span>|</span>
<a href="donate.html" target="_blank">贡献</a>
<span>|</span>
<a href="https://github.com/phalapi/phalapi-library" target="_blank">扩展</a>
<span>|</span>
<a href="/license.html" target="_blank">许可</a>
<span>|</span>
<a href="/about.html" target="_blank">关于</a>
<span>|</span>
<a href="https://www.phalapi.net/wikis/en/" target="_blank">English</a>
</div>
<div class=" col-xs-5 col-sm-5 col-md-5 col-lg-5 contact_us ">
<h4>加入开源微信群</h4>
<a href="https://github.com/phalapi/phalapi"><img src="./images/github.png" alt="github" /></a>
<a target="_blank" href="http://git.oschina.net/dogstar/PhalApi"><img src="images/git-oschina.png" alt="git-oschina" /></a>
<a target="_blank" href="//shang.qq.com/wpa/qunwpa?idkey=f16292029e59975d4ccfccc70ed87aa5c5646df512e83b0e9e1270e8368be461"><img border="0" src="images/qq.png" alt="派框架 - PhalApi交流群②" title="派框架 - PhalApi交流群②"></a>
<a href="#"><img src="./images/dogstar_wx.jpg" style="height:120px;width:120px"></a>
<!--
<a href="http://weibo.com/p/100808d236e99beb645bfb56ed1c37dde9b8bd?k=phalapi%E5%BC%80%E6%BA%90%E6%A1%86%E6%9E%B6&from=501&_from_=huati_topic"><img src="./images/weibo.png" alt="weibo" /></a>
<a href="http://cdn71.phalapi.net/images/1/b0/894fde762850cb11250253f7d5ede.png"><img src="images/zfb.png" alt="zfb" /></a>
<a target="_blank" href="//shang.qq.com/wpa/qunwpa?idkey=f16292029e59975d4ccfccc70ed87aa5c5646df512e83b0e9e1270e8368be461"><img border="0" src="images/qq.png" alt="π框架 - PhalApi交流群②" title="π框架 - PhalApi交流群②"></a>
<a href="http://git.oschina.net/dogstar/PhalApi"><img src="images/git-oschina.png" alt="git-oschina" /></a>
-->
</div>
<div class="cls"></div>
<div class="text-center copy_right">
©2015-2022 PhalApi All Rights Reserved.
<a href="http://www.miitbeian.gov.cn" target="_blank">粤ICP备15028808号</a>
<script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");document.write(unescape("%3Cspan id='cnzz_stat_icon_1255326144'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s4.cnzz.com/z_stat.php%3Fid%3D1255326144%26show%3Dpic' type='text/javascript'%3E%3C/script%3E"));</script>
</div>
</div>
</div>
</div>
<a href="https://github.com/phalapi"><img id="gitHub_fllow" style="position: fixed; top: 0; right: 0; border: 0;z-index:9999" src="https://camo.githubusercontent.com/652c5b9acfaddf3a9c326fa6bde407b87f7be0f4/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" /></a>
<script src="./js/jquery-1.11.1.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?bbd0e84d1a1464f844d594adc1610100";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。