PHPackages                             remarkablemark/composer-template - 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. remarkablemark/composer-template

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

remarkablemark/composer-template
================================

Composer template

10PHPCI passing

Since Jun 18Pushed 2w agoCompare

[ Source](https://github.com/remarkablemark/composer-template)[ Packagist](https://packagist.org/packages/remarkablemark/composer-template)[ RSS](/packages/remarkablemark-composer-template/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

composer-template
=================

[](#composer-template)

[![packagist](https://camo.githubusercontent.com/f67b88c33217d0323ec160d01c0b1d730b7e7152401a147440f60839eaea03dc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f72656d61726b61626c656d61726b2f636f6d706f7365722d74656d706c617465)](https://packagist.org/packages/remarkablemark/composer-template)[![test](https://github.com/remarkablemark/composer-template/actions/workflows/test.yml/badge.svg)](https://github.com/remarkablemark/composer-template/actions/workflows/test.yml)

Composer package template

Requirements
------------

[](#requirements)

PHP &gt;=7

Install
-------

[](#install)

Install with [Composer](http://getcomposer.org/):

```
composer require remarkablemark/composer-template
```

Usage
-----

[](#usage)

Autoload:

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

Use namespace:

```
use Remarkablemark\ComposerTemplate\ClassExample;

$example = new ClassExample();
echo $example->say(); // 'Hello, world!'
```

Or instantiate class:

```
$example = new \Remarkablemark\ComposerTemplate\ClassExample();
echo $example->say('Mark'); // 'Hello, Mark!'
```

License
-------

[](#license)

[MIT](LICENSE)

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance63

Regular maintenance activity

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity14

Early-stage or recently created project

 Bus Factor1

Top contributor holds 54.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10594555?v=4)[Mark](/maintainers/remarkablemark)[@remarkablemark](https://github.com/remarkablemark)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (39 commits)")[![remarkablemark](https://avatars.githubusercontent.com/u/10594555?v=4)](https://github.com/remarkablemark "remarkablemark (32 commits)")

---

Tags

composerpackagephptemplate

### Embed Badge

![Health badge](/badges/remarkablemark-composer-template/health.svg)

```
[![Health](https://phpackages.com/badges/remarkablemark-composer-template/health.svg)](https://phpackages.com/packages/remarkablemark-composer-template)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
