PHPackages                             platine-php/framework - 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. [Framework](/categories/framework)
4. /
5. platine-php/framework

ActiveLibrary[Framework](/categories/framework)

platine-php/framework
=====================

Platine Framework is a lightweight, high-performance, simple and elegant PHP Web framework

v2.0.14(1mo ago)35.4k2MITPHPPHP ^8CI passing

Since Dec 13Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/platine-php/framework)[ Packagist](https://packagist.org/packages/platine-php/framework)[ RSS](/packages/platine-php-framework/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (36)Versions (31)Used By (2)

PLATINE FRAMEWORK
-----------------

[](#platine-framework)

**Platine Framework is a lightweight, high-performance, simple and elegant PHP Web framework**

[![Project Status](https://camo.githubusercontent.com/5b5a2250da48f45495a817a4bcdabb5d101fff298acebe00a55a52815b7119ed/687474703a2f2f6f70656e736f757263652e626f782e636f6d2f6261646765732f6163746976652e737667)](http://opensource.box.com/badges)[![Latest Stable Version](https://camo.githubusercontent.com/ebde1ae0e48f14e8712687ffbdcd288ccea7f9f1ca11cf9d2d951de8703c5291/68747470733a2f2f706f7365722e707567782e6f72672f706c6174696e652d7068702f6672616d65776f726b2f762f737461626c65)](https://packagist.org/packages/platine-php/framework)[![Latest Unstable Version](https://camo.githubusercontent.com/fa1e97f5fcf7a0b083d7ad4a2333ccd22a8281a22268bbe38e07e65cfb085076/68747470733a2f2f706f7365722e707567782e6f72672f706c6174696e652d7068702f6672616d65776f726b2f762f756e737461626c65)](https://packagist.org/packages/platine-php/framework)[![Total Downloads](https://camo.githubusercontent.com/6eb32a06bbebfc43ed580862199a3c27bcbff6fe284930b631ee491352ed9686/68747470733a2f2f706f7365722e707567782e6f72672f706c6174696e652d7068702f6672616d65776f726b2f646f776e6c6f616473)](https://packagist.org/packages/platine-php/framework)[![License](https://camo.githubusercontent.com/8db0ccdb89cdb4d57505986a49ba1149d6cdc970ba64c164d617fe6a61f67129/68747470733a2f2f706f7365722e707567782e6f72672f706c6174696e652d7068702f6672616d65776f726b2f6c6963656e7365)](https://packagist.org/packages/platine-php/framework)
[![Tests](https://github.com/platine-php/framework/actions/workflows/ci.yml/badge.svg)](https://github.com/platine-php/framework/actions/workflows/ci.yml/badge.svg)[![Quality Score](https://camo.githubusercontent.com/bd6309dbc004068577d1eb759b02f176ef63da179880d4e437fd7954c7235879/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f706c6174696e652d7068702f6672616d65776f726b2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/platine-php/framework)[![Codacy Badge](https://camo.githubusercontent.com/c3ad8bf425d4134c9cc15899da630fa9698a354e4642fd83e1ba5e066dae9e94/68747470733a2f2f6170702e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3161653438343030623230633439636639346537313665333535643034326430)](https://app.codacy.com/gh/platine-php/framework/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)[![Codacy Badge](https://camo.githubusercontent.com/540e1ff1c08c0c9bcf6563689ee6cb7dbdfe559cd3c6fb7c1ea5d6f5bb322880/68747470733a2f2f6170702e636f646163792e636f6d2f70726f6a6563742f62616467652f436f7665726167652f3161653438343030623230633439636639346537313665333535643034326430)](https://app.codacy.com/gh/platine-php/framework/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage)

Here are some of the features of Platine Framework:

- It supports both web and command line applications.
- It has a modular architecture that lets you use only the components you need.
- It provides a powerful routing system that supports RESTful APIs, middleware, and parameters validation.
- It has a dependency injection container that allows you to manage your services and dependencies.
- It has a template engine that supports layouts, inheritance, and caching.
- It has a database abstraction layer that supports multiple drivers and query builders.
- It has a validation library that supports custom rules and error messages.
- It has a testing library that helps you write unit and integration tests.
- It has a console library that helps you create and run commands.
- It has a configuration library that supports multiple formats and environments.

### Requirements

[](#requirements)

You can use **Platine Framework** for web or command line application. For web application:

- Any web server **(Apache, nginx, lighttp, etc.)**
- **PHP &gt;= 8.0**

For CLI application just PHP executable is enough.

### Why another PHP Framework?

[](#why-another-php-framework)

Well, I created Platine Framework for my own project, but decided to share with everyone.
I was also tired of all those bloated PHP Framework, with steep learning curve that create another language on top of PHP. Really?!
So this one is smaller. It is not bloated and contains some useful libraries, functions and tricks. And above all, it's damn simple.

### Installation

[](#installation)

Platine Framework can be installed using composer

```
composer require platine-php/framework
```

### Install on docker

[](#install-on-docker)

If you want to test platine using docker follow the step below:

- Build the framework image

```
docker-compose build framework
```

- Run the containers

```
docker-compose up -d
```

- Install composer dependencies

```
docker-compose exec framework composer install --no-interaction
```

### License

[](#license)

MIT License See [LICENSE.MD](LICENSE.MD)

### Resources

[](#resources)

- [Documentation](https://docs.platine-php.com)
- Tutorial Youtube (French): [Budget Management Application](https://www.youtube.com/playlist?list=PLbUHyVcL-6Q8H6ip40eSdpt4MjRXYGPz9)

###  Health Score

48

—

FairBetter than 94% of packages

Maintenance91

Actively maintained with recent releases

Popularity24

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

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 ~31 days

Recently: every ~24 days

Total

29

Last Release

44d ago

Major Versions

v1.4.0 → v2.0.02025-11-14

PHP version history (2 changes)v1.0.0PHP ^7.4 || ^8

v2.0.0PHP ^8

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16177981?v=4)[Tony NGUEREZA](/maintainers/nguereza-tony)[@nguereza-tony](https://github.com/nguereza-tony)

---

Top Contributors

[![nguereza-tony](https://avatars.githubusercontent.com/u/16177981?v=4)](https://github.com/nguereza-tony "nguereza-tony (403 commits)")

---

Tags

phpframeworkdevelopmentwebsiteapplicationplatine

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[fuel/fuel

FuelPHP is a simple, flexible, community driven PHP 5.4+ framework, based on the best ideas of other frameworks, with a fresh start!

1.5k42.6k](/packages/fuel-fuel)

PHPackages © 2026

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