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

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

wp63/php-boilerplate
====================

Simple boilerplate for PHP Application

v0.1.1(6y ago)112[23 PRs](https://github.com/WP63/php-boilerplate/pulls)GPLv3 or laterJavaScriptPHP ^7.2

Since Feb 4Pushed 3y ago1 watchersCompare

[ Source](https://github.com/WP63/php-boilerplate)[ Packagist](https://packagist.org/packages/wp63/php-boilerplate)[ RSS](/packages/wp63-php-boilerplate/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (2)Dependencies (4)Versions (26)Used By (0)

PHP Boilerplate
===============

[](#php-boilerplate)

A simple boilerplate for PHP Application

Features
--------

[](#features)

- Router: [PHP-Router](https://github.com/izniburak/php-router)
- Database ORM: [Propel2](https://github.com/propelorm/Propel2)
- Template engine: [Blade Template Engine](https://github.com/duncan3dc/blade)
- Laravel Mix for ESNext and SCSS

Requirement
-----------

[](#requirement)

- PHP 7.2 or newer
- Node.js 8 or newer (for assets compilation)
- Yarn or NPM (Package manager for JS)
- Composer (Package manager for PHP)

Installation
------------

[](#installation)

Create new project via composer

```
$ composer create-project wp63/php-boilerplate your-project-name
$ cd your-project-name
$ yarn

```

or git clone

```
$ git clone git@github.com:WP63/php-boilerplate.git your-project-name
$ cd your-project-name
$ composer install
$ yarn

```

Run
---

[](#run)

```
$ php -S localhost:8080

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Total

2

Last Release

2294d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/380b7617bc38cd9bc7925f7c20619ebe026a37d4ecbe0669f4c646a43a10d565?d=identicon)[IronGhost63](/maintainers/IronGhost63)

---

Top Contributors

[![IronGhost63](https://avatars.githubusercontent.com/u/7050540?v=4)](https://github.com/IronGhost63 "IronGhost63 (23 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[abbyjanke/laracolor

A LaRecipe theme.

1024.5k](/packages/abbyjanke-laracolor)

PHPackages © 2026

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