PHPackages                             gollumsf/doctrine-tinyint - 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. gollumsf/doctrine-tinyint

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

gollumsf/doctrine-tinyint
=========================

A tinyint type for Doctrine MYSQL

v1.1.1(11mo ago)755.9k—2.7%41GPL-3.0-or-laterPHPPHP &gt;=8

Since Oct 29Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/GollumSF/doctrine-tinyint)[ Packagist](https://packagist.org/packages/gollumsf/doctrine-tinyint)[ Docs](https://github.com/GollumSF/doctrine-tinyint)[ RSS](/packages/gollumsf-doctrine-tinyint/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (12)Used By (1)

Doctrine TinyInt
================

[](#doctrine-tinyint)

A tinyint type for Doctrine MYSQL

Installation:
-------------

[](#installation)

```
composer require gollumsf/doctrine-tinyint
```

Configuration:
--------------

[](#configuration)

```
doctrine:
    dbal:
        types:
            tinyint:  GollumSF\Doctrine\TinyInt
```

Usage:
------

[](#usage)

```
namespace App\Entity;

use Doctrine\ORM\Mapping as ORM;
use GollumSF\Doctrine\TinyInt;

#[ORM\Entity]
#[ORM\Table(name: 'entities')]
class Entity {

	#[Column(name: 'tinyint', type: TinyInt::TINYINT)]
	private int $tinyint;

	/////////
	// ... //
	/////////

}
```

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance50

Moderate activity, may be stable

Popularity37

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 88.5% 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 ~241 days

Recently: every ~516 days

Total

11

Last Release

349d ago

PHP version history (3 changes)v1.0.0PHP &gt;=5.6

v1.0.2PHP &gt;=7.0

v1.1.0PHP &gt;=8

### Community

Maintainers

![](https://www.gravatar.com/avatar/6690bb36165854e1db86762d56c22351ff844b12f59e5c91993a6d793f098cfb?d=identicon)[Smeagolworms4](/maintainers/Smeagolworms4)

---

Top Contributors

[![Smeagolworms4](https://avatars.githubusercontent.com/u/4448640?v=4)](https://github.com/Smeagolworms4 "Smeagolworms4 (23 commits)")[![cjhaas](https://avatars.githubusercontent.com/u/7748460?v=4)](https://github.com/cjhaas "cjhaas (1 commits)")[![cybd](https://avatars.githubusercontent.com/u/2155352?v=4)](https://github.com/cybd "cybd (1 commits)")[![Legend999](https://avatars.githubusercontent.com/u/28870018?v=4)](https://github.com/Legend999 "Legend999 (1 commits)")

---

Tags

symfonydoctrinetinyint

### Embed Badge

![Health badge](/badges/gollumsf-doctrine-tinyint/health.svg)

```
[![Health](https://phpackages.com/badges/gollumsf-doctrine-tinyint/health.svg)](https://phpackages.com/packages/gollumsf-doctrine-tinyint)
```

###  Alternatives

[sonata-project/doctrine-orm-admin-bundle

Integrate Doctrine ORM into the SonataAdminBundle

46117.7M155](/packages/sonata-project-doctrine-orm-admin-bundle)[nemo64/dbal-rds-data

rds-data driver for doctrine dbal

2713.2k](/packages/nemo64-dbal-rds-data)[vasek-purchart/doctrine-date-time-immutable-types-bundle

Bundle integration of Doctrine DateTimeImmutable types for Symfony

1085.6k](/packages/vasek-purchart-doctrine-date-time-immutable-types-bundle)

PHPackages © 2026

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