orgelman/functions

Functions is filed will good-to-have functions

Installs: 47

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/orgelman/functions

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

This package is not auto-updated.

Last update: 2020-01-10 16:06:17 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>