PHPackages                             codeit/base - 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. codeit/base

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

codeit/base
===========

CodeIT Laminas base utilities, cache, validators, forms, and MVC helpers.

2.0.3(2mo ago)03111BSD-3-ClausePHPPHP ^8.1

Since Apr 18Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/codeitua/base)[ Packagist](https://packagist.org/packages/codeit/base)[ RSS](/packages/codeit-base/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (27)Versions (65)Used By (1)

codeit/base
===========

[](#codeitbase)

Reusable CodeIT base utilities for Laminas applications.

Requirements
------------

[](#requirements)

- PHP `^8.1`
- Laminas MVC `^3.8`
- Current Laminas component packages for DB, forms, filters, validators, view helpers, and service manager

The package intentionally allows PHP 8.1+ instead of pinning to PHP 8.3/8.4. Applications can run it on PHP 8.3 while libraries and CI can still cover PHP 8.1 and 8.2 where the Laminas dependency set supports them.

What Changed In 2.0
-------------------

[](#what-changed-in-20)

- Zend Framework namespaces were migrated to Laminas namespaces.
- `zendframework/*` dependencies were replaced with `laminas/*`.
- Existing `Application\*` integration points are preserved for backward compatibility.
- The legacy user creation command was ported to `laminas-cli`.
- Controllers accept `Psr\Container\ContainerInterface`.
- PHPUnit configuration and unit tests were added.

Console Commands
----------------

[](#console-commands)

The user creation command is registered for `laminas-cli`:

```
vendor/bin/laminas user:create user@example.com secret-password admin
```

The command preserves the legacy create-user contract: `email`, `password`, and optional `level`. Applications that have a password field or password setter on `Application\Model\User` receive the password through `setData()`. SSO-only applications can ignore it at the model/schema level.

ACL
---

[](#acl)

`CodeIT\ACL\Authentication` keeps using `Application\Lib\Acl` and the existing `call(string $method, array $args)` ACL API.

Tests
-----

[](#tests)

```
composer install
composer cs
composer test
```

Coding Standard
---------------

[](#coding-standard)

All hand-maintained PHP source and tests must follow PSR-12. Run `composer cs` before committing and `composer cs:fix` for safe mechanical formatting.

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance88

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity86

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 62.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 ~60 days

Recently: every ~237 days

Total

62

Last Release

60d ago

Major Versions

0.3.15 → 1.0.02020-12-25

0.4.3 → 1.0.22023-09-01

0.0.3 → 1.0.32023-09-01

1.1.0 → 2.0.02026-05-01

PHP version history (2 changes)2.0.0PHP ^8.1

2.0.1PHP &gt;=8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/945422?v=4)[codeguard](/maintainers/codeguard)[@codeguard](https://github.com/codeguard)

---

Top Contributors

[![ValerioCodeit](https://avatars.githubusercontent.com/u/15124591?v=4)](https://github.com/ValerioCodeit "ValerioCodeit (10 commits)")[![xl32](https://avatars.githubusercontent.com/u/1729594?v=4)](https://github.com/xl32 "xl32 (5 commits)")[![babichalex](https://avatars.githubusercontent.com/u/9673664?v=4)](https://github.com/babichalex "babichalex (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/codeit-base/health.svg)

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

###  Alternatives

[magento/community-edition

Magento 2 (Open Source)

12.2k53.6k13](/packages/magento-community-edition)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[kokspflanze/bjy-authorize

Laminas\\Acl based firewall system for Mezzio dispatch protection

20199.4k4](/packages/kokspflanze-bjy-authorize)

PHPackages © 2026

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