PHPackages                             masterfermin02/php-starter-kit - 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. masterfermin02/php-starter-kit

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

masterfermin02/php-starter-kit
==============================

This project will help you to start a new project in PHP

v2.0.0(5y ago)843[1 issues](https://github.com/masterfermin02/php-starter-kit/issues)[1 PRs](https://github.com/masterfermin02/php-starter-kit/pulls)MITPHPPHP &gt;=8.0.0CI failing

Since Jun 12Pushed 3mo ago1 watchersCompare

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

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

[![Build Status](https://camo.githubusercontent.com/ed2d1e0777dbdbf036e1581c3029255f34c95ed490b9e9c71fc0ec0b3274f7aa/68747470733a2f2f7472617669732d63692e636f6d2f6d61737465726665726d696e30322f7068702d737461727465722d6b69742e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/masterfermin02/php-starter-kit)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.txt)

PHP starter kit
===============

[](#php-starter-kit)

This project will help you to start a new project in PHP

How to make it work
===================

[](#how-to-make-it-work)

A few simple steps are needed to get this application up and running:

The next step assumes that composer is available in your PATH

```
# install the project and its dependencies
composer create-project masterfermin02/php-starter-kit [project-name]
cd [project-name]
```

Usage with docker
=================

[](#usage-with-docker)

- Run `docker-compose up --biuld`
- Run `composer install`
- Run `docker-compose up` now you should see in your localhost:8083 the welcome page.
- Run the container in background `docker-compose up -d`
- To see your local containers running process `docker ps`
- Stop containers in background `docker-compose down`

Usage with PHP native server
============================

[](#usage-with-php-native-server)

- run `sh serve.sh`

Run test
========

[](#run-test)

- `composer run test`

Helpers
=======

[](#helpers)

If you notice that your machine has any file permission errors, you might need to execute the following in a project locally `chmod -R o+rw bootstrap/ storage/`

Resources
=========

[](#resources)

These are a list of resources if you want to create a project like this or getting more knowledge on how to build your own framework in PHP.

- [PHP the right way](https://phptherightway.com/#code_style_guide)
- [PHP without frameworks](https://github.com/PatrickLouys/no-framework-tutorial)
- [SOLID](https://en.wikipedia.org/wiki/SOLID)

Feedback
========

[](#feedback)

Found a bug or have a suggestion? Please create a [new GitHub issue](https://github.com/masterfermin02/php-starter-kit/issues/new). We want your feedback!

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance51

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 93.7% 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 ~281 days

Total

2

Last Release

1886d ago

Major Versions

v1.0.0 → v2.0.02021-03-20

PHP version history (2 changes)v1.0.0PHP &gt;=7.0.0

v2.0.0PHP &gt;=8.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/17c416be607cbb47c55e76e115e3c35c3d74906ff422e808e4bba3be1dfb5cd6?d=identicon)[masterfermin02](/maintainers/masterfermin02)

---

Top Contributors

[![masterfermin02](https://avatars.githubusercontent.com/u/4625540?v=4)](https://github.com/masterfermin02 "masterfermin02 (59 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")

---

Tags

phpskeletonstarter-kitstarter-kitsphpblogstarterstarter-kitstart-kitstartupNo frameworksstartup-kit

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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