2017 © Pedro Peláez
 

library phalcon-devtools

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.

image

ntesic/phalcon-devtools

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.

  • Tuesday, December 6, 2016
  • by ntesic
  • Repository
  • 1 Watchers
  • 0 Stars
  • 229 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 594 Forks
  • 0 Open issues
  • 22 Versions
  • 101 % Grown

The README.md

Phalcon Devtools

Latest Version Software License Total Downloads Daily Downloads, (*1)

Phalcon WebTools, (*2)

What's Phalcon?

Phalcon PHP is a web framework delivered as a C extension providing high performance and lower resource consumption., (*3)

What are Devtools?

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework., (*4)

Requirements

  • PHP >= 5.5
  • Phalcon >= 3.0.0

Installing via Composer

Install composer in a common location or in your project:, (*5)

curl -s http://getcomposer.org/installer | php

Create the composer.json file as follows:, (*6)

{
    "require": {
        "phalcon/devtools": "~3.0.2"
    }
}

If you are still using Phalcon 2.0.x, create a composer.json with the following instead:, (*7)

{
    "require": {
        "phalcon/devtools": "^2.0"
    }
}

Run the composer installer:, (*8)

php composer.phar install

Build .phar

Install composer and box in a common location or in your project:, (*9)

curl -s http://getcomposer.org/installer | php
bin/composer install

Build phar file phalcon-devtools, (*10)

bin/box build -v
chmod +xr ./phalcon.phar
# Test it!
php ./phalcon.phar

Installation via Git

Phalcon Devtools can be installed by using Git., (*11)

Just clone the repo and checkout the current branch:, (*12)

cd ~
git clone https://github.com/phalcon/phalcon-devtools.git
cd phalcon-devtools

This method requires a little bit more of setup. Probably the best way would be to symlink the phalcon.php to a directory in your PATH, so you can issue phalcon commands in each directory where a phalcon project resides., (*13)

ln -s ~/phalcon-devtools/phalcon.php /usr/bin/phalcon
chmod ugo+x /usr/bin/phalcon

Usage

To get a list of available commands just execute following:, (*14)

phalcon commands help

This command should display something similar to:, (*15)

$ phalcon --help

Phalcon DevTools (3.0.2)

Help:
  Lists the commands available in Phalcon devtools

Available commands:
  commands         (alias of: list, enumerate)
  controller       (alias of: create-controller)
  module           (alias of: create-module)
  model            (alias of: create-model)
  all-models       (alias of: create-all-models)
  project          (alias of: create-project)
  scaffold         (alias of: create-scaffold)
  migration        (alias of: create-migration)
  webtools         (alias of: create-webtools)

Database adapter

Should add adapter parameter in your db config file (if you use not MySQL database)., (*16)

For PostgreSQL it will be something like:, (*17)

$config = [
  'host'     => 'localhost',
  'dbname'   => 'my_db_name',
  'username' => 'my_db_user',
  'password' => 'my_db_user_password',
  'adapter'  => 'Postgresql'
];

License

Phalcon Developer Tools is open source software licensed under the New BSD License.
© Phalcon Framework Team and contributors, (*18)

The Versions

06/12 2016

dev-master

9999999-dev https://phalconphp.com

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.5
  • ext-phalcon ^3.0

 

The Development Requires

framework phar phalcon devtools webtools

06/12 2016

3.0.x-dev

3.0.9999999.9999999-dev https://phalconphp.com

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.5
  • ext-phalcon ^3.0

 

The Development Requires

framework phar phalcon devtools webtools

02/12 2016

v3.0.3

3.0.3.0 https://phalconphp.com

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.5
  • ext-phalcon ^3.0

 

The Development Requires

framework phar phalcon devtools webtools

27/11 2016

v3.0.2

3.0.2.0 https://phalconphp.com

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.5
  • ext-phalcon ^3.0

 

The Development Requires

framework phar phalcon devtools webtools

24/08 2016

v3.0.1

3.0.1.0 https://phalconphp.com

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.5
  • ext-phalcon ^3.0

 

The Development Requires

framework phar phalcon devtools webtools

29/07 2016

v3.0.0

3.0.0.0 http://phalconphp.com

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.5
  • ext-phalcon ^3.0

 

The Development Requires

framework phar phalcon devtools webtools

24/07 2016

2.1.x-dev

2.1.9999999.9999999-dev http://phalconphp.com

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4
  • ext-phalcon ^2.1

 

The Development Requires

framework phar phalcon devtools webtools

29/06 2016

2.0.x-dev

2.0.9999999.9999999-dev http://phalconphp.com

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.9
  • ext-phalcon ^2.0

 

The Development Requires

framework phar phalcon devtools webtools

21/05 2016

v2.0.13

2.0.13.0 http://phalconphp.com

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.9
  • ext-phalcon ^2.0

 

The Development Requires

framework phar phalcon devtools webtools

17/05 2016

v2.0.12

2.0.12.0 http://phalconphp.com

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.9
  • ext-phalcon ^2.0

 

The Development Requires

framework phar phalcon devtools webtools

04/05 2016

v2.0.11

2.0.11.0 http://phalconphp.com

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.9
  • ext-phalcon ^2.0

 

The Development Requires

framework phar phalcon devtools webtools

05/02 2016

v2.0.10

2.0.10.0 http://phalconphp.com

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.9
  • ext-phalcon ~2.0

 

The Development Requires

framework phar phalcon devtools webtools

25/11 2015

v2.0.9

2.0.9.0 http://phalconphp.com

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.9
  • ext-phalcon ~2.0

 

The Development Requires

framework phar phalcon devtools webtools

25/09 2015

v2.0.8

2.0.8.0 http://phalconphp.com

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.9
  • ext-phalcon ~2.0

 

The Development Requires

framework phar phalcon devtools webtools

18/08 2015

v2.0.7

2.0.7.0 http://phalconphp.com

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.9
  • ext-phalcon ~2.0

 

The Development Requires

framework phar phalcon devtools webtools

27/07 2015

v2.0.6

2.0.6.0 http://phalconphp.com

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.9
  • ext-phalcon ~2.0

 

The Development Requires

  • box >=2.5.2

framework phar phalcon devtools webtools

24/07 2015

1.3.x-dev

1.3.9999999.9999999-dev http://phalconphp.com

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.

  Sources   Download

BSD-3

The Requires

  • php >=5.3.6

 

framework phalcon

26/05 2015

v2.0.2

2.0.2.0 http://phalconphp.com

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.

  Sources   Download

BSD-3

The Requires

  • php >=5.3.9
  • ext-phalcon ~2.0

 

framework phalcon devtools webtools

07/05 2015

v2.0.1

2.0.1.0 http://phalconphp.com

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.

  Sources   Download

BSD-3

The Requires

  • php >=5.3.9

 

framework phalcon

19/03 2014

1.2.x-dev

1.2.9999999.9999999-dev http://phalconphp.com

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.

  Sources   Download

BSD-3

The Requires

  • php >=5.3.6

 

framework phalcon

30/11 2013

dev-plugin-based

dev-plugin-based http://phalconphp.com

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.

  Sources   Download

BSD-3

The Requires

  • php >=5.3.6

 

framework phalcon

09/03 2013

1.0.0.x-dev

1.0.0.9999999-dev http://phalconphp.com

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.

  Sources   Download

BSD-3

The Requires

  • php >=5.3.6

 

framework phalcon