PHPackages                             happy-monkey/ci-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. happy-monkey/ci-starter

ActiveProject

happy-monkey/ci-starter
=======================

1.1(3y ago)044PHPPHP &gt;=8.1CI failing

Since Apr 3Pushed 3y ago1 watchersCompare

[ Source](https://github.com/happy-monkey/ci-starter)[ Packagist](https://packagist.org/packages/happy-monkey/ci-starter)[ RSS](/packages/happy-monkey-ci-starter/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (6)Versions (23)Used By (0)

ci-starter
==========

[](#ci-starter)

Create a new project
--------------------

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

To create a new project from scratch, juste run following command :

```
composer create-project happy-monkey/ci-starter

```

Makefile commands
-----------------

[](#makefile-commands)

### Assets

[](#assets)

1. Run yarn install based on package.json. Packages will be downloaded in `/public/vendor` folder.

    ```
    make yarn

    ```
2. Run sass command to compile scss from `public/assets/scss` into compressed css in `public/assets/css` folder.

    ```
    make sass

    ```

### Composer commands

[](#composer-commands)

1. Install packages from composer.json.

    ```
    make composer-install

    ```
2. Update composer packages.

    ```
    make composer-update

    ```
3. Require a new package. The package name will be prompted after run command.

    ```
    make composer-require

    ```
4. Remove a package. The package name will be prompted after run command.

    ```
    make composer-remove

    ```
5. Display all package information.

    ```
    make composer-info

    ```

### Run project

[](#run-project)

1. Run this command the first time.

    ```
    make init

    ```

    > This will execute following steps :
    >
    >
    > - install yarn dependencies
    > - compile css
    > - build docker image
    > - run composer install
2. Start project

    ```
    make up

    ```

    > *App URL : *
    > *phpMyAdmin URL : *
    > *MailHog URL : *
3. Open shell in app container

    ```
    make exec

    ```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 96% 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 ~50 days

Recently: every ~136 days

Total

22

Last Release

1178d ago

PHP version history (3 changes)1.0PHP &gt;=7.2

1.0.19PHP &gt;=8.0

1.0.20PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/7c0525107389fa09c562f0e7a379750c81fd511471a8cafff643eb324c90b711?d=identicon)[happy-monkey](/maintainers/happy-monkey)

---

Top Contributors

[![comic0](https://avatars.githubusercontent.com/u/1249414?v=4)](https://github.com/comic0 "comic0 (24 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

### Embed Badge

![Health badge](/badges/happy-monkey-ci-starter/health.svg)

```
[![Health](https://phpackages.com/badges/happy-monkey-ci-starter/health.svg)](https://phpackages.com/packages/happy-monkey-ci-starter)
```

###  Alternatives

[vesp/core

Vesp core library to make backend simple

243.8k5](/packages/vesp-core)

PHPackages © 2026

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