Laravel-based PIM software for centralized product data management
Top 12.9% on sourcepulse
UnoPim is a free, open-source Product Information Management (PIM) system built on the Laravel framework. It targets businesses seeking a centralized solution to organize, manage, and enrich product data, offering AI-powered content generation and extensive integration capabilities.
How It Works
UnoPim leverages the Laravel framework for its robust MVC architecture and ecosystem. It centralizes product data, allowing for enrichment through detailed attributes and descriptions. A key feature is its "Magic AI" for automated product content generation using LLMs. The system supports multi-channel, multi-currency, and multi-language operations, with RESTful APIs for seamless integration and CSV/XLSX import/export functionality.
Quick Start & Requirements
composer create-project unopim/unopim
cd unopim
php artisan unopim:install
php artisan serve
git clone https://github.com/unopim/unopim.git
cd unopim
docker-compose up -d
http://localhost:8000
Highlighted Details
Maintenance & Community
The project welcomes contributions via pull requests. Security vulnerabilities should be reported to support@webkul.com
.
Licensing & Compatibility
Distributed under the MIT License. This license permits commercial use and integration with closed-source systems.
Limitations & Caveats
The system requires significant server resources (8GB RAM) and specific versions of PHP, Node.js, and MySQL. Queue operations for import/export require a separate php artisan queue:work
command.
6 days ago
1 day