codenamephp/prototype.utils

This package is abandoned and no longer maintained. No replacement package was suggested.

Collection of utils mostly used in prototype installers.

1.0.0 2016-11-05 23:54 UTC

This package is auto-updated.

Last update: 2020-08-18 19:58:41 UTC


README

Collection of utils mostly used in prototype installers like a TemplateCopy that copies a folder from one location to another while replacing placholders with actual values (like filters in ant).

Installation

Easiest way is via composer:

  "require": {
    "codenamephp/prototype.utils": "*"
  }

##Usage

These are just small helper classes, use them as you need them.