Skip to content

milan-miscevic/php-skeleton

Repository files navigation

php-skeleton

Software License PDS Skeleton

GitHub Build Quality Gate Status Type Coverage Mutation testing badge

This repository provides a starting point for other PHP projects.

Installation

  1. Create a new project based on this GitHub template.
  2. Clone the project.
  3. Update the composer.json data:
    • name
    • description
    • type (in library)
    • keywords
    • require.php (in project)
    • autoload.psr-4 (the project namespace)
    • autoload-dev.psr-4 (the project namespace)
  4. Remove unnecessary folders.
  5. Search for the @todo tag and make changes.
  6. Update the README.md file.
  7. Make other needed adjustments.
  8. Commit & push.
  9. Continue work on the new project.

Usage

For available commands check Makefile.