sunilyadav / generator
This Package is used to generate csv file of products of various platforms.
Requires
- php: ^7.3|^8.0
Requires (Dev)
- laravel/framework: ^5.8
This package is auto-updated.
Last update: 2025-06-14 21:09:15 UTC
README
It generates product csv file for various platforms like Shopify, BigCommerce etc. Simple and easy to use.
Usage
-
Run
composer require sunilyadav/generator
- This will add package to your project
-
Run
php artisan generator:publish
- It publishes route and controller
-
That's it, hit the below route and file will be downloaded.
- For Shopify:
/shopify/get-products
- For Bigcommerce:
/bigcommerce/get-products
- For Shopify:
More
By default it genrates csv file for 10 products.
If you want to genrate more products than pass parameter products
in query params with number of product value.
Example : /shopify/get-products?products=100
Features
-
Generate upto 50000 products
-
Upto 27 variants
-
Multi Platforms (Shopify, BigCommerce, etc.)
-
Multiple options like Color, Size and Material
-
Multiple images for single product
-
Fast, Simple and easy to use
Note
Currently this package support product generation for the shopify and bigcommerce. For other platforms, new update will come soon. Stay Connected
Licence
MIT