dereuromark/cakephp-fixture-factories

CakePHP Dynamic Fixtures

0.1.0 2025-08-19 22:22 UTC

This package is auto-updated.

Last update: 2025-08-20 13:29:17 UTC


README

ff-logo

CakePHP Fixture Factories

Write and run your tests faster. On any PHP application.

Build Status Coverage Status Latest Stable Version Minimum PHP Version License Total Downloads Coding Standards

Note: This is a maintained fork of the original CakePHPFixtureFactories.

Main differences:

  • Supports multiple generators via adapters (chose your generator library).
  • Modern configurable generator type guessing per field name/type.
ArticleFactory::make(5)
    ->with('Authors[3].Address.City.Country')
    ->persist();

Installation

composer require --dev dereuromark/cakephp-fixture-factories

Content

Resources

CakeFest 2021 - IPC-Berlin 2020 - CakeFest 2020

Contribute

Send PRs or tickets in GitHub.

Authors

Previously, Juan Pablo Ramirez and Nicolas Masson. This fork is maintained by Mark Scherer (dereuromark)

License

The CakePHPFixtureFactories plugin is offered under an MIT license.

Copyright 2023 Juan Pablo Ramirez and Nicolas Masson

Licensed under The MIT License Redistributions of files must retain the above copyright notice.