fakerphp/faker
Faker is a PHP library for generating realistic fake data to seed databases, build test fixtures, stress test apps, create sample documents, or anonymize production data. Create a generator with Faker\Factory::create() and call methods like name(), email(), text().
randomElements to return random number of elements when no count is provided (#658)randomElements() to accept empty iterator (#605)Enum to randomElement() and randomElements() (#620)randomElement() and randomElements() (#642)doctrine/persistence below version 1.4Doctrine\Persistence dependencyne_NP locale (#375)ar_EG locale (#377)symfony/deprecation-contracts ^3.0 (#397)nl_NL (#348)psr/container >= 2.0 (#354)Fix for realText to ensure the text keeps closer to its boundaries (#152)
Fix where regexify produces a random character instead of a literal dot (#135
Deprecate zh_TW methods that only call base methods (#122)
Add used extensions to composer.json as suggestion (#120)
Moved TCNo and INN from calculator to localized providers (#108)
Fix regex dot/backslash issue where a dot is replaced with a backslash as escape character (#206)
Deprecate direct property access (#164)
Added test to assert unique() behaviour (#233)
Added RUC for the es_PE locale (#244)
Test IBAN formats for Latin America (AR/PE/VE) (#260)
Added VAT number for en_GB (#255)
Added new districts for the ne_NP locale (#258)
Fix for U.S. Area Code Generation (#261)
Fix in numerify where a better random numeric value is guaranteed (#256)
Fix e164PhoneNumber to only generate valid phone numbers with valid country codes (#264)
Extract fixtures into separate classes (#234)
Remove french domains that no longer exists (#277)
Fix error that occurs when getting a polish title (#279)
Use valid area codes for North America E164 phone numbers (#280)
Adding support for extensions and PSR-11 (#154)
Adding trait for GeneratorAwareExtension (#165)
Added helper class for extension (#162)
Added blood extension to core (#232)
Added barcode extension to core (#252)
Added number extension (#257)
Various code style updates
Added a note about our breaking change promise (#273)
Several fixes and new additions in this release. A lot of cleanup has been done on the codebase on both tests and consistency.
ssn() to Person provider (#79)This is a security release that prevents a hacker to execute code on the server.
fzaninotto/Faker:v1.9.1.How can I help you explore Laravel packages today?