PHPackages                             platine-php/starter - 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/starter

ActiveProject[Framework](/categories/framework)

platine-php/starter
===================

Platine Starter is a Platine Framework based simple starter project

v2.0.0(8mo ago)06MITPHPPHP ^8CI passing

Since Dec 9Pushed 8mo ago1 watchersCompare

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

READMEChangelog (3)Dependencies (7)Versions (5)Used By (0)

PLATINE STARTER
---------------

[](#platine-starter)

**Platine Starter** is a `Platine Framework` based simple starter project. Most of the commonly needed features of an application like `Authentication`, `Authorisation`, `User` and `Role management`, `Application Backend`, are available here. It is modular, so you may use this project as a base and build your own application.
The `Platine Starter` comes with several features which are the most common in almost all applications. It is a template project which means it is intended to build in a way that it can be used for other projects. It is a modular application, and some modules are installed by default. It will be helpful to use it as a base for future applications.

[![Project Status](https://camo.githubusercontent.com/5b5a2250da48f45495a817a4bcdabb5d101fff298acebe00a55a52815b7119ed/687474703a2f2f6f70656e736f757263652e626f782e636f6d2f6261646765732f6163746976652e737667)](http://opensource.box.com/badges)[![Latest Stable Version](https://camo.githubusercontent.com/d2d52827d729e0f4f8266da8f87d3c85d4f55fe7dcfe03f9095a6ab0c5924a65/68747470733a2f2f706f7365722e707567782e6f72672f706c6174696e652d7068702f737461727465722f762f737461626c65)](https://packagist.org/packages/platine-php/starter)[![Latest Unstable Version](https://camo.githubusercontent.com/042c1649b2f2477d47410e753cc3036e7a5c58cc0b2944538b65e7bdda000cb8/68747470733a2f2f706f7365722e707567782e6f72672f706c6174696e652d7068702f737461727465722f762f756e737461626c65)](https://packagist.org/packages/platine-php/starter)[![Total Downloads](https://camo.githubusercontent.com/b6e12117994013a000babd1b9fca9e4f03356f7bd5b076fc1e3b860ddcb0d6aa/68747470733a2f2f706f7365722e707567782e6f72672f706c6174696e652d7068702f737461727465722f646f776e6c6f616473)](https://packagist.org/packages/platine-php/starter)[![License](https://camo.githubusercontent.com/50fc6984f19bc1802623d11833d891bd94ce796ef408d331a0871e91382f7140/68747470733a2f2f706f7365722e707567782e6f72672f706c6174696e652d7068702f737461727465722f6c6963656e7365)](https://packagist.org/packages/platine-php/starter)
[![Tests](https://github.com/platine-php/starter/actions/workflows/ci.yml/badge.svg)](https://github.com/platine-php/starter/actions/workflows/ci.yml/badge.svg)[![Quality Score](https://camo.githubusercontent.com/c310c177b7e31f641163127b6fc5fb55be19ba266f05b002e785d1b4515abdb1/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f706c6174696e652d7068702f737461727465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/platine-php/starter)[![Codacy Badge](https://camo.githubusercontent.com/ad98a47d0ad4c4436bac36a9d1f968382e6d5094d5c02aef93881af29f2e1297/68747470733a2f2f6170702e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6335346335393439316131623465663039633864393436643736646164373239)](https://app.codacy.com/gh/platine-php/starter/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)[![Codacy Badge](https://camo.githubusercontent.com/9bcf5d1c4a641cd25fe1a851e3b65b52d8ea8a0a3aaaa9a0c4fa5cd79ff249ea/68747470733a2f2f6170702e636f646163792e636f6d2f70726f6a6563742f62616467652f436f7665726167652f6335346335393439316131623465663039633864393436643736646164373239)](https://app.codacy.com/gh/platine-php/starter/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage)

### Requirements

[](#requirements)

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

### Installation

[](#installation)

Follow the steps mentioned below to install and run the project.

1. Create project

```
composer create-project platine-php/starter
```

2. Create `.env` file by copying the `.env.example`. You may use the command to do that

```
cp .env.example .env
```

3. Update the database, application URL and others information in `.env` file.

```
# Application
PL_APP_URL=http://localhost/starter/public/

# Database
PL_DB_DRIVER=mysql
PL_DB_NAME=db_platine_starter
PL_DB_HOST=127.0.0.1
PL_DB_PORT=3306
PL_DB_USER=root
PL_DB_PASSWORD=
```

4. Run the command to execute migration

```
php platine migration:init
php platine migration:migrate
```

5. Run the command to insert demo data

```
php platine seed:exec
```

6. You may create a virtualhost entry to access the application or run `php platine server` from the project root and visit `http://127.0.0.1:8080`.

### Demo

[](#demo)

Use the following account credentials to access the application backend:

```
Username: admin
Password: admin

```

### License

[](#license)

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

### Resources

[](#resources)

- [Documentation](https://docs.platine-php.com)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance62

Regular maintenance activity

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Total

3

Last Release

242d ago

Major Versions

v1.0.1 → v2.0.02025-09-18

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

v2.0.0PHP ^8

### Community

Maintainers

![](https://www.gravatar.com/avatar/6712076a632c08e542e65d4aa81630330de650aa9094f0fb0ed3384503f374c3?d=identicon)[nguereza-tony](/maintainers/nguereza-tony)

---

Top Contributors

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

---

Tags

phpframeworkdevelopmentwebsiteapplicationplatine

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

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

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

###  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.3k](/packages/fuel-fuel)

PHPackages © 2026

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