PHPackages                             kzykhys/composer-project-skeleton - 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. kzykhys/composer-project-skeleton

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

kzykhys/composer-project-skeleton
=================================

Project Skeleton (Please update this file!)

v1.1.0(12y ago)280PHP &gt;=5.3.2

Since Dec 11Pushed 12y ago1 watchersCompare

[ Source](https://github.com/kzykhys/composer-project-skeleton)[ Packagist](https://packagist.org/packages/kzykhys/composer-project-skeleton)[ RSS](/packages/kzykhys-composer-project-skeleton/feed)WikiDiscussions master Synced today

READMEChangelog (2)DependenciesVersions (3)Used By (0)

My Project Skeleton (@kzykhys)
==============================

[](#my-project-skeleton-kzykhys)

[![Latest Stable Version](https://camo.githubusercontent.com/5d51a712d7049e88ea9221da69e4d36f94679a7588c9208f99adb062617de105/68747470733a2f2f706f7365722e707567782e6f72672f6b7a796b6879732f636f6d706f7365722d70726f6a6563742d736b656c65746f6e2f762f737461626c652e706e67)](https://packagist.org/packages/kzykhys/composer-project-skeleton)

- PHPUnit ([See phpunit.xml.dist](phpunit.xml.dist))
- Travis CI ([See .travis.yml](.travis.yml))
    - Coveralls
    - SensioLabs Security Checker

Usage
-----

[](#usage)

### 1) Create a project

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

```
composer create-project -s stable kzykhys/composer-project-skeleton PROJECT_DIR
cd PROJECT_DIR

```

### 2) Update composer.json

[](#2-update-composerjson)

Please update `name`, `description`, `require`...

```
{
    "name": "",
    "description": "",
    "minimum-stability": "stable",
    "require": {
        "php": ">=5.3.2"
    },
    "autoload": {
        "psr-0": {
            "": "src"
        }
    }
}
```

### 3) Update README.md (This file)

[](#3-update-readmemd-this-file)

Write your project's readme.

### 4) Remove `.gitkeep` (optional)

[](#4-remove-gitkeep-optional)

```
rm src/.gitkeep test/.gitkeep

```

### 5) Init a git repository

[](#5-init-a-git-repository)

```
git init .
git commit -a -m 'Initial commit'

```

### 6) Push your commits to Github

[](#6-push-your-commits-to-github)

```
git remote add origin git@github.com:username/repository.git
git push -u origin master

```

### 7) Travis CI and Coveralls

[](#7-travis-ci-and-coveralls)

Activate your repo on [Travis CI](https://travis-ci.org/) and [Coveralls](https://coveralls.io/).

### 8) Packagist

[](#8-packagist)

Register your repo on [Packagist](https://packagist.org/). You can generate a badge on [Badge Poser](https://poser.pugx.org/).

### 9) Service Hooks

[](#9-service-hooks)

Don't forget to activate service hooks.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

4535d ago

### Community

Maintainers

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

---

Top Contributors

[![kzykhys](https://avatars.githubusercontent.com/u/1751547?v=4)](https://github.com/kzykhys "kzykhys (3 commits)")

### Embed Badge

![Health badge](/badges/kzykhys-composer-project-skeleton/health.svg)

```
[![Health](https://phpackages.com/badges/kzykhys-composer-project-skeleton/health.svg)](https://phpackages.com/packages/kzykhys-composer-project-skeleton)
```

###  Alternatives

[imliam/laravel-env-set-command

Set a .env file variable from the command line

118357.6k10](/packages/imliam-laravel-env-set-command)[dyusha/laravel-html-editor

Laravel package that allows inline editing of HTML blocks

241.2k](/packages/dyusha-laravel-html-editor)

PHPackages © 2026

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