Releases: ramsey/php-library-starter-kit
Releases · ramsey/php-library-starter-kit
1.0.1
1.0.0
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-directoryYou 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!