ld-web/php-faker-clothing 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ld-web/php-faker-clothing

Composer 安装命令:

composer require ld-web/php-faker-clothing

包简介

README 文档

README

A clothing provider for fakerphp/faker

Forked and upgraded to PHP8 from rauwebieten/php-faker-clothing

Installation

Install with composer.
Add to your composer.json file:

{
  "require": {
    "ld-web/php-faker-clothing": "^1.0"
  }
}

Usage

<?php

$faker = \Faker\Factory::create();
$faker->addProvider(new \LdWeb\PhpFakerClothing\Clothing($faker));
echo $faker->clothing() . PHP_EOL;

See the examples folder for more information

Example result

See examples/output/example.md for 100 generated rows

Why do you needs this?

To fill a e-commerce database with fake data? See fakerphp/faker

统计信息

  • 总下载量: 7
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2023-05-25