Download the PHP package icomefromthenet/faker without Composer
On this page you can find all versions of the php package icomefromthenet/faker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download icomefromthenet/faker
More information about icomefromthenet/faker
Files in icomefromthenet/faker
Package faker
Short Description Test data generator using Doctrine DBAL and Symfony2 components
License Apache-2.0
Homepage https://github.com/icomefromthenet/Faker
Informations about the package faker
Faker - A Database testing tool.
There have been a few ports of the original Perl Faker and a few to php. What started as another has grown instead into a comprehensive data generation tool, powered by Doctrine DBAL and Symfony2 Components.
Where I think Faker will help you:
- Write PHPUnit DBUnit fixtures, this will save you time (especially if that involves more than one platform).
- You need to fill database with test data for various loading test.
If your a database tester or a lone developer Faker will help you test your database quicker.
Features
- Supports multiple platforms using Doctrine DBAL. (MySql|PGSQL|Oracle|Sqlite|MSSql).
- Supports PHPUnit Dataset XML for DBUnit fixtures.
- Supports Standard Sql DDL (insert statements) for the platforms mentioned above.
- Output Formats have their own templates that can be customized per project. (add own branding).
- Configured via XML file that feels closer to your database.
- Many built in datatypes, Including text, numeric , autoincrements, email , city names etc
- Embraces extension, write own types, writters and locales.
- Installed via composer.
- Analyse and build struct from existing database.
- Seed your random number generator for repeatable results (seed global|table|column|type).
- Supported custom locals, generate test data in unicode. (Not just ENGLISH).
- Project folder that can be version controled with your project.
Requirements.
SQlite3, PHP5.3.3, MBString, Pear and Linux / Mac (windows support in beta).
All components are included by default in package installs of php.
How to install
The easist way to install to use composer
Read more from the starting guide
Quick Example - still wondering
Turn your SCHEMA
Calling command
INTO DATA
All versions of faker with dependencies
icomefromthenet/reverse-regex Version ^0.1.0.0
monolog/monolog Version ^1.2
symfony/filesystem Version ^2.8
symfony/class-loader Version ^2.8
symfony/config Version ^2.8
symfony/console Version ^2.8
symfony/event-dispatcher Version ^2.8
symfony/finder Version ^2.8
symfony/yaml Version ^2.8
symfony/http-kernel Version ^2.8
twig/twig Version ^2.0
pimple/pimple Version 1.0.*
doctrine/common Version ^2.8
doctrine/dbal Version ^2.8
zendframework/zend-progressbar Version ^2.5.2
zendframework/zend-text Version ^2.6
ext-dom Version *
ext-spl Version *
ext-pcre Version *