PHPackages                             esc-company/good-code-parser - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. esc-company/good-code-parser

Abandoned → [cable8mm/good-code](/?search=cable8mm%2Fgood-code)Project[Parsing &amp; Serialization](/categories/parsing)

esc-company/good-code-parser
============================

Create a general code specification for building a WMS (Warehouse Management System), and specify parsers and implementation guidelines.

v1.0.3(2y ago)3839MITPHPPHP ^8.0CI failing

Since May 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/cable8mm/good-code-parser)[ Packagist](https://packagist.org/packages/esc-company/good-code-parser)[ RSS](/packages/esc-company-good-code-parser/feed)WikiDiscussions main Synced 6d ago

READMEChangelog (10)Dependencies (2)Versions (8)Used By (0)

Good Code Parser
================

[](#good-code-parser)

[![code-style](https://github.com/cable8mm/good-code/actions/workflows/code-style.yml/badge.svg)](https://github.com/cable8mm/good-code/actions/workflows/code-style.yml)[![run-tests](https://github.com/cable8mm/good-code/actions/workflows/run-tests.yml/badge.svg)](https://github.com/cable8mm/good-code/actions/workflows/run-tests.yml)[![Packagist Version](https://camo.githubusercontent.com/32a05909b3648a8c2e8b74255a9b3569a43733b9e06fcdde218be5286491ebad/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6361626c65386d6d2f676f6f642d636f6465)](https://camo.githubusercontent.com/32a05909b3648a8c2e8b74255a9b3569a43733b9e06fcdde218be5286491ebad/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6361626c65386d6d2f676f6f642d636f6465)[![Packagist Downloads](https://camo.githubusercontent.com/18b2d00296fc0ba5d4e0ecdb05aff9aa1f9d57a6c556358f8fd664bd3f6ddb08/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6361626c65386d6d2f676f6f642d636f6465)](https://camo.githubusercontent.com/18b2d00296fc0ba5d4e0ecdb05aff9aa1f9d57a6c556358f8fd664bd3f6ddb08/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6361626c65386d6d2f676f6f642d636f6465)[![Packagist Dependency Version](https://camo.githubusercontent.com/4cd6837d82207b39898d4bcca2edd9b1626ba37ae8f172eab842cf45ec20ccd4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f6361626c65386d6d2f676f6f642d636f64652f706870)](https://camo.githubusercontent.com/4cd6837d82207b39898d4bcca2edd9b1626ba37ae8f172eab842cf45ec20ccd4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f6361626c65386d6d2f676f6f642d636f64652f706870)[![Packagist Stars](https://camo.githubusercontent.com/980b84d94895dba133f0a0636918d0f3940aefea267e3a2d773ab167ea877251/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f73746172732f6361626c65386d6d2f676f6f642d636f6465)](https://camo.githubusercontent.com/980b84d94895dba133f0a0636918d0f3940aefea267e3a2d773ab167ea877251/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f73746172732f6361626c65386d6d2f676f6f642d636f6465)[![Packagist License](https://camo.githubusercontent.com/3295e7d8dffd304505ec61983ae03beda374dfb9aee615992923a68d238a596b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6361626c65386d6d2f676f6f642d636f6465)](https://camo.githubusercontent.com/3295e7d8dffd304505ec61983ae03beda374dfb9aee615992923a68d238a596b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6361626c65386d6d2f676f6f642d636f6465)

A robust code specification is crucial within the commercial market industry, especially for online stores like Amazon. The integration of online stores with Warehouse Management Systems (WMS) is essential as both systems handle extensive seller and product data. Therefore, we recommend implementing a solid structure and providing robust support for these systems.

These specifications cover a variety of online stores, including Coupang, 11th Street, Naver Storefarm, and many others for a while.

We have provided the API Documentation on the web. For more information, please visit  ❤️

Features
--------

[](#features)

- Normal good code parser
- Gift good code parser
- Set good code parser
- Complex good code parser
- Option Good code parser(No code, it matched by name)
- Receipt code parser
- Location code parser
- SKU parser

Install
-------

[](#install)

```
composer require cable8mm/good-code
```

Usage
-----

[](#usage)

### Production codes for Laravel

[](#production-codes-for-laravel)

Visit repository -

```
