PHPackages                             cybtow/utils - 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. cybtow/utils

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

cybtow/utils
============

Library of several utilities for PHP applications

0.1.2(9y ago)012MITPHPPHP &gt;=5.3

Since Oct 12Pushed 9y agoCompare

[ Source](https://github.com/cybtow/utils)[ Packagist](https://packagist.org/packages/cybtow/utils)[ RSS](/packages/cybtow-utils/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

Utils
=====

[](#utils)

Library of several utilities for PHP applications.

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

[](#installation)

```
composer require cybtow/utils "^0.1"

```

CtrlTime library
----------------

[](#ctrltime-library)

```
use Cybtow\Utils\CtrlTime;

$CtrlTime = new CtrlTime();
$CtrlTime->start();
// code here
echo $CtrlTime->time(); //show time between here and start.
```

FileSystem library
------------------

[](#filesystem-library)

- mkdir: Create a directory.
- rrmdir: Delete a tree directory recursively.

GMTDateTime library
-------------------

[](#gmtdatetime-library)

This class extends from PHP \\DateTime.

Less library
------------

[](#less-library)

This class is a wrapper for oyejorge/less.php library ()

```
use Cybtow\Utils\Less;

$Less = new Less();
$in = 'main.less';
$out = 'main.css';

$Less->options['cache_dir'] = './cacheless';
$Less->variables['my_color'] = '#ffaabb';
$Less->parseFile($in, '', array(), $out);
```

Utils library
-------------

[](#utils-library)

- slug: Create a valid string for urls
- getUniqId: Return a unique random id
- echoVarDump: Prints a var dump and exits (optionaly)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

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

3

Last Release

3501d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/35d7e68a77eaac327a82d5b62dd5284e2841710d8ab01083ba435a51c92d19d5?d=identicon)[cybtow](/maintainers/cybtow)

---

Tags

utilutilsutilities

### Embed Badge

![Health badge](/badges/cybtow-utils/health.svg)

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

###  Alternatives

[vaimo/composer-patches

Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and patch command for testing/troubleshooting added patches.

2994.3M16](/packages/vaimo-composer-patches)

PHPackages © 2026

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