PHPackages                             zeptech/fun-box - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. zeptech/fun-box

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

zeptech/fun-box
===============

Function collection

1131PHP

Since Jul 10Pushed 11y ago1 watchersCompare

[ Source](https://github.com/pgraham/fun-box)[ Packagist](https://packagist.org/packages/zeptech/fun-box)[ RSS](/packages/zeptech-fun-box/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

FunBox
======

[](#funbox)

A set of useful utility functions.

Install
-------

[](#install)

Install via [Composer](http:://getcomposer.org):

```
{
    "require": {
        "zeptech/fun-box": "dev-master"
    }
}

```

Initialization
--------------

[](#initialization)

In order to use functions Fun Box must be initialized because php doesn't provide function autoloading. Once initialized, functions are included using the `ensureFn` function.

```
