ahmadadityakj / spec-generator
Product Specification Generator
1.4.1
2020-02-26 08:10 UTC
Requires
- php: >=5.6
- laravel/framework: 4.*|5.*
- dev-master
- 1.4.1
- 1.4.0
- 1.3.19
- 1.3.18
- 1.3.17
- 1.3.16
- 1.3.15
- 1.3.14
- 1.3.13
- 1.3.12
- 1.3.11
- 1.3.10
- 1.3.9-beta
- 1.3.8-beta
- 1.3.7-beta
- 1.3.6-beta
- 1.3.5-beta
- 1.3.4-beta
- 1.3.3-beta
- 1.3.2-beta
- 1.3.1-beta
- 1.3.0-beta
- 1.2.9-beta
- 1.2.8-beta
- 1.2.7-beta
- 1.2.6-beta
- 1.2.5-beta
- 1.2.4-beta
- 1.2.3-beta
- 1.2.2-beta
- 1.2.1-beta
- 1.2.0-beta
- 1.1.9-beta
- 1.1.8
- 1.1.8-beta
- 1.1.7-beta
- 1.1.6-beta
- 1.1.5-beta
- 1.1.4-beta
- 1.1.3-beta
- 1.1.2-beta
- 1.1.1-beta
- 1.1.0-beta
- 1.0.9-beta
- 1.0.8-beta
- 1.0.7-beta
- 1.0.6-beta
- 1.0.5-beta
- 1.0.4-beta
- 1.0.3-beta
- 1.0.2-beta
- 1.0.1-beta
- 1.0.0-beta
- dev-new-format
This package is auto-updated.
Last update: 2025-03-26 20:09:06 UTC
README
Product Specification Generator Based on Order Detail
Instalation
composer require ahmadadityakj/spec-generator
Usage
$specObj = new SpecGenerator(); //type -> (v3, arterous, shop, moments, panorama, custom_orders) $specArray = $specObj->generate($typeString, $orderDetailObject, $skuObject); $project_data->specification = $specArray;