PHPackages                             necromant2005/tt-provider - 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. necromant2005/tt-provider

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

necromant2005/tt-provider
=========================

List of traits for everyday usage

1.0.3(12y ago)021MITPHPPHP &gt;=5.4.0

Since Jul 22Pushed 12y ago1 watchersCompare

[ Source](https://github.com/necromant2005/tt-provider)[ Packagist](https://packagist.org/packages/necromant2005/tt-provider)[ Docs](https://github.com/necromant2005/tt-html)[ RSS](/packages/necromant2005-tt-provider/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (5)Used By (0)

TweeProvider
============

[](#tweeprovider)

Version 1.0.1 Created by Rostislav Mykhajliw

Introduction
------------

[](#introduction)

TweeProvider is a list of traits for base usecases

Features / Goals
----------------

[](#features--goals)

- Simple set/get/constructor/property traits

[![Build Status](https://camo.githubusercontent.com/46b11f102d1767808a2e82c2620149d4595fbfb0bdb7bc38b84bb5a540830b52/68747470733a2f2f7472617669732d63692e6f72672f6e6563726f6d616e74323030352f74742d70726f76696465722e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/necromant2005/tt-provider)

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

[](#installation)

### Main Setup

[](#main-setup)

#### With composer

[](#with-composer)

1. Add this to your composer.json:

```
"require": {
    "necromant2005/": "1.*",
}
```

2. Now tell composer to download TweeProvider by running the command:

```
$ php composer.phar update
```

#### Usage

[](#usage)

```
use TweeProvider\Data;
class Book
{
   use Data\PropertyTrait, Data\ConstructTrait, Data\SetterGetterTrait;
}

$book = new Book(array(
    'name' => 'Alice in Wonderland',
));
$book->author = 'Lewis Carroll';

echo $book->name; // Alice in Wonderland
echo $book->author; // Lewis Carroll
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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 ~0 days

Total

4

Last Release

4675d ago

### Community

Maintainers

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

---

Top Contributors

[![necromant2005](https://avatars.githubusercontent.com/u/159874?v=4)](https://github.com/necromant2005 "necromant2005 (10 commits)")

---

Tags

utilityconstructgettersettertraits

### Embed Badge

![Health badge](/badges/necromant2005-tt-provider/health.svg)

```
[![Health](https://phpackages.com/badges/necromant2005-tt-provider/health.svg)](https://phpackages.com/packages/necromant2005-tt-provider)
```

###  Alternatives

[usmanhalalit/get-set-go

Dynamic Setter-Getter for PHP 5.4+

1813.4k1](/packages/usmanhalalit-get-set-go)[antares/accessible

PHP library that allows you to define your class' getters, setters and constructor with docblock annotations.

123.9k1](/packages/antares-accessible)

PHPackages © 2026

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