snooper7/php-composer-boilerplate

Boilerplate for PHP projects using Composer whit autoloader

v1.0.0 2024-05-06 16:26 UTC

This package is auto-updated.

Last update: 2024-09-06 17:09:15 UTC


README

Overview

The minimum required to work with PHP.

  • composer.
  • autoloader.
  • basic file structure.

Getting Started

Install all dependencies.

    composer install

Start build-in php server.

    php -S localhost:8000

And do some smart stuff!