ataone/faker-green-fr-fr

Faker is a PHP library that generates fake data for you. This is a "green" fork with only two locales: en_US and fr_FR.

v1.23.1.1 2024-07-24 18:18 UTC

This package is auto-updated.

Last update: 2024-10-24 18:48:39 UTC


README

This repository is a fork of FakerPHP/Faker. It has been created in order to reduce the carbon footprint of Faker.

Indeed, as reported by the original developer François Zaninotto on his blog post Sunsetting PHP Faker, there is now too much locales supported, with a real and negative impact on the amount of bytes downloaded.

Limiting Faker by reducing the number of locales supported is probably the only way to quickly avoid this carbon footprint issue.

In conclusion, this unofficial repository is Faker, but only with two locales supported :

  • en_US : the default one.
  • fr_FR : the one which I need (and maybe you too)

Documentation & License

See the official documentation: the only change is the removal of unnecessary providers.