2017 © Pedro Peláez
 

library composer-project-skeleton

Project Skeleton (Please update this file!)

image

kzykhys/composer-project-skeleton

Project Skeleton (Please update this file!)

  • Wednesday, January 29, 2014
  • by kzykhys
  • Repository
  • 2 Watchers
  • 2 Stars
  • 69 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

My Project Skeleton (@kzykhys)

Latest Stable Version, (*1)

Usage

1) Create a project

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

2) Update composer.json

Please update name, description, require..., (*2)

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


### 3) Update README.md (This file) Write your project's readme. ### 4) Remove `.gitkeep` (optional)

rm src/.gitkeep test/.gitkeep, (*4)


### 5) Init a git repository

git init . git commit -a -m 'Initial commit', (*5)


### 6) Push your commits to Github

git remote add origin git@github.com:username/repository.git git push -u origin master ```, (*6)

7) Travis CI and Coveralls

Activate your repo on Travis CI and Coveralls., (*7)

8) Packagist

Register your repo on Packagist. You can generate a badge on Badge Poser., (*8)

9) Service Hooks

Don't forget to activate service hooks., (*9)

The Versions

29/01 2014

dev-master

9999999-dev

Project Skeleton (Please update this file!)

  Sources   Download

The Requires

  • php >=5.3.2

 

29/01 2014

v1.1.0

1.1.0.0

Project Skeleton (Please update this file!)

  Sources   Download

The Requires

  • php >=5.3.2

 

11/12 2013

v1.0.0

1.0.0.0

Project Skeleton (Please update this file!)

  Sources   Download

The Requires

  • php >=5.3.2