2017 © Pedro Peláez
 

library php-boilerplate

A boilerplate for new composer based PHP projects.

image

kreait/php-boilerplate

A boilerplate for new composer based PHP projects.

  • Friday, April 27, 2018
  • by jeromegamez
  • Repository
  • 3 Watchers
  • 10 Stars
  • 138 Installations
  • Makefile
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 9 Versions
  • 10 % Grown

The README.md

PHP Boilerplate

A boilerplate for new composer based PHP projects., (*1)

Getting started

# With composer
$ composer create-project kreait/php-boilerplate new-project

# With git
$ git clone git@github.com:kreait/php-boilerplate.git new-project && cd $_ && rm -rf .git && git init

Update composer.json

Replace the Namespaces in the autoload and autoload-dev sections with your project's namespaces and run composer dump-autoload., (*2)

(Optional) Update .gitattributes

Remove the comments in .gitattributes so that unneeded files for your package won't get included in your releases., (*3)

(Optional) Add composer.lock to the .gitignore file

If you're creating an application instead of a library, it is considered good practice to commit the composer.lock file together with the rest of the code., (*4)

Start coding! :smile:

The Versions

27/04 2018

dev-master

9999999-dev

A boilerplate for new composer based PHP projects.

  Sources   Download

MIT

The Requires

  • php ^7.2

 

The Development Requires

boilerplate skeleton

27/04 2018

3.0.1

3.0.1.0

A boilerplate for new composer based PHP projects.

  Sources   Download

MIT

The Requires

  • php ^7.2

 

The Development Requires

boilerplate skeleton

25/04 2018

3.0.0

3.0.0.0

A boilerplate for new composer based PHP projects.

  Sources   Download

MIT

The Requires

  • php ^7.2

 

The Development Requires

boilerplate skeleton

15/03 2017

2.0.0

2.0.0.0

A boilerplate for new composer based PHP projects.

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

boilerplate skeleton

03/08 2015

1.1.2

1.1.2.0

A boilerplate for new composer based PHP projects.

  Sources   Download

The Requires

  • php >=5.4

 

The Development Requires

boilerplate skeleton

29/04 2015

1.1.1

1.1.1.0

A boilerplate for new composer based PHP projects.

  Sources   Download

The Requires

  • php >=5.4

 

The Development Requires

boilerplate skeleton

29/04 2015

1.1

1.1.0.0

A boilerplate for new composer based PHP projects.

  Sources   Download

The Requires

  • php >=5.4

 

The Development Requires

boilerplate skeleton

26/04 2015

1.0.1

1.0.1.0

A boilerplate for new composer based PHP projects.

  Sources   Download

The Requires

  • php >=5.6

 

The Development Requires

boilerplate skeleton

26/04 2015

1.0

1.0.0.0

A boilerplate for new composer based PHP projects.

  Sources   Download

The Requires

  • php >=5.6

 

The Development Requires

boilerplate skeleton