PHPackages                             elison/talos - 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. elison/talos

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

elison/talos
============

Generate Laravel Requests related to the columns type of a table

06PHP

Since Oct 30Pushed 4y ago1 watchersCompare

[ Source](https://github.com/elisonkaloshi/talos)[ Packagist](https://packagist.org/packages/elison/talos)[ RSS](/packages/elison-talos/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

talos
=====

[](#talos)

A package that generates requests based on the columns types of a table.

Install on laravel project
--------------------------

[](#install-on-laravel-project)

`composer require elison/talos`

### Add the provider in the app.php

[](#add-the-provider-in-the-appphp)

`config/app.php`

`\Elison\Talos\TalosProvider::class,`

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

[](#requirements)

`laravel project`

`composer v2`

`doctrine/dbal`

Usage
-----

[](#usage)

`php artisan migrate` -&gt; create a table that comes by default with the package

`php artisan talos:generate-request table_name request_name` -&gt; command to generate request

Command example
---------------

[](#command-example)

`php artisan talos:generate-request examples TestRequest`

Example request that will be generated by the package
-----------------------------------------------------

[](#example-request-that-will-be-generated-by-the-package)

```
public function rules()
    {
        return [
            'created_at' => ['date','nullable'],
            'description' => ['string','nullable'],
            'title' => ['string','required'],
            'updated_at' => ['date','nullable'],
            'value' => ['integer','required'],
        ];
    }

```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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://www.gravatar.com/avatar/b36f3f231299977ba59cab56a7ec6ea8962f83db15f6015b9444bb81bdbfb0f7?d=identicon)[elisonkaloshi](/maintainers/elisonkaloshi)

---

Top Contributors

[![elisonatd](https://avatars.githubusercontent.com/u/135957496?v=4)](https://github.com/elisonatd "elisonatd (1 commits)")[![elisonkaloshi](https://avatars.githubusercontent.com/u/61796176?v=4)](https://github.com/elisonkaloshi "elisonkaloshi (1 commits)")

### Embed Badge

![Health badge](/badges/elison-talos/health.svg)

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

###  Alternatives

[brick/date-time

Date and time library

3623.3M61](/packages/brick-date-time)[voku/html-min

HTML Compressor and Minifier

1804.7M39](/packages/voku-html-min)[sanmai/pipeline

General-purpose collections pipeline

7424.5M21](/packages/sanmai-pipeline)[log1x/acf-phone-number

A real ACF phone number field.

12072.5k](/packages/log1x-acf-phone-number)

PHPackages © 2026

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