PHPackages                             me42th/coddle - 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. me42th/coddle

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

me42th/coddle
=============

v1.0.1(2y ago)124PHPPHP ^8.0

Since Mar 16Pushed 2y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (6)Versions (3)Used By (0)

Coddle
======

[](#coddle)

### Framework para micro aplicações cli feitas com PHP

[](#framework-para-micro-aplicações-cli-feitas-com-php)

**Para criar um comando:**

```
php coddle generate brotas

```

**Para testar o comando criado:**

```
php coddle brotas -t

```

**Para executar o comando criado:**

```
php coddle brotas

```

**Regras de negócio:**

- A função action na trait é onde deve estar o seu código

**Configurar atributos ou opções:**

- Dentro do arquivo command que foi gerado, configure os arrays **args** e **options**:

```
$args = [
  '?optional_arg:The arg of the user',
  '*required_arg:The arg of the user'
];
static $options =[
  '-none_value_option:just a flag',
  '?not_required_value_option:maybe something',
  '*required_value_option:needs a value'
];

```

- \* obrigatório
- ? opcional
- - flag vazia, apenas para option

O coddle vem com o laradump instalado, mas para ter acesso a ferramenta é preciso instalar o client:

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Total

2

Last Release

784d ago

### Community

Maintainers

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

---

Top Contributors

[![me42th](https://avatars.githubusercontent.com/u/26856017?v=4)](https://github.com/me42th "me42th (2 commits)")

### Embed Badge

![Health badge](/badges/me42th-coddle/health.svg)

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

###  Alternatives

[livewire/flux

The official UI component library for Livewire.

9385.0M85](/packages/livewire-flux)[akaunting/laravel-money

Currency formatting and conversion package for Laravel

7825.3M18](/packages/akaunting-laravel-money)[cognesy/instructor-php

The complete AI toolkit for PHP: unified LLM API, structured outputs, agents, and coding agent control

310107.9k1](/packages/cognesy-instructor-php)[glhd/conveyor-belt

14797.0k](/packages/glhd-conveyor-belt)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[php-soap/wsdl

Deals with WSDLs

173.5M12](/packages/php-soap-wsdl)

PHPackages © 2026

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