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

Abandoned → [illuminate/support](/?search=illuminate%2Fsupport)ArchivedLibrary[Utility &amp; Helpers](/categories/utility)

tekton/support
==============

The support project is a collection of utility functions and classes/traits that can be reused in other projects.

3.0.0(7y ago)015717MITPHPPHP &gt;=7.0.0

Since Mar 21Pushed 7y ago1 watchersCompare

[ Source](https://github.com/tekton-php/support)[ Packagist](https://packagist.org/packages/tekton/support)[ Docs](https://github.com/tekton-php/support)[ RSS](/packages/tekton-support/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (2)DependenciesVersions (7)Used By (17)

Tekton Support
==============

[](#tekton-support)

The support project is a collection of utility functions and classes/traits that can be reused in other projects. It includes a couple of helper functions and classes that simplifies data manipulation and management.

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

[](#installation)

```
composer require tekton/support
```

Usage
-----

[](#usage)

By default the project also includes a select set of utilities from `illuminate/support` without pulling in all of the Laravel specific code. The version included is currently 5.4 (Collection, Fluent, helpers, etc.) and it's only included if it's not loaded from elsewhere. So the version can easily be overridden by depending on a specific version in your own project.

If you'd rather not load any of the Illuminate components you can set the constant `TEKTON_ILLUMINATE` to false before including the autoload file.

```
define('TEKTON_ILLUMINATE', false);

require "vendor/autoload.php";
```

License
-------

[](#license)

MIT

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

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

Every ~121 days

Recently: every ~151 days

Total

6

Last Release

2782d ago

Major Versions

1.0.1 → 2.0.02018-06-18

2.1.1 → 3.0.02018-11-17

### Community

Maintainers

![](https://www.gravatar.com/avatar/bc4837ce5eb1f32142e8aefef1d53e10ae638fcff864e1c7c67c1e5b2b496e85?d=identicon)[nsrosenqvist](/maintainers/nsrosenqvist)

---

Top Contributors

[![nsrosenqvist](https://avatars.githubusercontent.com/u/1303475?v=4)](https://github.com/nsrosenqvist "nsrosenqvist (8 commits)")

### Embed Badge

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

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

###  Alternatives

[sixlive/dotenv-editor

A tool to edit phpdotenv files

741.6M12](/packages/sixlive-dotenv-editor)[arius/number-formatter

Extended PHP NumberFormatter class.

1410.3k](/packages/arius-number-formatter)

PHPackages © 2026

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