dnetix/utils

A different set of utilities to make easier working in PHP

0.5.0 2020-06-15 03:02 UTC

This package is auto-updated.

Last update: 2024-04-15 12:36:36 UTC


README

TravisCI for dnetix/utils

A set of PHP utilities

Installation

With Composer

From command line

composer require dnetix/utils

As a dependency in your project's composer.json

{
    "require": {
        "dnetix/utils": "dev-master"
    }
}