承接 cable8mm/order-sheet 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

cable8mm/order-sheet

最新稳定版本:v1.2.1

Composer 安装命令:

composer require cable8mm/order-sheet

包简介

This package is able to generate a kind of seed for order sheets and order invoices so you can use it for testing like that

README 文档

README

code-style run-tests pages-build-deployment Packagist Version Packagist Dependency Version Packagist Downloads Packagist Stars Packagist License

This package is able to generate a kind of seeds for order sheets and order invoices so you can use this package for testing as you want to.

We have provided the API Documentation on the web. For more information, please visit https://www.palgle.com/order-sheet/ ❤️

Supported Companies

Installation

You can install the package via composer:

composer require cable8mm/order-sheet

Usage

OrderSheet::of(OrderSheetType::PlayautoType)
  ->count(10)              // 10 of factories
  ->header()               // include the header row
  ->path('dist')           // the saving path
  ->xlsx('my.xlsx');       // export to xlsx file(default: 'order_sheet.xlsx')
// => Save 10 factories with header in 'dist' folder

$orderSheets = OrderSheet::of(OrderSheetType::PlayautoType)
  ->count(10)              // 10 of factories
  ->csv();                 // export to csv
// => Get 10 factories without header row

$orderSheets = OrderSheet::of(OrderSheetType::PlayautoType)
  ->count(10)              // 10 of factories
  ->toArray();             // export to array
// => Get 10 factories array without header row

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email cable8mm@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-02-07