PHPackages                             speedyspec/speedyspec-support - 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. speedyspec/speedyspec-support

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

speedyspec/speedyspec-support
=============================

Common Classes used by SpeedySpec Packages

1.0.1(5mo ago)00BSD-3-ClausePHPPHP &gt;=8.4CI passing

Since Jan 16Pushed 5mo agoCompare

[ Source](https://github.com/SpeedySpec/speedyspec-support)[ Packagist](https://packagist.org/packages/speedyspec/speedyspec-support)[ RSS](/packages/speedyspec-speedyspec-support/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (1)Versions (4)Used By (0)

speedyspec-support
==================

[](#speedyspec-support)

SpeedySpec Package Support - Common Classes used by SpeedySpec Packages

Documentation
=============

[](#documentation)

Attributes
----------

[](#attributes)

### InPackageVersion

[](#inpackageversion)

Attribute for specifying when the code was added to the package.

```
use SpeedySpec\Support\Attributes\InPackageVersion;

#[InPackageVersion('1.0.0')]
class MyClass
{
    #[InPackageVersion('1.0.0')]
    public function myMethod()
    {
    }
}
```

You may also specify multiple versions and the package name. This should be lowercase so that it is consistent with the package name.

```
#[InPackageVersion('1.0.0', 'speedyspec/speedyspec-support')]
class MyClass
{
    #[InPackageVersion('1.0.0', 'speedyspec/speedyspec-support')]
    #[InPackageVersion('2.0.0', 'speedyspec/speedyspec-support')]
    public function myMethod()
    {
    }
}
```

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance70

Regular maintenance activity

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

168d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/314942?v=4)[Jacob Santos](/maintainers/jacobsantos)[@jacobsantos](https://github.com/jacobsantos)

---

Top Contributors

[![jacobsantos](https://avatars.githubusercontent.com/u/314942?v=4)](https://github.com/jacobsantos "jacobsantos (2 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/speedyspec-speedyspec-support/health.svg)

```
[![Health](https://phpackages.com/badges/speedyspec-speedyspec-support/health.svg)](https://phpackages.com/packages/speedyspec-speedyspec-support)
```

###  Alternatives

[eiriksm/site-schema

Allows you to get the complete picture of a site schema, to use for CI for example

121.5M](/packages/eiriksm-site-schema)

PHPackages © 2026

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