PHPackages                             phalcon/incubator-annotations - 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. phalcon/incubator-annotations

ActiveLibrary[Framework](/categories/framework)

phalcon/incubator-annotations
=============================

Phalcon Incubator Annotations

v1.0.0(5y ago)2514[1 PRs](https://github.com/phalcon/incubator-annotations/pulls)BSD-3-ClausePHPPHP &gt;=7.2

Since Mar 28Pushed 3y ago4 watchersCompare

[ Source](https://github.com/phalcon/incubator-annotations)[ Packagist](https://packagist.org/packages/phalcon/incubator-annotations)[ Docs](https://phalcon.io)[ GitHub Sponsors](https://github.com/phalcon)[ Fund](https://opencollective.com/phalcon)[ RSS](/packages/phalcon-incubator-annotations/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (9)Versions (4)Used By (0)

Phalcon\\Incubator\\Annotations
===============================

[](#phalconincubatorannotations)

Usage examples of the adapters available here:

Memcached
---------

[](#memcached)

Stores the parsed annotations to Memcached. This adapter uses a `Phalcon\Cache\Adapter\Libmemcached` backend to store the cached content:

```
use Phalcon\Incubator\Annotations\Adapter\Memcached;

$di->set(
    'annotations',
    function () {
        return new Memcached(
            [
                'lifetime' => 8600,
                'host'     => 'localhost',
                'port'     => 11211,
                'weight'   => 1,
                'prefix'   => 'prefix.',
            ]
        );
    }
);
```

Redis
-----

[](#redis)

Stores the parsed annotations to Redis. This adapter uses a `Phalcon\Cache\Adapter\Redis` backend to store the cached content:

```
use Phalcon\Incubator\Annotations\Adapter\Redis;

$di->set(
    'annotations',
    function () {
        return new Redis(
            [
                'lifetime' => 8600,
                'host'     => 'localhost',
                'port'     => 6379,
                'prefix'   => 'annotations_',
            ]
        );
    }
);
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81.1% 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 ~197 days

Total

2

Last Release

1678d ago

Major Versions

v1.0.0 → v2.x-dev2021-10-12

### Community

Maintainers

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

---

Top Contributors

[![Jeckerson](https://avatars.githubusercontent.com/u/3289702?v=4)](https://github.com/Jeckerson "Jeckerson (30 commits)")[![Arrim](https://avatars.githubusercontent.com/u/1231123?v=4)](https://github.com/Arrim "Arrim (5 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")

---

Tags

frameworkannotationsphalconincubator

###  Code Quality

TestsCodeception

Static AnalysisPHPStan, Psalm

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/phalcon-incubator-annotations/health.svg)

```
[![Health](https://phpackages.com/badges/phalcon-incubator-annotations/health.svg)](https://phpackages.com/packages/phalcon-incubator-annotations)
```

###  Alternatives

[phalcon/incubator

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

7222.9M81](/packages/phalcon-incubator)[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)[mindplay/annotations

Industrial-strength annotations for PHP

139160.9k14](/packages/mindplay-annotations)[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)[marwanalsoltany/mighty

The last validation library you will ever need!

591.3k](/packages/marwanalsoltany-mighty)

PHPackages © 2026

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