PHPackages                             x51xxx/devtools - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. x51xxx/devtools

ActiveLibrary[Framework](/categories/framework)

x51xxx/devtools
===============

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

1.0.0.x-dev(13y ago)06BSD-3PHPPHP &gt;=5.3.6

Since Mar 9Pushed 12y ago1 watchersCompare

[ Source](https://github.com/x51xxx/phalcon-devtools)[ Packagist](https://packagist.org/packages/x51xxx/devtools)[ Docs](http://phalconphp.com)[ RSS](/packages/x51xxx-devtools/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Phalcon Devtools
================

[](#phalcon-devtools)

[![Webtools](https://camo.githubusercontent.com/31f34bb8f3b775aa4e4317b2ce9c7c31cf46b10332304a3ca605c212e96cc27b/687474703a2f2f7777772e7068616c636f6e7068702e636f6d2f696d672f776562746f6f6c732e706e67)](https://camo.githubusercontent.com/31f34bb8f3b775aa4e4317b2ce9c7c31cf46b10332304a3ca605c212e96cc27b/687474703a2f2f7777772e7068616c636f6e7068702e636f6d2f696d672f776562746f6f6c732e706e67)

What's Phalcon?
---------------

[](#whats-phalcon)

Phalcon PHP is a web framework delivered as a C extension providing high performance and lower resource consumption.

What are Devtools?
------------------

[](#what-are-devtools)

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

Requirements
------------

[](#requirements)

- PHP &gt;= 5.3.9
- Phalcon &gt;= 0.7.0

Installing via Composer
=======================

[](#installing-via-composer)

Install composer in a common location or in your project:

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

Create the composer.json file as follows:

```
{
    "require": {
        "x51xxx/devtools": "dev-master"
    }
}
```

Run the composer installer:

```
php composer.phar install
```

Create a symbolink link to the phalcon.php script:

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

Installation via PEAR
=====================

[](#installation-via-pear)

Phalcon Devtools can be installed using PEAR. Since the current version of Devtools is in beta state, you might need to update your PEAR config. You can execute following to check your current state:

```
pear config-show | grep preferred_state | awk '{split($0, s, " "); print s[5]}'
```

If it prints "stable" you need to set the preferred\_state to beta:

```
pear config-set preferred_state beta
```

After that just discover the channel and install the package:

```
pear channel-discover pear.phalconphp.com
pear install phalcon/Devtools
```

Alternatively you can just clone the repo and checkout the current branch

```
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.

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

Usage
=====

[](#usage)

To get a list of available commands just execute following:

```
$ phalcon commands
```

This command should display something similar to:

```
Phalcon DevTools (1.0.0)

Help:
  Lists the commands availables in Phalcon devtools

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

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor4

4 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4814d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a2d1f6368150a152f8dbabf50c3c59883d1c0c7290ff8cd9222afb662b17665?d=identicon)[x51xxx](/maintainers/x51xxx)

---

Top Contributors

[![wenchen](https://avatars.githubusercontent.com/u/959457?v=4)](https://github.com/wenchen "wenchen (23 commits)")[![niden](https://avatars.githubusercontent.com/u/1073784?v=4)](https://github.com/niden "niden (18 commits)")[![xboston](https://avatars.githubusercontent.com/u/201306?v=4)](https://github.com/xboston "xboston (18 commits)")[![theDisco](https://avatars.githubusercontent.com/u/199368?v=4)](https://github.com/theDisco "theDisco (12 commits)")[![kenjikobe](https://avatars.githubusercontent.com/u/2137523?v=4)](https://github.com/kenjikobe "kenjikobe (10 commits)")[![gsouf](https://avatars.githubusercontent.com/u/3215399?v=4)](https://github.com/gsouf "gsouf (9 commits)")[![dreamsxin](https://avatars.githubusercontent.com/u/314295?v=4)](https://github.com/dreamsxin "dreamsxin (8 commits)")[![sirian](https://avatars.githubusercontent.com/u/897643?v=4)](https://github.com/sirian "sirian (4 commits)")[![vguardiola](https://avatars.githubusercontent.com/u/572270?v=4)](https://github.com/vguardiola "vguardiola (4 commits)")[![andresgutierrez](https://avatars.githubusercontent.com/u/213590?v=4)](https://github.com/andresgutierrez "andresgutierrez (3 commits)")[![marshalys](https://avatars.githubusercontent.com/u/344530?v=4)](https://github.com/marshalys "marshalys (3 commits)")[![NikolayGalkin](https://avatars.githubusercontent.com/u/408963?v=4)](https://github.com/NikolayGalkin "NikolayGalkin (2 commits)")[![carvajaldiazeduar](https://avatars.githubusercontent.com/u/1197509?v=4)](https://github.com/carvajaldiazeduar "carvajaldiazeduar (2 commits)")[![andrei-tofan](https://avatars.githubusercontent.com/u/23150031?v=4)](https://github.com/andrei-tofan "andrei-tofan (2 commits)")[![sjinks](https://avatars.githubusercontent.com/u/7810770?v=4)](https://github.com/sjinks "sjinks (2 commits)")[![svanpoeck](https://avatars.githubusercontent.com/u/287523?v=4)](https://github.com/svanpoeck "svanpoeck (2 commits)")[![relishable](https://avatars.githubusercontent.com/u/1610229?v=4)](https://github.com/relishable "relishable (1 commits)")[![mirog](https://avatars.githubusercontent.com/u/2665503?v=4)](https://github.com/mirog "mirog (1 commits)")[![x51xxx](https://avatars.githubusercontent.com/u/434324?v=4)](https://github.com/x51xxx "x51xxx (1 commits)")[![smolak](https://avatars.githubusercontent.com/u/1819138?v=4)](https://github.com/smolak "smolak (1 commits)")

---

Tags

frameworkphalcon

### Embed Badge

![Health badge](/badges/x51xxx-devtools/health.svg)

```
[![Health](https://phpackages.com/badges/x51xxx-devtools/health.svg)](https://phpackages.com/packages/x51xxx-devtools)
```

###  Alternatives

[phalcon/devtools

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

1.3k2.0M54](/packages/phalcon-devtools)[phalcon/incubator

Adapters, prototypes or functionality that can be potentially incorporated to the C-framework.

7222.9M81](/packages/phalcon-incubator)[phalcon/migrations

Run and Generate DB Migrations with Phalcon Framework

29977.8k6](/packages/phalcon-migrations)[phalcon/incubator-mailer

Phalcon Incubator Mailer Adapters

1318.1k2](/packages/phalcon-incubator-mailer)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
