Movies Repo

PHP Composer

This project is a proof of concept in vanilla PHP how to structure a project. The lib folder is all the library logic and the src is the entry point.

Insipired by Laravel.

Note this project uses zero dependecies by design because it's showing off naive and simplme implementations for concepts used by big frameworks.

Commands

Composer is used for scripts in this project.

composer test     # runs the test for the project
composer coverage # code coverage reports

Technology

  • PHP 7.3.10
  • Composer 1.8.6
  • GitHub
  • GitHub Actions (CIs)