This repository contains a pre-configured skeleton to make starting a new library from the ground up a little easier.
- Download Composer or update
composer selfupdate
. - Run
composer create-project --prefer-dist sdustinh/php-libskel [lib_name]
.
This repository contains a pre-configured skeleton to make starting a new library from the ground up a little easier.
composer selfupdate
.composer create-project --prefer-dist sdustinh/php-libskel [lib_name]
.