Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

atournayre/fixtures

Repository files navigation

Atournayre Fixtures

This library helps creating fixtures (with Alice).

Installation

Use Composer to install the package:

composer require atournayre/fixtures --dev

Features

  • Uuid generator for Alice
  • Hash password for Alice

Example

App\Entity\User:
  admin:
    # id: '<uuidV1()>'
    id: '<uuidV4()>'
    # id: '<uuidV6()>'
    # id: '<uuidV7()>'
    # id: '<uuidV8(uuid)>'
    email: 'admin@example.com'
    password: '<hashPassword(super_password)>'

Contribute

Contributions to the package are always welcome!

License

All contents of this package are licensed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages