PHPackages                             maileryio/cycle-mapper - 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. maileryio/cycle-mapper

ActiveLibrary[Database &amp; ORM](/categories/database)

maileryio/cycle-mapper
======================

Mapper for Cycle ORM

2384PHPCI failing

Since Mar 20Pushed 4y ago1 watchersCompare

[ Source](https://github.com/maileryio/cycle-mapper)[ Packagist](https://packagist.org/packages/maileryio/cycle-mapper)[ RSS](/packages/maileryio-cycle-mapper/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Mapper for Cycle ORM
====================

[](#mapper-for-cycle-orm)

**Mapper for Cycle ORM**

[![Latest Stable Version](https://camo.githubusercontent.com/d2d79e50c396f256a2b1fc03e0f626d1b96a7cf3bc071c6af195f784732e9c74/68747470733a2f2f706f7365722e707567782e6f72672f6d61696c657279696f2f6379636c652d6d61707065722f762f737461626c65)](https://packagist.org/packages/maileryio/cycle-mapper)[![Total Downloads](https://camo.githubusercontent.com/48128dbb324a62fabff85a9e5601bb7b7601766a78731dd3030532a0209b7b5d/68747470733a2f2f706f7365722e707567782e6f72672f6d61696c657279696f2f6379636c652d6d61707065722f646f776e6c6f616473)](https://packagist.org/packages/maileryio/cycle-mapper)[![Build Status](https://camo.githubusercontent.com/6661ffe6ca7cf3bd8b31a63c6ebf09a48117332d17769b006651b44472f91f97/68747470733a2f2f7472617669732d63692e636f6d2f6d61696c657279696f2f6379636c652d6d61707065722e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/maileryio/cycle-mapper)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/14d2c9e927e4015c3fa7cae2f42e4792f8ac17148d9d2e916a9f16a8df1e826b/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6d61696c657279696f2f6379636c652d6d61707065722e737667)](https://scrutinizer-ci.com/g/maileryio/cycle-mapper/)[![Scrutinizer Code Coverage](https://camo.githubusercontent.com/1936814d90a3d5ff8cb9554a8a3dc3591c292ae7c5e5fd177dc718b2a28e5a0f/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6d61696c657279696f2f6379636c652d6d61707065722e737667)](https://scrutinizer-ci.com/g/maileryio/cycle-mapper/)

Mapper for Cycle ORM

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

[](#installation)

The preferred way to install this library is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require "maileryio/cycle-mapper"
```

or add

```
"maileryio/cycle-mapper": "*"
```

to the require section of your composer.json.

Usage
-----

[](#usage)

```
/**
 * @Cycle\Annotated\Annotation\Table(
 *      columns = {
 *          "created_at": @Cycle\Annotated\Annotation\Column(type = "datetime"),
 *          "updated_at": @Cycle\Annotated\Annotation\Column(type = "datetime")
 *      }
 * )
 */
class SubscriberMapper extends ChainedMapper
{
    /**
     * {@inheritdoc}
     */
    protected function getChainItemList(): ChainItemList
    {
        return new ChainItemList([
            (new Timestamped())
                ->withCreatedAt('created_at')
                ->withUpdatedAt('updated_at'),
        ]);
    }
}
```

License
-------

[](#license)

This project is released under the terms of the BSD-3-Clause [license](LICENSE). Read more [here](http://choosealicense.com/licenses/bsd-3-clause).

Copyright © 2020, Mailery ()

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7fafc0b472b8b8cf1097a6fb094b7c5c10293e2f976e9eacb1ea1a34031b6e15?d=identicon)[Filsh](/maintainers/Filsh)

---

Top Contributors

[![filsh](https://avatars.githubusercontent.com/u/6173680?v=4)](https://github.com/filsh "filsh (14 commits)")

### Embed Badge

![Health badge](/badges/maileryio-cycle-mapper/health.svg)

```
[![Health](https://phpackages.com/badges/maileryio-cycle-mapper/health.svg)](https://phpackages.com/packages/maileryio-cycle-mapper)
```

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M546](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

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