PHPackages                             keruald/omnitools - 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. keruald/omnitools

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

keruald/omnitools
=================

Utilities classes

0.17.0(4w ago)08412BSD-2-ClausePHP

Since Mar 30Pushed 3w ago1 watchersCompare

[ Source](https://github.com/keruald/omnitools)[ Packagist](https://packagist.org/packages/keruald/omnitools)[ RSS](/packages/keruald-omnitools/feed)WikiDiscussions main Synced 3d ago

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

Keruald OmniTools library
=========================

[](#keruald-omnitools-library)

This utilities library offers convenient functions to solve common problems, like parse an URL, generate a random string or validate an IP address.

Getting started
---------------

[](#getting-started)

### With Composer

[](#with-composer)

To use this library in a project, you can require the following package:

```
$ composer require keruald/omnitools

```

### As a bundle

[](#as-a-bundle)

The library follows PSR-4 conventions: the `src` folder matches the `Keruald\OmniTools` namespace.

If you don't have a PSR-4 loader available:

```
