Skip to content

Releases: ramsey/php-library-starter-kit

1.0.1

03 Jan 05:37
1.0.1
787dc76

Choose a tag to compare

Fixed

  • Fixed a problem where using composer create-project was not properly creating a project from the 1.0.0 release because the .gitattributes file was too liberal, failing to include important skeleton files in the release zip bundle.

1.0.0

03 Jan 05:36
1.0.0
0ccb6d5

Choose a tag to compare

Added

This is the initial release of ramsey/php-library-skeleton, with the ability to quickly generate a PHP library including all the starting files that I (@ramsey) prefer to have in my projects. Future versions of this project may expand on this and allow for more generic options.

To create the starting point for a PHP library using this project, run the following:

composer create-project ramsey/php-library-skeleton target-directory

You will be walked through a series of questions, and your PHP library source files will be located in target-directory, when completed. Change to that directory, git init, and off you go!