/composer-skeleton

A boilerplate codebase to get a composer package going quickly.

MIT LicenseMIT

Composer Skeleton

A boilerplate codebase to get a composer package going quickly.

  1. Clone this project: git clone <remote-url>
  2. Delete the .git directory: rm -r .git
  3. Add the new remote git project: git remote add origin <remote-url>
  4. Modify the composer file.
  5. Install dependencies: composer update
  6. Change the license if needed.
  7. Have at it!