orgelman/orgelman

Functions is filed will good-to-have functions

dev-master 2018-05-14 00:27 UTC

This package is not auto-updated.

Last update: 2020-01-10 16:55:52 UTC


README

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

Code Example

<?php 
$debug = new orgelmanDebug("",__DIR__."/logs/");
$debug->set(true);
$debug->log("DEBUG FUNCTION DONE");

$_Orgelman = new orgelmanFunctions();

echo $_Orgelman->toAscii("Hello World");
?>

Installation

Composer

{
    "require": {
        "orgelman/functions": "dev-master"
    }
}

Version

<major>.<minor>.<patch>