2017 © Pedro Peláez
 

library pails

Pails (PhalconRails) is used to create a rails-like PHP app based on Phalcon.

image

xueron/pails

Pails (PhalconRails) is used to create a rails-like PHP app based on Phalcon.

  • Monday, August 28, 2017
  • by xueron
  • Repository
  • 1 Watchers
  • 3 Stars
  • 820 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 34 Versions
  • 10 % Grown

The README.md

Pails

Pails is a PHP framework based on Phalcon., (*1)

Style CI, (*2)

Package version, (*3)

Install & Run

Composer

The fastest way to install Pails is to add it to your project using Composer (http://getcomposer.org/)., (*4)

  1. Install Composer:, (*5)

    curl -sS https://getcomposer.org/installer | php
    
  2. Create a pails project using Composer:, (*6)

    php composer.phar create-project xueron/pails-seed myapp
    

基本目录结构

~/app - Console: 命令行工具 - Commands: 自定义的命令行工具 - Http: web应用 - Controllers: WEB应用控制器 - Models: 数据库模型 -- 扩展 \Phalcon\Mvc\Model - Services: 业务服务抽象,复杂一点的业务逻辑在这里实现 - Providers: 自定义的服务提供者, (*7)

~/resources - views: 视图文件(非PHP代码), (*8)

~/config - database.yml 数据库配置 - app.php, (*9)

~/db - migrations: 数据库迁移文件 - seeds: seeds文件,初始化数据, (*10)

~/log - 应用程序内日志存放, (*11)

~/public - WEB应用的主目录, (*12)

~/resources - assets: 资源文件,主要是css和js - views: 视图文件(非PHP代码), (*13)

~/tests - 单元测试, (*14)

~/tmp - cache: 缓存类文件 - volt: volt引擎编译缓存 - pids: 后台程序的pid文件位置(如有) - sockets: 后台程序的socket文件位置(如有), (*15)

~/composer.json PHP的包管理配置, (*16)

~/package.json npm的包管理配置, (*17)

~/webpack.mix.js webpack打包工具的配置, (*18)

~/pails 命令行工具入口, (*19)

下面两个是动态生成的:

~/node_modules - npm包的位置,初始运行npm install的时候会生产, (*20)

~/vendor - composer的安装位置,执行composer install的时候会生成, (*21)

The Versions

28/08 2017
28/06 2017

dev-master

9999999-dev https://pails.xueron.com

Pails (PhalconRails) is used to create a rails-like PHP app based on Phalcon.

  Sources   Download

MIT

The Requires

 

php phalcon phinx rails pails phalcon-rails

28/06 2017
28/06 2017

3.1.x-dev

3.1.9999999.9999999-dev https://pails.xueron.com

Pails (PhalconRails) is used to create a rails-like PHP app based on Phalcon.

  Sources   Download

MIT

The Requires

 

php phalcon phinx rails pails phalcon-rails

12/06 2017
12/06 2017
12/06 2017
12/06 2017
12/06 2017
27/05 2017
15/05 2017
20/04 2017
18/04 2017
13/04 2017
13/04 2017
07/04 2017
07/04 2017

3.0.x-dev

3.0.9999999.9999999-dev https://pails.xueron.com

Pails (PhalconRails) is used to create a rails-like PHP app based on Phalcon.

  Sources   Download

MIT

The Requires

 

php phalcon phinx rails pails phalcon-rails

28/03 2017
22/03 2017
20/03 2017

3.0.12

3.0.12.0 https://pails.xueron.com

Pails (PhalconRails) is used to create a rails-like PHP app based on Phalcon.

  Sources   Download

MIT

The Requires

 

php phalcon phinx rails pails phalcon-rails

16/03 2017

3.0.11

3.0.11.0 https://pails.xueron.com

Pails (PhalconRails) is used to create a rails-like PHP app based on Phalcon.

  Sources   Download

MIT

The Requires

 

php phalcon phinx rails pails phalcon-rails

16/03 2017

3.0.10

3.0.10.0 https://pails.xueron.com

Pails (PhalconRails) is used to create a rails-like PHP app based on Phalcon.

  Sources   Download

MIT

The Requires

 

php phalcon phinx rails pails phalcon-rails

14/03 2017

3.0.9

3.0.9.0 https://pails.xueron.com

Pails (PhalconRails) is used to create a rails-like PHP app based on Phalcon.

  Sources   Download

MIT

The Requires

 

php phalcon phinx rails pails phalcon-rails

13/03 2017

3.0.8

3.0.8.0 https://pails.xueron.com

Pails (PhalconRails) is used to create a rails-like PHP app based on Phalcon.

  Sources   Download

MIT

The Requires

 

php phalcon phinx rails pails phalcon-rails

11/03 2017

3.0.7

3.0.7.0 https://pails.xueron.com

Pails (PhalconRails) is used to create a rails-like PHP app based on Phalcon.

  Sources   Download

MIT

The Requires

 

php phalcon phinx rails pails phalcon-rails

11/03 2017

3.0.6

3.0.6.0 https://pails.xueron.com

Pails (PhalconRails) is used to create a rails-like PHP app based on Phalcon.

  Sources   Download

MIT

The Requires

 

php phalcon phinx rails pails phalcon-rails

08/03 2017

3.0.5

3.0.5.0 https://pails.xueron.com

Pails (PhalconRails) is used to create a rails-like PHP app based on Phalcon.

  Sources   Download

MIT

The Requires

 

php phalcon phinx rails pails phalcon-rails

03/03 2017

3.0.4

3.0.4.0 https://pails.xueron.com

Pails (PhalconRails) is used to create a rails-like PHP app based on Phalcon.

  Sources   Download

MIT

The Requires

 

php phalcon phinx rails pails phalcon-rails

22/02 2017

3.0.3

3.0.3.0 https://pails.xueron.com

Pails (PhalconRails) is used to create a rails-like PHP app based on Phalcon.

  Sources   Download

MIT

The Requires

 

The Development Requires

php phalcon phinx rails pails phalcon-rails

17/02 2017

3.0.2

3.0.2.0 https://pails.xueron.com

Pails (PhalconRails) is used to create a rails-like PHP app based on Phalcon.

  Sources   Download

MIT

The Requires

 

The Development Requires

php phalcon phinx rails pails phalcon-rails

15/02 2017

3.0.1

3.0.1.0 https://pails.xueron.com

Pails (PhalconRails) is used to create a rails-like PHP app based on Phalcon.

  Sources   Download

MIT

The Requires

 

The Development Requires

php phalcon phinx rails pails phalcon-rails

15/02 2017

3.0.0

3.0.0.0 https://pails.xueron.com

Pails (PhalconRails) is used to create a rails-like PHP app based on Phalcon.

  Sources   Download

MIT

The Requires

 

The Development Requires

php phalcon phinx rails pails phalcon-rails

25/01 2017

2.0.x-dev

2.0.9999999.9999999-dev https://pails.xueron.com

Pails (PhalconRails) is used to create a rails-like PHP app based on Phalcon.

  Sources   Download

MIT

The Requires

 

The Development Requires

php phalcon phinx rails pails phalcon-rails

28/09 2016

1.0.0

1.0.0.0 https://pails.xueron.com

Pails (PhalconRails) is used to create a rails-like PHP app based on Phalcon.

  Sources   Download

MIT

The Requires

 

The Development Requires

php phalcon phinx rails pails phalcon-rails