PHPackages                             hedronium/casus - 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. hedronium/casus

ActiveLibrary

hedronium/casus
===============

A Library to Generate anything Random.

v1.1(10y ago)541MITPHPPHP &gt;=5.4.0

Since Jul 20Pushed 10y ago5 watchersCompare

[ Source](https://github.com/Hedronium/Casus)[ Packagist](https://packagist.org/packages/hedronium/casus)[ RSS](/packages/hedronium-casus/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Casus
=====

[](#casus)

> Just another Randomizer Library but cooler! With many out of the box features and support for 'Cryptographically Secure Pseudo Random Number Generators' (CSPRNGs) provided by MCrypt and/or OpenSSL

\#Installation The easiest way to install Casus for use in your own projects is through composer. You could manually download the files and use an alternative [psr-4](http://www.php-fig.org/psr/psr-4/) compatible autoloader to autoload the file in the `src` directory but this is not recommended and highly discouraged.

Through composer.json File
--------------------------

[](#through-composerjson-file)

Add this line in your `composer.json` file and run `composer install` on the command line

```
"require": {
    "hedronium/casus": "*"
}
```

Through the command line
------------------------

[](#through-the-command-line)

Just run in your project directory

```
composer require hedronium/casus

```

\#Usage Basically all you do is instantiate an object of the Casus Class and you're good to go!

```
