All Projects → ovanschie → mageFaker

ovanschie / mageFaker

Licence: other
Sample data generator for Magento

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to mageFaker

import-cli-simple
This the meta package for Pacemaker Community, a Symfony based CLI application that provides import functionality for products, categories, attributes, and attribute-sets. The default format is CSV, adapters for XML are also available. The application can be declaratively extended by additional operations, which can be used to reassemble and exe…
Stars: ✭ 69 (+213.64%)
Mutual labels:  magento, products
module-blog-m22
Fixes for Blog on Magento 2.2.x
Stars: ✭ 21 (-4.55%)
Mutual labels:  magento
Algoliasearch Magento
Algolia Search integration for Magento 1 - compatible with versions from 1.6.x to 1.9.x
Stars: ✭ 163 (+640.91%)
Mutual labels:  magento
Module Blog
Magento 2 Blog Extension
Stars: ✭ 213 (+868.18%)
Mutual labels:  magento
Magento Mysql
Magento default mysql settings
Stars: ✭ 180 (+718.18%)
Mutual labels:  magento
Magento2 Phpstorm Templates
PHPStorm Live template preferences for Magento 2 Projects
Stars: ✭ 226 (+927.27%)
Mutual labels:  magento
Bitnami Docker Magento
Bitnami Docker Image for Magento
Stars: ✭ 159 (+622.73%)
Mutual labels:  magento
vagrant-magento
**DEPRECATED**
Stars: ✭ 12 (-45.45%)
Mutual labels:  magento
Magento-2-aws-cluster-terraform
Magento 2 AWS autoscaling cluster with Terraform and Packer or ImageBuilder. Adobe Commerce Cloud alternative. The best ecommerce infrastructure. Drive more sales online. Transparent billing. Developer-friendly. No hidden bottlenecks.
Stars: ✭ 107 (+386.36%)
Mutual labels:  magento
Magento2 Google Tag Manager
Google Tag Manager is a user-friendly, yet powerful and cost-effective solution that is a must-have integration for every Magento store. It simplifies the process of adding and managing third-party JavaScript tags. With dozens of custom events and hundreds of data points our extensions the #1 GTM solution for Magento.
Stars: ✭ 208 (+845.45%)
Mutual labels:  magento
Warden
Warden is a CLI utility for orchestrating Docker based developer environments
Stars: ✭ 206 (+836.36%)
Mutual labels:  magento
Mage2vuestorefront
Magento to Vue-storefront datapump - synchronizes Products, Categories and Product-to-category links between your Magento2 API and NoSQL database of vue-storefront
Stars: ✭ 183 (+731.82%)
Mutual labels:  magento
Magento 2 Smtp
Magento 2 SMTP Extension helps the owner of store simply install SMTP (Simple Mail Transfer Protocol) server which transmits the messages into codes or numbers.
Stars: ✭ 228 (+936.36%)
Mutual labels:  magento
Docker Compose Development
Clone and `bin/dev up`. Quickly start of developing locally with Nginx, PHP, Blackfire, Percona, Mailhog and Redis. Out of the box support for Magento2 Developer Box
Stars: ✭ 171 (+677.27%)
Mutual labels:  magento
Qwiic Spectral Sensor AS726X
Qwiic breakout for the AS7261/AS7262/AS7263 spectral sensors from AMS.
Stars: ✭ 20 (-9.09%)
Mutual labels:  products
Importexportfree
Improve default Magento 2 Import / Export features - cron jobs, CSV , XML , JSON , Excel , mapping of any format, Google Sheet, data and price modification, improved speed and a lot more!
Stars: ✭ 160 (+627.27%)
Mutual labels:  magento
Magento Composer Installer
Composer installer for Magento modules
Stars: ✭ 204 (+827.27%)
Mutual labels:  magento
Magento Coding Standard
Magento Coding Standard
Stars: ✭ 221 (+904.55%)
Mutual labels:  magento
magento2-installer-bash-script
Simplistic Magento 2 Installer Bash Script
Stars: ✭ 38 (+72.73%)
Mutual labels:  magento
magento2
For any issues or questions please get in touch with us via [email protected]
Stars: ✭ 15 (-31.82%)
Mutual labels:  magento

MageFaker

Sample data generator for Magento 1.9

MageFaker allows you to generate sample data from the Magento Backend. The content is not designed for showcasing, but is great for faster development, testing and benchmarking.

Names and images come from the Magento sample data package and Magento 2.0.

Features

  • Add any number of desired data (large numbers can take a while)
  • Products can be assigned to multiple categories
  • Ability to remove fake data, without losing "real" content
  • Quick create custom categories

Currently supported datatypes

  • Categories
  • Simple products
  • Configurable products (with color swatches)
  • Product reviews and ratings

Requirements

  • Magento 1.9.x
  • PHP 5.4 or higher

Installation

Normal installation

  1. Copy module files to your Magento installation
  2. Clear caches and logout from the backend

Using composer

1 Add the firegento repo if you haven't already:

{
    "repositories": [
        {
            "type": "composer",
            "url": "https://packages.firegento.com"
        }
    ]
}

2 Include MageFaker:

composer require ovs/magefaker

3 Clear caches and logout from the backend

How to use

  1. Login to your Magento admin
  2. Go to system -> MageFaker
  3. Choose your options and press start
  4. Run indexer

Enable configurable swatches

  1. Generate some configurable products
  2. Go to system -> configuration -> configurable swatches
  3. Enable configurable swatches and choose "Fake Color" as attribute to show in product detail and product listing page
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].