Skip to content
/ unopim Public
forked from unopim/unopim

A free and open-source Laravel-based PIM system to help businesses organize, manage, and enrich their product data centrally.

License

Notifications You must be signed in to change notification settings

Devgabr/unopim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnoPim

UnoPim is an open-source Product Information Management (PIM) system built on the Laravel framework. It helps businesses organize, manage, and enrich their product information in one central repository.

🛠️ System Requirements

Before you begin, ensure your server meets the following requirements:

  • Server: Apache 2
  • RAM: 8GB
  • Node.js: 18.17.1 LTS or higher
  • PHP: 8.2 or higher
  • Composer: 2.5 or higher
  • MySQL: Version 8.0.32 or higher

✨ Features

  • Centralized Product Management
    Manage all your product data in one place.

    enter image description here

  • User Management
    Control user access and permissions.

    enter image description here

  • API Integration
    Seamlessly integrate with other systems via RESTful APIs.

    enter image description here

  • Localization
    Support for multiple languages and locales.

    enter image description here

  • Import/Export Functionality
    Easily import and export product data using CSV and XLSX formats, with a quick export feature for streamlined data handling.

    enter image description here

  • Magic AI for Product Content Generation
    Automatically generate engaging product content using advanced LLM (Large Language Model) technology.

    enter image description here

Installation

To get started with UnoPim, follow these steps:

  1. Project Setup:

    composer create-project unopim/unopim
    cd unopim
  2. Install the UnoPim:

    php artisan unopim:install
  3. Serve the application:

    php artisan serve
  4. Access UnoPim: Open your browser and go to http://localhost:8000.

  5. Queue Operations To execute import/export operations, you are required to initiate the Queue command. Execute the following command:

    php artisan queue:work

Usage

Once installed, you can start adding and managing your products. The intuitive interface allows you to easily categorize products, enrich product data, and manage user permissions.

Contributing

We welcome contributions from the community. To contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Commit your changes (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature/your-feature).
  5. Open a pull request.

Security

If you discover any security vulnerabilities, please follow our Security Policy and report them to [email protected].

License

UnoPim is open-sourced software licensed under the Open Software License (OSL) 3.0.

Acknowledgements

We would like to thank all the contributors and the Laravel community for their support and contributions.

About

A free and open-source Laravel-based PIM system to help businesses organize, manage, and enrich their product data centrally.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 74.3%
  • Blade 24.8%
  • Other 0.9%