csanquer / fakery-generator
Random Test Fixtures Data Generator
Requires
- php: >=5.4.0
- ext-mbstring: *
- ext-simplexml: *
- chh/cache-service-provider: ~1.0
- codeplex/phpexcel: ~1.7
- csanquer/colibri-csv: ~1.0
- csanquer/silex-tools: ~0.3
- fzaninotto/faker: ~1.3
- herrera-io/json: ~1.0
- herrera-io/silex-wise: ~2.2
- incenteev/composer-parameter-handler: ~2.1
- jms/serializer: ~0.15
- leafo/lessphp: ~0.4
- mheap/silex-assetic: *
- mrclay/minify: ~2.1
- natxet/cssmin: dev-master
- silex/silex: ~1.1
- silex/web-profiler: ~1.0
- symfony/browser-kit: ~2.3
- symfony/class-loader: ~2.3
- symfony/config: ~2.3
- symfony/console: ~2.3
- symfony/css-selector: ~2.3
- symfony/filesystem: ~2.3
- symfony/finder: ~2.3
- symfony/form: ~2.3
- symfony/locale: ~2.3
- symfony/monolog-bridge: ~2.3
- symfony/process: ~2.3
- symfony/security: ~2.3
- symfony/translation: ~2.3
- symfony/twig-bridge: ~2.3
- symfony/validator: ~2.3
- symfony/yaml: ~2.3
- twig/extensions: dev-master
This package is not auto-updated.
Last update: 2022-05-28 03:10:40 UTC
README
This project is a rewritten fork of Spyrit's datalea, I developed previously at Spyrit's.
The project provide a CLI application to generate a set of random data files from a configuration file. A web interface is planned.
The application is built with the PHP micro-framework Silex and the famous Francois Zaninotto's Faker Library for generating random data.
Install and Usage
see main documentation : doc/index.md
Licensing
License GPL 3
- Copyright (C) 2012-2013 Spyrit Systeme
- Copyright (C) 2014 Charles Sanquer charles.sanquer@gmail.com
This file is part of Fakery Generator.
Fakery Generator is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Fakery Generator is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Fakery Generator. If not, see http://www.gnu.org/licenses/.