PHPackages                             mitakeck/ulidtypes - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mitakeck/ulidtypes

ActiveCakephp-plugin[Utility &amp; Helpers](/categories/utility)

mitakeck/ulidtypes
==================

UlidType plugin for CakePHP

v0.0.2(6y ago)21.7k1[1 issues](https://github.com/mitakeck/ulidtype/issues)MITPHPCI failing

Since Sep 26Pushed 6y ago1 watchersCompare

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

READMEChangelogDependencies (3)Versions (3)Used By (0)

UlidType plugin for CakePHP
===========================

[](#ulidtype-plugin-for-cakephp)

Setup
-----

[](#setup)

### Install

[](#install)

```
$ composer require mitakeck/ulidtypes
```

### Bootstrap

[](#bootstrap)

- add plugin load command in `config/bootstrap.php`

```
...
Plugin::load('mitakeck/UlidTypes', ['bootstrap' => true]);
...
```

### Model

[](#model)

- add `_initializeSchema()` method to `Model\Table` class to make id `ulid` type

```
...
use Cake\Database\Schema\TableSchema;
...
class XXXXXXXXTable extends Table
{
    protected function _initializeSchema(TableSchema $table)
    {
        parent::_initializeSchema($table);
        $table->setColumnType('id', 'ulid'); // set ulid type for id

        return $table;
    }
}
...
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~5 days

Total

2

Last Release

2465d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3163492?v=4)[mitake\_ck](/maintainers/mitakeck)[@mitakeck](https://github.com/mitakeck)

---

Top Contributors

[![mitakeck](https://avatars.githubusercontent.com/u/3163492?v=4)](https://github.com/mitakeck "mitakeck (6 commits)")

---

Tags

cakephp-plugincakephp3

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mitakeck-ulidtypes/health.svg)

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

###  Alternatives

[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

3361.0M51](/packages/dereuromark-cakephp-tools)[cakephp/bake

Bake plugin for CakePHP

11212.0M194](/packages/cakephp-bake)[dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

308954.9k25](/packages/dereuromark-cakephp-queue)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1882.3M41](/packages/dereuromark-cakephp-ide-helper)[dereuromark/cakephp-dto

A CakePHP plugin for generating immutable Data Transfer Objects with full type safety

3099.1k6](/packages/dereuromark-cakephp-dto)[dereuromark/cakephp-tinyauth

A CakePHP plugin to handle user authentication and authorization the easy way.

131240.2k13](/packages/dereuromark-cakephp-tinyauth)

PHPackages © 2026

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