astersnake / faker-chile
With this package, you can easily generate Chilean names, addresses, phone numbers, and more. The provider includes a wide variety of data sets, including Chilean regions, provinces, and municipalities, as well as popular Chilean names, addresses, and phone numbers.
Installs: 6 730
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 2
Open Issues: 2
Requires
- php: ^8.1|^8.2|^8.3
- fakerphp/faker: ~1.12
- laravel/framework: ^8.67|^9.0|^10.0|^11.0
- spatie/laravel-package-tools: ^1.13.0
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^6.0
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^7.0
- pestphp/pest: ^1.21
- pestphp/pest-plugin-laravel: ^1.1
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: ^9.5
- spatie/laravel-ray: ^1.26
This package is auto-updated.
Last update: 2025-03-29 01:16:53 UTC
README
The provider includes a wide variety of data sets for fzaninotto/Faker, including Chilean regions, provinces, and municipalities, as well as popular Chilean names, addresses, and phone numbers.
Installation
You can install the package via composer:
composer require astersnake/faker-chile --dev
Basic usage
$faker = Faker\Factory::create('es_CL'); for ($i = 0; $i < 3; $i++) { echo $faker->rut() . "\n"; }
Add locale to configuration file
If you want to use the locale in your Laravel project, you can add it to the app configuration file.
// config/app.php 'faker_locale' => 'es_CL',
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
License
The MIT License (MIT). Please see License File for more information.