FakerPHP / Faker

Faker is a PHP library that generates fake data for you
https://fakerphp.github.io
Other
3.57k stars 345 forks source link

Enhancement: Inject services #753

Closed localheinz closed 1 year ago

localheinz commented 1 year ago

What is the reason for this PR?

Author's checklist

Summary of changes

The idea here is to allow extensions to depend on other services, rather than depending on static methods from the Helper or similar.

This could allow for

Review checklist

localheinz commented 1 year ago

Thank you, @bram-pkg!