PHPackages                             ez-php/ez-php - 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. ez-php/ez-php

ActiveProject

ez-php/ez-php
=============

ez-php application template

1.0.1(1mo ago)00MITPHPPHP ^8.5CI passing

Since Mar 15Pushed 1mo agoCompare

[ Source](https://github.com/ez-php/ez-php)[ Packagist](https://packagist.org/packages/ez-php/ez-php)[ RSS](/packages/ez-php-ez-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (7)Versions (19)Used By (0)

ez-php
======

[](#ez-php)

Application template for [ez-php](https://github.com/ez-php/framework) — a lightweight, modular PHP 8.5 framework.

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

[](#requirements)

- PHP 8.5+
- Composer
- Docker (recommended)

Getting Started
---------------

[](#getting-started)

```
cp .env.example .env
docker compose up -d
docker compose exec app composer install
docker compose exec app php ez migrate
```

Visit `http://localhost:${APP_PORT}` (default: `http://localhost:8001`).

Optional Modules
----------------

[](#optional-modules)

Uncomment the relevant lines in `provider/modules.php` and install the package to activate a module.

ModulePackagePurposeAuth`ez-php/auth`Session and Bearer token authenticationBroadcast`ez-php/broadcast`Real-time event broadcasting (SSE)Cache`ez-php/cache`Array, File, Redis cache driversEvents`ez-php/events`Synchronous event busHTTP Client`ez-php/http-client`Fluent cURL HTTP clientI18n`ez-php/i18n`File-based translator, dot-notation keysLogging`ez-php/logging`Structured logger, File/Stdout/Null driversMail`ez-php/mail`Transactional email, SMTP/Log/Null driversORM`ez-php/orm`Active Record ORM, Query Builder, relationsQueue`ez-php/queue`Async job queue, database and Redis driversRate Limiter`ez-php/rate-limiter`Rate limiting middlewareScheduler`ez-php/scheduler`Cron-based job schedulerSearch`ez-php/search`Full-text search, Meilisearch/ElasticsearchValidation`ez-php/validation`Rule-based input validationView`ez-php/view`PHP template engine, layouts, sectionsNotification`ez-php/notification`Multi-channel notifications (mail, broadcast, database)Storage`ez-php/storage`File storage abstraction, Local and S3 driversHealth`ez-php/health``/health` endpoint with DB, Redis, and Queue probesFeature Flags`ez-php/feature-flags`Feature flag evaluation, File/Database/Array driversExample:

```
composer require ez-php/orm
# then uncomment EzPhp\Orm\EntityServiceProvider::class in provider/modules.php
```

Services (Docker)
-----------------

[](#services-docker)

ServiceDefault portPurposeApp (nginx)8001HTTP entry pointMySQL 8.43308Primary databaseRedis 76381Cache / queue backendMailpit8025 (UI), 1025 (SMTP)Local mail catcherQuality Suite
-------------

[](#quality-suite)

```
docker compose exec app composer full       # PHPStan + CS Fixer + PHPUnit
docker compose exec app composer analyse    # PHPStan only
docker compose exec app composer cs         # CS Fixer only
docker compose exec app composer test       # PHPUnit only
```

CLI
---

[](#cli)

```
docker compose exec app php ez list              # list all commands
docker compose exec app php ez migrate           # run pending migrations
docker compose exec app php ez migrate:rollback  # roll back last batch
docker compose exec app php ez tinker            # interactive REPL
```

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance91

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 90.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 ~0 days

Total

18

Last Release

46d ago

Major Versions

0.9.3 → 1.0.02026-03-24

### Community

Maintainers

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

---

Top Contributors

[![AU9500](https://avatars.githubusercontent.com/u/122030400?v=4)](https://github.com/AU9500 "AU9500 (95 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (10 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/ez-php-ez-php/health.svg)

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

PHPackages © 2026

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