https://github.com/dantleech/fixgen
Database Fixture Generator
https://github.com/dantleech/fixgen
Last synced: 12 months ago
JSON representation
Database Fixture Generator
- Host: GitHub
- URL: https://github.com/dantleech/fixgen
- Owner: dantleech
- License: mit
- Created: 2017-03-07T19:27:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-07T19:27:54.000Z (over 9 years ago)
- Last Synced: 2025-01-30T15:44:25.038Z (over 1 year ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Fixgen: Database Fixture Generator
==================================
[](https://travis-ci.org/dantleech/fixgen)
[](https://styleci.io/repos/)
This is a CLI to populate your *database* using the
[Alice](https://github.com/nelmio/alice) fixture generator.
Why?
----
This application populates your *database* directly, without going through any
object models. For this reason it is suited for generating data for legacy
applications or applications which do not use object models.
It doesn't work?
----------------
Nope, this is another side project which I will probably never finish.