PHPackages                             edmondscommerce/ec-bootstrap - 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. edmondscommerce/ec-bootstrap

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

edmondscommerce/ec-bootstrap
============================

A bootstrap for open source PHP development projects

07Shell

Since Jun 10Pushed 6y agoCompare

[ Source](https://github.com/edmondscommerce/ec-bootstrap)[ Packagist](https://packagist.org/packages/edmondscommerce/ec-bootstrap)[ RSS](/packages/edmondscommerce-ec-bootstrap/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

ec-bootstrap
============

[](#ec-bootstrap)

A bootstrap for open source PHP development projects.

How to use
----------

[](#how-to-use)

### Installation

[](#installation)

Create a new project using the bootstrap.

```
composer create-project edmondscommerce/ec-bootstrap --stability=dev --remove-vcs
```

Git init the new project, add remotes etc.

```
cd
git init
git add remote
```

### Github config and CI

[](#github-config-and-ci)

1. On git hub head over to the GitHub settings on your repo.
2. Head to the branches Tab to configure checks for a branch on your repo.
3. Give the branch name you want checks on, in this case it is `master`

    - Tick the "Require status checks to pass before merging" option.
    - Tick the "Require branches to be up to date before merging" option.
    - Tick the "Include administrators" option.
4. For the status checks to work you now need to log into the status checks sites to configure them to hook into these requests.

#### [Scrutinizer-CI](https://scrutinizer-ci.com/)

[](#scrutinizer-ci)

- Add a new repository with the "+ Add Repository" button.
- Fill the github repository - it will auto-fill if connected with your github.
- Select the language
- Do not tick option for the Tests/Coverage Label - We've added these ourselves.

#### After CI integrated

[](#after-ci-integrated)

Once the following steps have been set up it's time to test they work.

- Create a new branch on you're repo
- Make some edits - ie. fix test coverage
- Push new branch to remote
- Check the pull request link in the command line, when pushed.
    - If there isn't one then log into github and make a new one

You should now see before allowing you to merge the branch that the status checks are running and if failed will not allow you to merge.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7af407ceeb8622c9c164d386ef3e95cda4c94d141240348ac5703223bb499d0e?d=identicon)[edmondscommerce](/maintainers/edmondscommerce)

---

Top Contributors

[![edmondscommerce](https://avatars.githubusercontent.com/u/62842?v=4)](https://github.com/edmondscommerce "edmondscommerce (1 commits)")

### Embed Badge

![Health badge](/badges/edmondscommerce-ec-bootstrap/health.svg)

```
[![Health](https://phpackages.com/badges/edmondscommerce-ec-bootstrap/health.svg)](https://phpackages.com/packages/edmondscommerce-ec-bootstrap)
```

###  Alternatives

[spatie/icalendar-generator

Build calendars in the iCalendar format

6787.4M9](/packages/spatie-icalendar-generator)[zfr/hydrator

Zend Framework 3 prototype for a better hydrator component

1511.9k](/packages/zfr-hydrator)

PHPackages © 2026

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