ug-php/php-template

The skeleton application for php project without framework.

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/ug-php/php-template

v1.0.0 2024-06-12 11:59 UTC

This package is not auto-updated.

Last update: 2025-10-16 16:43:36 UTC


README

This project permit to start the new php project.

Pre-requisites

  • PHP >=8.3
  • Composer
  • Make (unix utilities to execute make commands)

Installation

You can install by executing:

composer create-project ug-php/php-template <project-name>
cd <project-name>
make install

Tests

You can run tests by executing:

make tests

Coding quality

You can run coding quality by executing:

make check-code-quality

Project structure

You can know more about the src/Shared structure regarding the https://github.com/ug-libraries/clean-architecture-core-php