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