Giter Site home page Giter Site logo

yaoleic / phalapi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from phalapi/phalapi

0.0 1.0 0.0 7.82 MB

简称π框架,一个轻量级PHP开源接口框架,专注于接口服务开发,支持HTTP/SOAP/RPC协议,拥有自动生成的在线文档、多种开发语言的客户端SDK包以及可重用的扩展类库,可用于快速搭建微服务、RESTful接口或Web Services。助你创造价值!

Home Page: http://www.phalapi.net

License: GNU General Public License v2.0

PHP 8.42% HTML 0.70% C# 1.48% Go 0.59% Java 1.42% JavaScript 0.92% Objective-C 84.31% Python 0.53% Ruby 1.62% Shell 0.02%

phalapi's Introduction

apic

Latest Stable Version Total Downloads Latest Unstable Version License

快速安装

composer一键安装

使用composer创建项目的命令,可实现一键安装。

$ composer create-project phalapi/phalapi

温馨提示:关于composer的使用,请参考Composer 中文网 / Packagist **全量镜像

手动下载安装

或者,也可以进行手动安装。将此Git项目代码下载解压后,进行可选的composer更新,即:

$ composer update

访问接口服务

随后,可通过以下链接,访问默认接口服务。

http://localhost/path/to/phalapi/public/

可以看到类似这样的输出:

{
    "ret": 200,
    "data": {
        "title": "Hello PhalApi",
        "version": "2.0.1",
        "time": 1501079142
    },
    "msg": ""
}

运行效果,截图如下:

温馨提示:推荐将访问根路径指向/path/to/phalapi/public。

文档

更多请查看:PhalApi 2.x 开发文档

PhalApi官方创新项目

发现问题,怎么办?

如发现问题,或者任何问题,欢迎提交Issue到这里

phalapi's People

Contributors

dogstartest avatar wenzhenxi avatar gaoyiping avatar phalapi avatar aevit avatar ederth avatar axiosleo avatar zhao-github avatar mythg avatar xubing6243 avatar ishwy avatar 254059780 avatar johnzhao1208 avatar linjie-guo avatar harry-1012 avatar wuxyyin avatar djcn avatar prettyyjnic avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.