astersnake/faker-chile
最新稳定版本:1.0.4
Composer 安装命令:
composer require 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.
README 文档
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.
统计信息
- 总下载量: 6.75k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-01-13