PhalApi是什么

PHPz
PHPzOriginal
2016-06-06 20:26:423078browse

PhalApi是一个PHP轻量级开源接口框架,致力于快速开发接口服务,支持“HTTP/SOAP/RPC”等协议,可用于搭建“接口/微服务/RESTful接口/Web Services”。

PhalApi是什么

PhalApi是一个PHP轻量级开源接口框架,致力于快速开发接口服务。支持HTTP/SOAP/RPC等协议,可用于搭建接口/微服务/RESTful接口/Web Services。

2.x 一键安装

1、composer安装PhalApi 2.x

$ composer create-project phalapi/phalapi

2、使用HTTP访问接口

http://localhost/phalapi/public/

3、查看在线接口文档

http://localhost/phalapi/public/docs.php
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn