PHPackages                             sdotb/tad-core - 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. [Framework](/categories/framework)
4. /
5. sdotb/tad-core

ActiveLibrary[Framework](/categories/framework)

sdotb/tad-core
==============

TAD backend implementation

v0.6.3(6y ago)0161AGPL-3.0-or-laterPHPPHP ^7.4

Since Aug 14Pushed 6y agoCompare

[ Source](https://github.com/sdotb/tad-core)[ Packagist](https://packagist.org/packages/sdotb/tad-core)[ RSS](/packages/sdotb-tad-core/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (5)Dependencies (1)Versions (13)Used By (1)

tad-core
========

[](#tad-core)

TAD backend implementation

Documentation
-------------

[](#documentation)

TAD deve avere una proprietà che definisce se è lavorabile o meno e un metodo che controlla questa proprietà (set o get in fase di parsing)

Quando lo istanzio se ho tutti i dati che mi aspetto setto workable true Posso settare i parametri che mi servono anche successivamente, ovvero dopo aver creato istanza, ma ad ogni inserimento verifico e se non ho tutte le cose apposto non metto workable per eseguire il runner che chiama mood o fa altro per gestire il singolo tad prima verifica che il tad sia workable, altrimenti restituisce errori (missing etc etc)

van verificati i missing e i wrong: Replica req i su res i, non gli interessa cosa sia, al max controllo nella collection se assegnare un valore o meno a i nel caso non sia arrivata da client

t non può essere missing, a non può essere missing t deve essere valorizzato: una stringa non vuota, a deve essere valorizzato: una stringa non vuota

funzione che controlla se req t e req a sono valorizzate, se si è workable, altrimenti no

### TAD Structure

[](#tad-structure)

- workable
- req
    - i
    - t
    - a
    - d
- res
    - i
    - t
    - a
    - d

il tadmanager.worker quando lavora un tad:

```
controlla se workable
se non workable
    res i = req i
    se req t missing valorizza res t missing
    se req a missing valorizza res a missing
    res d non viene valorizzato (unset)
se workable
    imposta res i = req i
    verifica type e se errore (non previsto / non permesso) imposta res t e workable false
    verifica action e se errore (non previsto / non permesso) imposta res a e workable false
    lo lavora (tramite worker: mood o altro) e imposta res d

```

in fase di istanza, ovvero quando il tadmanager istanzia un nuovo tad da pushare nella tadcollection il tad si popola con un array \[ itad \] oppure possono essere richiamati i metodi specifici delle singole proprietà.

miotad = new TAD($data)

miotad-&gt;setT(t) miotad-&gt;setA(a) miotad-&gt;setD(d)

i metodi set e construct alla fine chiameranno un metodo checkWorkable che solo se tutto è in ordine imposta workable su true

### TODO

[](#todo)

- TADManager: check and parse correct array input (types and actions). Sanitize
- change names to ay\_actions and ay\_types and also methods names to setTypesResolver and setActionsResolver accordingly with abTADWorker
- TAD: generate random i if not passed, TADCollection: generate random id
- implement TADManager formatter to export collection as php array, php object, php serialized or json string
- implement HMAC check

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

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

Total

12

Last Release

2215d ago

PHP version history (4 changes)v0.1.0PHP &gt;=7.1.0

v0.3.0PHP ^7.1

0.4.0PHP ^7.3

v0.6.2PHP ^7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/0cb474e6f29a69dcd68101cbf2abc8da9905d02f968a2f24a25725bef9db98ca?d=identicon)[sdotb](/maintainers/sdotb)

---

Top Contributors

[![sdotb](https://avatars.githubusercontent.com/u/26714444?v=4)](https://github.com/sdotb "sdotb (22 commits)")

### Embed Badge

![Health badge](/badges/sdotb-tad-core/health.svg)

```
[![Health](https://phpackages.com/badges/sdotb-tad-core/health.svg)](https://phpackages.com/packages/sdotb-tad-core)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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