PHPackages                             ovr/phalcony - 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. ovr/phalcony

AbandonedArchivedLibrary[Framework](/categories/framework)

ovr/phalcony
============

Library for expansion the base functional of Phalcon framework.

0.2.7(10y ago)194.6k41MITPHPPHP &gt;=5.3

Since Mar 19Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ovr/phalcony)[ Packagist](https://packagist.org/packages/ovr/phalcony)[ RSS](/packages/ovr-phalcony/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (10)Dependencies (3)Versions (14)Used By (1)

Phalcony
========

[](#phalcony)

[![Phalconist](https://camo.githubusercontent.com/a45daca263afd211a75b94d76c80812c0f0c43b412ef2d05cd50fb6a7daa2539/687474703a2f2f7068616c636f6e6973742e636f6d2f6f76722f7068616c636f6e792f64656661756c742e737667)](http://phalconist.com/ovr/phalcony)[![Latest Stable Version](https://camo.githubusercontent.com/be44c313ba034a0124fba65076766b9cf29c41c7606c7b40a246d593c1835ba6/68747470733a2f2f706f7365722e707567782e6f72672f6f76722f7068616c636f6e792f762f737461626c652e737667)](https://packagist.org/packages/ovr/phalcony)[![Build Status](https://camo.githubusercontent.com/301c010e9e68bea1fbd3d60dfbee8a3ea5fc72fac3eeaff3e31586e263c3fe6c/68747470733a2f2f7472617669732d63692e6f72672f6f76722f7068616c636f6e792e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/ovr/phalcony)[![Coverage Status](https://camo.githubusercontent.com/fa3bff7dccd4735fc3d1d722109afe21fcc3faa9a04f7ea9fa3fedef1780ae06/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6f76722f7068616c636f6e792f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/ovr/phalcony?branch=master)[![License](https://camo.githubusercontent.com/476773f41df5f10d62d40a31a500cf7c1c2d5b4583eedfad4bda31212dd96af1/68747470733a2f2f706f7365722e707567782e6f72672f6f76722f7068616c636f6e792f6c6963656e73652e737667)](https://packagist.org/packages/ovr/phalcony)

[![](https://camo.githubusercontent.com/d1aeb95e3d8f0e7b9c0bd7baa52bc6b504f329586202d1ba1c9d887c39b76e9d/687474703a2f2f646d7472792e6d652f696d672f6c6f676f732f7068616c636f6e792e737667)](https://camo.githubusercontent.com/d1aeb95e3d8f0e7b9c0bd7baa52bc6b504f329586202d1ba1c9d887c39b76e9d/687474703a2f2f646d7472792e6d652f696d672f6c6f676f732f7068616c636f6e792e737667)

> Library for expansion the base functional of Phalcon framework.

This library is main component of phalcon-module-skeleton and It was created to move repeated functions from all projects to on project on github.

Installation
------------

[](#installation)

### 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": {
        "ovr/phalcony": "~0.2"
    }
}
```

Run the composer installer:

```
php composer.phar install
```

License
-------

[](#license)

Phalcony is open-sourced software licensed under the MIT License. See the LICENSE file for more information.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98.8% of commits — single point of failure

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

Every ~74 days

Recently: every ~161 days

Total

12

Last Release

3667d ago

PHP version history (2 changes)0.1.1PHP ~5.3

0.2.7PHP &gt;=5.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/c019ea1f0133ad14d256163bc4d25a428b15f08083b15fdd380dc215e0e26177?d=identicon)[ovr](/maintainers/ovr)

---

Top Contributors

[![ovr](https://avatars.githubusercontent.com/u/572096?v=4)](https://github.com/ovr "ovr (84 commits)")[![sergeyklay](https://avatars.githubusercontent.com/u/1256298?v=4)](https://github.com/sergeyklay "sergeyklay (1 commits)")

---

Tags

frameworkphalcon

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/ovr-phalcony/health.svg)

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

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

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

Run and Generate DB Migrations with Phalcon Framework

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

Phalcon Incubator Mailer Adapters

1320.1k6](/packages/phalcon-incubator-mailer)

PHPackages © 2026

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