xoubaman/php-skeleton

DogeDogeDogeDogeDoge

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/xoubaman/php-skeleton

0.1.0 2020-05-16 14:57 UTC

This package is auto-updated.

Last update: 2025-10-27 13:48:42 UTC


README

A PHP thin skeleton to just have basic tools quickly for prototypes, tests, whatever.

The project includes:

  • PhpUnit as dev dependency.
  • Phpstan as dev dependency.
  • Composer scripts to run tests and code analysis tools. Check the scripts element in composer.json.
  • A src folder for production code and a test folder for tests, with the namespaces defined in composer.json

Usage

Much explain:

composer create-project xoubaman/php-skeleton project-name

Go to composer.json and search the string doge. Replace with custom text as desired.

Run composer install.