2017 © Pedro Peláez
 

library ptphp

a simple php framework.

image

ptphp/ptphp

a simple php framework.

  • Tuesday, June 28, 2016
  • by ptphp
  • Repository
  • 1 Watchers
  • 0 Stars
  • 47 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 17 Versions
  • 0 % Grown

The README.md

Build Status Latest Stable Version, (*1)

目录结构

project
├── README.md
├── app                     # 后台源码
│   ├── common              # 常用代码库
│   ├── config              # 网站后端配置
│   ├── src                 # PHP主要源代码  
│   │   ├── Controlelr      # 控制器  
│   │   ├── Model           # 模型 
│   │   ├── Models          # 未迁移模型,会合并到 Model,没有使用 namespace
│   │   └── View            # 视图 
│   ├── api.php             # 接口初始化代码  
│   ├── ptphp.php           # Cli初始化代码
│   └── init.php            # 后台初始化代码    
├── bin                     # 命令行执行代码
│   └── deploy.php          # 部署脚本   
├── etc                     # 服务器配置
│   ├── nginx               # Nginx配置
│   └── supervisor          # 守护进程配置
├── logs                    # 日志
├── docs                    # 文档说明
├── src                     # 源码
│   └── PtPHP               # PtPHP
├── tests                   # 测试代码
├── webroot                 # 网站根目录
├── package.json            # package.json
├── composer.json           # composer.json
├── phinx.yml               # 数据库配置
└── webpack.config.js       # webpack配置文件

安装

npm install webpack-dev-server webpack -g -d
cp package.dist.json package.json
npm install -d
npm run fix_antd
cp composer.dist.json composer.json
composer config repo.packagist composer https://packagist.phpcomposer.com
composer clearcache
composer install
composer require ptphp/ptphp

配置

#数据库
cp phinx.dist.yml phinx.yml

#系统配置
##开发环境
cp app/config/env/development.dist.php app/config/env/development.php

##测试环境
cp app/config/env/testing.dist.php app/config/env/testing.php

#前端配置
cp app/config/app.dist.json app/config/app.json

#webpack config
cp webpack.config.dist.js webpack.config.js 

#系统环境(虚拟主机或者不能配置服务器环境变量专用)
#cp app/config/.env.dist.php app/config/.env.php 

vendor/bin/phinx migrate

运行

npm start

open in browser

http://127.0.0.1:3080

编译

npm run build

Resources

Author

joseph@ptphp.com, (*2)

文档

License

The MIT License(http://opensource.org/licenses/MIT), (*3)

The Versions

28/06 2016

dev-feature/crm

dev-feature/crm http://www.ptphp.com

a simple php framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework ptphp

27/05 2016

dev-master

9999999-dev http://www.ptphp.com

a simple php framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework ptphp

11/04 2016

v0.0.16

0.0.16.0 http://www.ptphp.com

a simple php framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework ptphp

06/04 2016

v0.0.15

0.0.15.0 http://www.ptphp.com

a simple php framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework ptphp

27/03 2016

v0.0.14

0.0.14.0 http://www.ptphp.com

a simple php framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework ptphp

23/03 2016

v0.0.13

0.0.13.0 http://www.ptphp.com

a simple php framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework ptphp

23/03 2016

v0.0.12

0.0.12.0 http://www.ptphp.com

a simple php framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework ptphp

22/03 2016

v0.0.11

0.0.11.0 http://www.ptphp.com

a simple php framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework ptphp

22/03 2016

v0.0.10

0.0.10.0 http://www.ptphp.com

a simple php framework.

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

framework ptphp

22/03 2016

v0.0.9

0.0.9.0 http://www.ptphp.com

a simple php framework.

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

framework ptphp

22/03 2016

v0.0.7

0.0.7.0 http://www.ptphp.com

a simple php framework.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

framework ptphp

22/03 2016

v0.0.3

0.0.3.0 http://www.ptphp.com

a simple php framework.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

framework ptphp

22/03 2016

v0.0.4

0.0.4.0 http://www.ptphp.com

a simple php framework.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

framework ptphp

22/03 2016

v0.0.5

0.0.5.0 http://www.ptphp.com

a simple php framework.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

framework ptphp

22/03 2016

v0.0.6

0.0.6.0 http://www.ptphp.com

a simple php framework.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

framework ptphp

22/03 2016

v0.0.2

0.0.2.0 http://www.ptphp.com

a simple php framework.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

framework ptphp

08/03 2016

v0.0.1

0.0.1.0 http://www.ptphp.com

a react and php framework.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

framework ptphp