PHPackages                             ciricihq/caduco - 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. [Database &amp; ORM](/categories/database)
4. /
5. ciricihq/caduco

ActiveCakephp-plugin[Database &amp; ORM](/categories/database)

ciricihq/caduco
===============

1.0.0(7y ago)2901[2 issues](https://github.com/ciricihq/caduco/issues)GPL-3.0-or-laterPHP

Since Feb 27Pushed 7y ago4 watchersCompare

[ Source](https://github.com/ciricihq/caduco)[ Packagist](https://packagist.org/packages/ciricihq/caduco)[ RSS](/packages/ciricihq-caduco/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)Dependencies (4)Versions (7)Used By (0)

Caduco plugin for CakePHP 3
===========================

[](#caduco-plugin-for-cakephp-3)

[![Build status](https://camo.githubusercontent.com/82c67419d418710fadbe802ec33725fdef14b1455bdee32b82cfa64ae21dbbda/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f63697269636968712f63616475636f2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/ciricihq/caduco)[![Code coverage](https://camo.githubusercontent.com/772b0ef8c67901b1b10f14901c945c1e67dc3d44676bba0ec4f2fd2d9f0f0324/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f63697269636968712f63616475636f2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://codecov.io/gh/ciricihq/caduco)[![License](https://camo.githubusercontent.com/12de306e5784eb01757c481277c5e47a1335881a7e900f8d4e143697b4b5a51b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f63697269636968712f63616475636f2e7376673f7374796c653d666c61742d737175617265)](https://github.com/ciricihq/caduco/blob/master/LICENSE.md)[![Latest stable version](https://camo.githubusercontent.com/63673421587767c66da58dcb2d808df37a97cc9e39e119f050cc227b066645aa/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f63697269636968712f63616475636f2e7376673f7374796c653d666c61742d737175617265)](https://github.com/ciricihq/caduco/releases)[![Total downloads](https://camo.githubusercontent.com/5d36030f2550e16e17d1411db64f7fffacace28021575860ffd776e4401065af/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63697269636968712f63616475636f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ciricihq/caduco)[![Code climate](https://camo.githubusercontent.com/21af78984d11b99da1220cec326dfbfee657da83135c19b842b4194f08b46054/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f6769746875622f63697269636968712f63616475636f2e7376673f7374796c653d666c61742d737175617265)](https://codeclimate.com/github/ciricihq/caduco)

This plugin allows you to easily stablish a begin and end dates to your ORM entities.

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

[](#installation)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require ciricihq/caduco
```

Execute migration

```
bin/cake migrations migrate --plugin Cirici/Caduco
```

Execute seed

```
bin/cake migrations seed --plugin Cirici/Caduco
```

Configuration
-------------

[](#configuration)

First you need to load the plugin. To do so, edit your `bootstrap.php` file and add line below:

```
Plugin::load('Cirici/Caduco', ['bootstrap' => true]);
```

Usage
-----

[](#usage)

TODO

License
-------

[](#license)

Copyright (c) 2016, [Cirici New Media](https://cirici.com) - licensed under [GNU GPL3 license](LICENSE.md).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~100 days

Recently: every ~125 days

Total

6

Last Release

2861d ago

Major Versions

0.1.2 → 1.0.02018-07-12

### Community

Maintainers

![](https://www.gravatar.com/avatar/9cbcbe685af90849bdd806d22ba8c315093bdeb6b2c46c874108b69f81c23038?d=identicon)[gtrias](/maintainers/gtrias)

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

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

---

Top Contributors

[![elboletaire](https://avatars.githubusercontent.com/u/153305?v=4)](https://github.com/elboletaire "elboletaire (17 commits)")[![enyeli](https://avatars.githubusercontent.com/u/17705199?v=4)](https://github.com/enyeli "enyeli (11 commits)")[![sandra88vr](https://avatars.githubusercontent.com/u/35308230?v=4)](https://github.com/sandra88vr "sandra88vr (5 commits)")[![cirici](https://avatars.githubusercontent.com/u/2363101?v=4)](https://github.com/cirici "cirici (1 commits)")

---

Tags

cake-plugincakephpdatedaterangeormplugin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ciricihq-caduco/health.svg)

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

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[josegonzalez/cakephp-upload

CakePHP plugin to handle file uploading sans ridiculous automagic

5451.3M9](/packages/josegonzalez-cakephp-upload)[muffin/trash

Adds soft delete support to CakePHP ORM tables.

851.3M11](/packages/muffin-trash)[muffin/webservice

Simplistic webservices for CakePHP

88191.0k13](/packages/muffin-webservice)[admad/cakephp-sequence

Sequence plugin for CakePHP to maintain ordered list of records

46489.9k6](/packages/admad-cakephp-sequence)[riesenia/cakephp-duplicatable

CakePHP ORM plugin for duplicating entities (including related entities)

51384.5k4](/packages/riesenia-cakephp-duplicatable)

PHPackages © 2026

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