thefox/utilities

Collection of usefull PHP utilities.

v2.0.0 2018-01-12 23:12 UTC

README

Collection of useful PHP utilities.

Project Outlines

The project outlines as described in my blog post about Open Source Software Collaboration.

  • The main purpose of this collection is to provide common single functions or classes, which are too small for a separate project.
  • This list is open. Feel free to request features.

Features

Installation

The preferred method of installation is via Packagist and Composer. Run the following command to install the package and add it as a requirement to composer.json:

composer require thefox/utilities

Links