PHPackages                             xixaoly/randomizer - 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. [Database &amp; ORM](/categories/database)
4. /
5. xixaoly/randomizer

ActiveLibrary[Database &amp; ORM](/categories/database)

xixaoly/randomizer
==================

Randomize DB columns

1.0.0(8y ago)015PHPPHP &gt;=5.6

Since Apr 8Pushed 8y ago1 watchersCompare

[ Source](https://github.com/xixaoly/randomizer)[ Packagist](https://packagist.org/packages/xixaoly/randomizer)[ RSS](/packages/xixaoly-randomizer/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Randomizer
==========

[](#randomizer)

Simply DB data randomize.

Install
-------

[](#install)

- `git clone git@github.com:xixaoly/Randomizer.git`
- `cd Randomizer`
- `composer update`

CLI example
-----------

[](#cli-example)

Create `example.yml` file with schema declaration and run `php cli/randomizer.php example.yml`

PHP example
-----------

[](#php-example)

Include composer autoload (like `require 'vendor/autoload.php'`), create Job and handle it

```
