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.8(4w ago)0482MITPHPPHP &gt;=8.0

Since Mar 23Pushed 4w agoCompare

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

READMEChangelogDependencies (12)Versions (11)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

42

—

FairBetter than 88% of packages

Maintenance94

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity46

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

Recently: every ~26 days

Total

10

Last Release

28d 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 (12 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

[leantime/leantime

Open source project management system for non-project managers. Simple like Trello, powerful like Jira. Built with neurodiversity in mind.

11.3k4.0k](/packages/leantime-leantime)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k39.6k](/packages/matomo-matomo)[nativephp/mobile

NativePHP for Mobile

1.1k102.1k146](/packages/nativephp-mobile)[chameleon-system/chameleon-base

The Chameleon System core.

1029.4k6](/packages/chameleon-system-chameleon-base)[verbb/events

A full-featured plugin for event management and ticketing.

2312.1k](/packages/verbb-events)

PHPackages © 2026

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