PHPackages                             idsy/tools - 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. idsy/tools

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

idsy/tools
==========

Tools(Convert, Create, Email e Validade)

v1.0.5(1mo ago)0302MITPHPPHP &gt;=8.0

Since Mar 23Pushed 1mo agoCompare

[ Source](https://github.com/ericpereira-br/idsy-tools)[ Packagist](https://packagist.org/packages/idsy/tools)[ RSS](/packages/idsy-tools/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (8)Versions (8)Used By (2)

Idsy Tools

Biblioteca utilitária para PHP contendo helpers para:

🚀 Recursos

Convert – Manipulação e conversão de valores

Create – Geração de logs e utilidades

Email – Envio de e-mails via SMTP

Validate – Validação de CPF, CNPJ e outros dados

📦 Requisitos

PHP &gt;= 8.1

Composer

📦 Instalação

Via Composer:

composer require idsy/tools

🔧 Como usar 🔹 Convert (Métodos estáticos) use Idsy\\Tools\\Convert;

$valor = "CPF: 123.456.789-00";

$resultado = Convert::onlyNumber($valor);

echo $resultado; // Saída: 12345678900

🔹 Email (Instância) use Idsy\\Tools\\Email;

$mail = new Email();

// Configuração SMTP $mail-&gt;host = 'smtp.seudominio.com'; $mail-&gt;username = 'usuario'; $mail-&gt;password = 'senha'; $mail-&gt;port = 587; $mail-&gt;secure = 'tls';

// Remetente e destinatário $mail-&gt;from = ''; $mail-&gt;to = ''; $mail-&gt;subject = 'Título do e-mail'; $mail-&gt;message = 'Corpo do e-mail';

$mail-&gt;send(); 📁 Estrutura do Projeto src/ ├── Convert.php ├── Create.php ├── Email.php └── Validate.php

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance92

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity44

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

Total

7

Last Release

41d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6811338?v=4)[Eric Pereira](/maintainers/ericpereira)[@ericpereira](https://github.com/ericpereira)

---

Top Contributors

[![ericpereira-br](https://avatars.githubusercontent.com/u/87200958?v=4)](https://github.com/ericpereira-br "ericpereira-br (9 commits)")

### Embed Badge

![Health badge](/badges/idsy-tools/health.svg)

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

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[nativephp/mobile

NativePHP for Mobile

1.1k75.1k91](/packages/nativephp-mobile)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)[verbb/events

A full-featured plugin for event management and ticketing.

2311.9k](/packages/verbb-events)

PHPackages © 2026

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