u1tr0n/fixturepref

Helper for manipulating with fixtures pref's

Installs: 66

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/u1tr0n/fixturepref

0.2.2 2023-08-22 13:39 UTC

This package is auto-updated.

Last update: 2025-09-22 18:24:05 UTC


README

Support Ukraine Badge

This library helps to organize dependencies between different fixtures in your project.

for example, you need to create 10 users

  • each user must make 10 posts in post-feed
  • each user must make 25 comments under post
  • each user must like 100 comments
  • each user must report 10 posts
  • each user must report 100 comments

Installation

composer require --dev u1tr0n/fixturepref

Examples

TODO

  • translate documentation to other languages
  • add examples