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

ActiveTemplate[Framework](/categories/framework)

trulyao/php-starter
===================

A PHP starter project

2.0.1(3y ago)113MITPHP

Since Aug 19Pushed 3y ago1 watchersCompare

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

READMEChangelog (5)Dependencies (2)Versions (6)Used By (0)

PHP Starter
===========

[](#php-starter)

This is a PHP starter project. It allows you to quickly set up a dockerized PHP project loaded with the bare minimum you need. It also includes a good routing package suitable for APIs and static sites; the `.htaccess` file has been written to match this. It has also been tested in production on Render (using docker) and Heroku (using the Heroku PHP buildpack with Apache2).

Create a new project
====================

[](#create-a-new-project)

```
composer create-project trulyao/php-starter hello-world
```

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

[](#requirements)

- PHP 7.1+
- Docker and Docker Compose

Includes
--------

[](#includes)

- [Apache2](https://www.apache.org/)
- [PHP](https://www.php.net/)
- [Composer](https://getcomposer.org/)
- [PHPMyAdmin](https://www.phpmyadmin.net/)
- [MySQL](https://www.mysql.com/)
- [PHPRouter](https://phprouter.herokuapp.com/)

Setup
-----

[](#setup)

Run the following command to run it in detached mode:

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

To force-rebuild the images, use the included `Setup.sh` script.

You can also edit the `api.conf` file to change your Apache configuration. The installed router depends on your `.htaccess` file, be careful with that. Some headers will not come through depending on your Apache configuration, you would need to enable them in your configuration file.

Access
------

[](#access)

- Web (API or Application): `http://localhost:8085`
- PHPMyAdmin: `http://localhost:8085/v1/phpmyadmin` or directly `http://localhost:2083/`
- MySQL is on port 3307 outside the container and can be accessed directly using TablePlus, MySQL WorkBench etc

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

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

Total

5

Last Release

1294d ago

Major Versions

1.0.2 → 2.0.02022-09-22

### Community

Maintainers

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

---

Tags

boilerplate-templatecomposerphp

### Embed Badge

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

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[doppar/framework

The Doppar Framework

366.7k8](/packages/doppar-framework)[lion/bundle

Lion-framework configuration and initialization package

122.2k1](/packages/lion-bundle)

PHPackages © 2026

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