thojou/php-library-skeleton

A skeleton for PHP libraries.

Maintainers

Package info

github.com/thojou/php-library-skeleton

pkg:composer/thojou/php-library-skeleton

Statistics

Installs: 8

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2023-08-27 11:56 UTC

This package is auto-updated.

Last update: 2026-02-27 17:07:46 UTC


README

Static Badge CI Coverage License

The PHP Library Skeleton is template library for PHP projects. It provides a basic structure for PHP libraries, including a CI pipeline, code coverage, and static analysis.

Requirements

  • PHP version >= 8.1

Installation

You can effortlessly install the PHP Library Skeleton using the popular package manager composer.

composer require thojou/php-library-skeleton

Usage

Add usage instructions here

<?php

require_once __DIR__ . '/vendor/autoload.php';

// Add code here

For more practical examples, please refer to the examples folder.

Limitations

Add limitations here

Documentation

Add documentation here

License

This project is licensed under the generous and permissive MIT license.