All Projects → helei112g → x-api

helei112g / x-api

Licence: other
phalcon搭建的基础php结构

Programming Languages

PHP
23972 projects - #3 most used programming language
shell
77523 projects
HTML
75241 projects

Projects that are alternatives of or similar to x-api

Incubator
Incubator adapters/functionality for the Phalcon PHP Framework
Stars: ✭ 734 (+2618.52%)
Mutual labels:  phalcon
Website
Archived Website repository - https://github.com/phalcon/phalcon.io
Stars: ✭ 109 (+303.7%)
Mutual labels:  phalcon
Phalcon Debugbar
A powerful debug and profilers tool for the Phalcon Framework
Stars: ✭ 159 (+488.89%)
Mutual labels:  phalcon
Phalcon
📕 基于Phalcon集成Composer,事件监听,中间件,MongoDB,Redis
Stars: ✭ 31 (+14.81%)
Mutual labels:  phalcon
Phalcon Devtools
Phalcon Developer Tools
Stars: ✭ 1,295 (+4696.3%)
Mutual labels:  phalcon
Cphalcon
High performance, full-stack PHP framework delivered as a C extension.
Stars: ✭ 10,534 (+38914.81%)
Mutual labels:  phalcon
Hookphp
HookPHP基于C扩展搭建内置AI编程的架构系统-支持微服务部署|热插拔业务组件-集成业务模型|权限模型|UI组件库|多模板|多平台|多域名|多终端|多语言-含常驻内存|前后分离|API平台|LUA QQ群:679116380
Stars: ✭ 575 (+2029.63%)
Mutual labels:  phalcon
Course Tencent Cloud
酷瓜云课堂,依托腾讯云基础服务架构,采用C扩展PHP框架Phalcon开发,致力开源网课系统,开源网校系统,开源在线教育系统。
Stars: ✭ 165 (+511.11%)
Mutual labels:  phalcon
Docker Phalcon
Dockerized Phalcon
Stars: ✭ 97 (+259.26%)
Mutual labels:  phalcon
Identity Card
A simple proof of identity card of the people's Republic of China.
Stars: ✭ 154 (+470.37%)
Mutual labels:  phalcon
Phalcon Mongodb Odm
MongoDB ODM for Phalcon framework for new mongodb php extension with query builder and rich functionality
Stars: ✭ 42 (+55.56%)
Mutual labels:  phalcon
Album O Rama
Album O'Rama repository
Stars: ✭ 87 (+222.22%)
Mutual labels:  phalcon
Ide Stubs
Phalcon IDE Stubs
Stars: ✭ 137 (+407.41%)
Mutual labels:  phalcon
Padlock
Phalcon Authentication Server
Stars: ✭ 18 (-33.33%)
Mutual labels:  phalcon
Gene For Php7
Simple, high performance,C extension framework for php!(php-gene-for-php7)
Stars: ✭ 163 (+503.7%)
Mutual labels:  phalcon
Awesome Phalcon
A curated list of awesome Phalcon libraries and resources
Stars: ✭ 593 (+2096.3%)
Mutual labels:  phalcon
Php Ext Xlswriter
🚀 PHP Extension for creating and reader XLSX files.
Stars: ✭ 1,734 (+6322.22%)
Mutual labels:  phalcon
Box
[DEPRECATED] Official, pre-packaged Vagrant Box
Stars: ✭ 197 (+629.63%)
Mutual labels:  phalcon
Phwoolcon
Phalcon + Swoole
Stars: ✭ 173 (+540.74%)
Mutual labels:  phalcon
Dockerfiles
Phalcon Dockerfiles used for internal purposes.
Stars: ✭ 145 (+437.04%)
Mutual labels:  phalcon

项目采用 Phalcon devtool 工具创建。

项目的创建使用:phalcon create-project x-api modules

前端访问地址:localhost/v1/xx

后端访问地址:localhost/back/xx

cli 模块,请进入项目跟目录后使用 php run 查看使用帮助信息

安装项目

  1. 从 GitHub 获取项目
git clone https://github.com/helei112g/x-api.git
  1. 安装依赖包
composer install

项目要求

  • PHP >= 7.0
  • curl
  • gettext
  • gd (to use the Phalcon\Image\Adapter\Gd class)
  • libpcre3-dev (Debian/Ubuntu), pcre-devel (CentOS), pcre (macOS)
  • json
  • mbstring
  • pdo_*
  • fileinfo
  • openssl

项目目录说明

所有项目编码均在 app 下面

  1. 基本命令
# 查看自定义的命令任务
php run

# 根据表结构生成model
php run model

# 生成数据库文件信息
phalocon migration
  • app\logs 用来记录文件日志
  • app\migrations 是数据库文件信息
  • app\common\contracts 目录存放规范系统编码行为的类,以及常量定义等
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].