PHPackages                             cable8mm/order-sheet - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. cable8mm/order-sheet

ActiveLibrary[Testing &amp; Quality](/categories/testing)

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

v1.2.1(1y ago)0328MITPHPPHP ^8.1CI failing

Since Feb 7Pushed 1y ago1 watchersCompare

[ Source](https://github.com/cable8mm/order-sheet)[ Packagist](https://packagist.org/packages/cable8mm/order-sheet)[ Docs](https://github.com/cable8mm/order-sheet)[ RSS](/packages/cable8mm-order-sheet/feed)WikiDiscussions main Synced today

READMEChangelog (5)Dependencies (7)Versions (6)Used By (0)

Order Sheets and Invoices Generator
===================================

[](#order-sheets-and-invoices-generator)

[![code-style](https://github.com/cable8mm/order-sheet/actions/workflows/code-style.yml/badge.svg)](https://github.com/cable8mm/order-sheet/actions/workflows/code-style.yml)[![run-tests](https://github.com/cable8mm/order-sheet/actions/workflows/run-tests.yml/badge.svg)](https://github.com/cable8mm/order-sheet/actions/workflows/run-tests.yml)[![pages-build-deployment](https://github.com/cable8mm/order-sheet/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/cable8mm/order-sheet/actions/workflows/pages/pages-build-deployment)[![Packagist Version](https://camo.githubusercontent.com/6db7cd2a70266b507ce8de76ef180012642777e842e3db046b820c0a0873ca45/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6361626c65386d6d2f6f726465722d7368656574)](https://packagist.org/packages/cable8mm/order-sheet)[![Packagist Dependency Version](https://camo.githubusercontent.com/242bd38263929de468390026cabdd0e6e3f0c24006ec0c23e7eeffd4d1d74195/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f6361626c65386d6d2f6f726465722d73686565742f7068703f6c6f676f3d504850266c6f676f436f6c6f723d776869746526636f6c6f723d373737424234)](https://packagist.org/packages/cable8mm/order-sheet)[![Packagist Downloads](https://camo.githubusercontent.com/bbb77f73ad8517d9fe155e38ce71b9e9b86e08134b0fd312f073ad32336f9019/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6361626c65386d6d2f6f726465722d7368656574)](https://packagist.org/packages/cable8mm/order-sheet/stats)[![Packagist Stars](https://camo.githubusercontent.com/42a975d096129746648a8a3f9f290d8e27b0d701c61d9f329abcefbc3737f525/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f73746172732f6361626c65386d6d2f6f726465722d7368656574)](https://github.com/cable8mm/order-sheet/stargazers)[![Packagist License](https://camo.githubusercontent.com/e0ae994c78ebb4cbd707325a2f72a2b60b2f02df9c2db637c9160f803a5db0b3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6361626c65386d6d2f6f726465722d7368656574)](https://github.com/cable8mm/order-sheet/blob/main/LICENSE.md)

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  ❤️

Supported Companies
-------------------

[](#supported-companies)

- PLAYAUTO -

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require cable8mm/order-sheet
```

Usage
-----

[](#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

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

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

Credits
-------

[](#credits)

- [Samgu Lee](https://github.com/cable8mm)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance40

Moderate activity, may be stable

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

5

Last Release

510d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c910c874a0263a18f9f976273054cd45faa3ffbcba7891992f4ab52d0656dd93?d=identicon)[Sam Lee](/maintainers/Sam%20Lee)

---

Top Contributors

[![cable8mm](https://avatars.githubusercontent.com/u/2672043?v=4)](https://github.com/cable8mm "cable8mm (16 commits)")

---

Tags

generatorlogisticsphpplayautoshoppingwmsxlsxcable8mmorder-sheet

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/cable8mm-order-sheet/health.svg)

```
[![Health](https://phpackages.com/badges/cable8mm-order-sheet/health.svg)](https://phpackages.com/packages/cable8mm-order-sheet)
```

###  Alternatives

[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

54681.3k18](/packages/solspace-craft-freeform)[pimcore/studio-backend-bundle

Pimcore Studio Backend Bundle

20203.9k22](/packages/pimcore-studio-backend-bundle)[oat-sa/tao-core

TAO core extension

66143.7k122](/packages/oat-sa-tao-core)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
