PHPackages                             fernandothedev/setup-php - 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. fernandothedev/setup-php

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

fernandothedev/setup-php
========================

Leitor de .setup em php

1.0.0(2y ago)126MITPHP

Since Jan 12Pushed 2y ago1 watchersCompare

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

READMEChangelog (4)Dependencies (1)Versions (2)Used By (0)

Parser de .setup em PHP
=======================

[](#parser-de-setup-em-php)

Como usar?
----------

[](#como-usar)

1. Carregue a classe:

```
use Fernando\Setup\Parser;

require_once(__DIR__ . '/../vendor/autoload.php');
```

2. Inicie a classe e carregue as variáveis:

```
$setup = new Parser();
$setup->run(__DIR__);
```

3. Exemplo de uso (contém tipagem):

```
// Exemplo de uso
echo $_SETUP['DEV'];
```

Instalação
----------

[](#instalação)

### Como e onde instalar o parser:

[](#como-e-onde-instalar-o-parser)

- Usando Composer:

```
composer require fernandothedev/setup-php
```

- Clonando o repositório Git:

```
git clone https://github.com/fernandothedev/setup-php
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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

Unknown

Total

1

Last Release

857d ago

### Community

Maintainers

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

---

Top Contributors

[![FernandoTheDev](https://avatars.githubusercontent.com/u/133247564?v=4)](https://github.com/FernandoTheDev "FernandoTheDev (6 commits)")

### Embed Badge

![Health badge](/badges/fernandothedev-setup-php/health.svg)

```
[![Health](https://phpackages.com/badges/fernandothedev-setup-php/health.svg)](https://phpackages.com/packages/fernandothedev-setup-php)
```

###  Alternatives

[google/cloud-core

Google Cloud PHP shared dependency, providing functionality useful to all components.

343121.4M79](/packages/google-cloud-core)[uspdev/replicado

Classes PHP que consome dados do Replicado USP

136.2k7](/packages/uspdev-replicado)

PHPackages © 2026

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