pi | php framework PI '' version

 by   hihus PHP Version: Current License: No License

kandi X-RAY | pi Summary

kandi X-RAY | pi Summary

pi is a PHP library. pi has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

###introduce: php framework PI (目前本项目未经作者允许不能应用于其他项目,也不能基于本框架二次开发). ###depends: php >= 5.2.0 webserver open path_info. ###features: 1 轻量+插件化:核心功能支持核心业务逻辑,不同插件支持不同项目逻辑(如app.php支持com模块,web.php+路由插件支持web-mvc项目) 2 强调代码管理:追求严格的代码格式控制 3 支持远程调用:每个接口的方法都可以配置是否远程调用,服务器和客户端无需做任何调整. ###usage: 主要框架流程: 1 解释一个概念:pipe 管道的意思。算作框架插件化的体现点,换不同的管子,实现不同的功能 2 request -> PiApp -> 初始化设置 -> 加载主要类库 -> 执行各种pipe(每个项目配置自己处理输入输出的插件) -> response 3 执行pipe的概念:比如web项目,我们一般使用mvc的模式。其中的路由器在pi框架就是一个pipe,这个pipe根据输入,找到需要执行的 controller. 4 常见的pipe插件已经实现在 pi/pipe 里面了,方便使用 目录结构: 1 pi/ 核心框架内容 2 proj/ web,task,api 三种常见的项目示例 (proj/com 目录是实现所有业务逻辑的地方) 3 tiny/ 全部远程接口调用(不需要暴露核心业务代码)的最小框架示例(里面有pi框架下核心代码拷贝,看tiny可以了解核心工作的模式) 进一步解释: 1 pi/core 框架核心逻辑 2 pi/misc 框架的一些工具和文档,比如nginx配置,异常代码说明等等 3 pi/pipe 框架级别的管道插件,比如比较通用的web路由器,这些pipe比较通用,可以跟着框架到处分发 4 pi/util 框架级别的工具类,比如验证码生成类,可以跟着框架到处分发 5 pi/app 框架级别的示例类,比如app/Web.php 就是web-mvc项目的一个入口示例。虽说是示例,但是基本通用. 结合proj/web/index.php 两个一起看。其他的文件依此类推.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              pi has a low active ecosystem.
              It has 1 star(s) with 1 fork(s). There are 1 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              pi has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of pi is current.

            kandi-Quality Quality

              pi has no bugs reported.

            kandi-Security Security

              pi has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              pi does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              pi releases are not available. You will need to build from source code and install.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of pi
            Get all kandi verified functions for this library.

            pi Key Features

            No Key Features are available at this moment for pi.

            pi Examples and Code Snippets

            No Code Snippets are available at this moment for pi.

            Community Discussions

            No Community Discussions are available at this moment for pi.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install pi

            You can download it from GitHub.
            PHP requires the Visual C runtime (CRT). The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable for all these PHP versions, see visualstudio.microsoft.com. You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. The CRT installer supports the /quiet and /norestart command-line switches, so you can also script it.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/hihus/pi.git

          • CLI

            gh repo clone hihus/pi

          • sshUrl

            git@github.com:hihus/pi.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link