PHPackages                             lanigirodrolsoahc/utilitools - 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. lanigirodrolsoahc/utilitools

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

lanigirodrolsoahc/utilitools
============================

common tools for quick builds and patches

v1.2.3(3w ago)018↓61.5%MITPHP

Since Mar 17Pushed 1w ago1 watchersCompare

[ Source](https://github.com/lanigirodrolsoahc/utilitools)[ Packagist](https://packagist.org/packages/lanigirodrolsoahc/utilitools)[ RSS](/packages/lanigirodrolsoahc-utilitools/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (8)Versions (14)Used By (0)

Utilit00ls
==========

[](#utilit00ls)

Common tools for quick PHP development – lightweight helpers, database utilities, JS helpers, and more.

[![Latest](https://camo.githubusercontent.com/d0515e8373e457deda74f5b2b5701271b46c4edf9079677b86ca1dcc858577f7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c616e696769726f64726f6c736f6168632f7574696c69746f6f6c732e737667)](https://packagist.org/packages/lanigirodrolsoahc/utilitools)[![Downloads](https://camo.githubusercontent.com/88a96ff1a830a15365c4307bc8cab5373022cf3ae9265125fbfb1c593698e258/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c616e696769726f64726f6c736f6168632f7574696c69746f6f6c732e737667)](https://packagist.org/packages/lanigirodrolsoahc/utilitools)

PHP Compatibility
-----------------

[](#php-compatibility)

[![PHP 7.4.32](https://camo.githubusercontent.com/3649d7eb201394f76f2b5b37530be25237e99b777ed3b8e39b0a3cef2843f2cc/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d372e342e33322d383839324246)](https://www.php.net/releases/7_4_32.php)[![PHP 8.2.13](https://camo.githubusercontent.com/14805439743ac40bb202cbbd360293338767f1740d28ae98a160f3544383d2e7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d382e322e31332d344635423933)](https://www.php.net/releases/8_2_13.php)

Installation
------------

[](#installation)

```
composer require lanigirodrolsoahc/utilitools
```

Structure
---------

[](#structure)

```
utilit00ls
├── documentation/
│   └── visual.mermaid.md
├── src/
│   ├── interface/
│   │   ├── locale/
|   |   |   └──French.class.php
│   │   └── Locale.interface.php
│   ├── js/
│   │   ├── Helper.class.js
│   │   ├── Loader.class.js
│   │   └── Tooltip.class.js
│   ├── system/
│   │   ├── Database.class.php
│   │   ├── Sql.class.php
│   │   └── System.class.php
│   ├── t00ls/
│   │   ├── Crap.class.php
│   │   ├── Debug.class.php
│   │   ├── Includer.class.php
│   │   ├── Krypto.class.php
│   │   ├── Mailer.class.php
│   │   ├── MonthlyMarkDown.class.php
│   │   ├── Std.class.php
│   │   └── WorkingDays.class.php
│   ├── trait/
│   │   ├── Databased.trait.php
│   │   ├── Dates.trait.php
│   │   ├── Errors.trait.php
│   │   ├── Instanced.trait.php
│   │   └── VirtualObject.trait.php
│   └── view/
|       ├── style/
|       |   └──Periods.style.css
│       |── HtmlGenerator.class.php
│       └── Period.class.php
├── tests/
│   ├── dates.Test.php
│   ├── DummyKrypto.class.php
│   ├── DummyVO.class.php
│   ├── krypto.Test.php
│   ├── markdown.Test.php
│   ├── MockMarkDown.class.php
│   ├── period.Test.php
│   ├── std.Test.php
│   ├── system.Test.php
│   └── vo.Test.php
├── .gitattributes
├── .gitignore
├── autoload.php
├── composer.json
├── LICENSE
├── phpunit.xml
└── README.md
```

Usage
-----

[](#usage)

```
require dirname(__FILE__).'/vendor/autoload.php';

use Utilitools\Std;

Std::__new();
```

Test
----

[](#test)

```
php ./vendor/bin/phpunit vendor/lanigirodrolsoahc/utilitools/tests --testdox
```

License
-------

[](#license)

MIT License

Copyright (c) lanigirodrolsoahc

See the [LICENSE](LICENSE) file for details.

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance97

Actively maintained with recent releases

Popularity8

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

Every ~6 days

Recently: every ~15 days

Total

13

Last Release

24d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/50880b68b3613fad9ad5a1427707f2a7821b9f00286ba4f825060dca1cf0e29d?d=identicon)[drolsoahc](/maintainers/drolsoahc)

---

Top Contributors

[![lanigirodrolsoahc](https://avatars.githubusercontent.com/u/138449424?v=4)](https://github.com/lanigirodrolsoahc "lanigirodrolsoahc (20 commits)")

### Embed Badge

![Health badge](/badges/lanigirodrolsoahc-utilitools/health.svg)

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

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)

PHPackages © 2026

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