PHPackages                             thojou/php-library-skeleton - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. thojou/php-library-skeleton

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

thojou/php-library-skeleton
===========================

A skeleton for PHP libraries.

08PHP

Since Aug 27Pushed 2y ago1 watchersCompare

[ Source](https://github.com/thojou/php-library-skeleton)[ Packagist](https://packagist.org/packages/thojou/php-library-skeleton)[ RSS](/packages/thojou-php-library-skeleton/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP Library Skeleton
====================

[](#php-library-skeleton)

[![Static Badge](https://camo.githubusercontent.com/dd091876be639883d3ec7a5910e3a61fc9f952106be8483268cf06706590b008/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505f56657273696f6e2d253345253344382e312d626c7565)](https://camo.githubusercontent.com/dd091876be639883d3ec7a5910e3a61fc9f952106be8483268cf06706590b008/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505f56657273696f6e2d253345253344382e312d626c7565)[![CI](https://github.com/thojou/php-library-skeleton/actions/workflows/ci.yml/badge.svg)](https://github.com/thojou/php-library-skeleton/actions/workflows/ci.yml)[![Coverage](https://camo.githubusercontent.com/0c967d746eb7f4fe28065a3b94d23faa207cd6f4a968535b20fce0310a87cf89/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f7665726167652d3130302532352d677265656e)](https://camo.githubusercontent.com/0c967d746eb7f4fe28065a3b94d23faa207cd6f4a968535b20fce0310a87cf89/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f7665726167652d3130302532352d677265656e)[![License](https://camo.githubusercontent.com/71b7d877e244aa679d5c7b3a17473720d71ce53fdbd8e9164f5019b0c52e7d85/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f74686f6a6f752f7068702d6c6962726172792d736b656c65746f6e)](./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
------------

[](#requirements)

- PHP version &gt;= 8.1

Installation
------------

[](#installation)

You can effortlessly install the **PHP Library Skeleton** using the popular package manager [composer](https://getcomposer.org/).

```
composer require thojou/php-library-skeleton
```

Usage
-----

[](#usage)

> Add usage instructions here

```
