2017 © Pedro Peláez
 

magento-module yireo_formapi

image

yireo/yireo_formapi

  • Thursday, August 2, 2018
  • by jissereitsma
  • Repository
  • 2 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Yireo FormApi

Magento library offering a Form API. Currently this is only meant for Yireo extensions., (*1)

Instructions for using composer

Use composer to install this extension. First make sure to initialize composer with the right settings:, (*2)

composer -n init
composer install --no-dev

Next, modify your local composer.json file:, (*3)

{
    "require": {
        "yireo/magento1-formapi": "dev-master",
        "magento-hackathon/magento-composer-installer": "*"
    },    
    "repositories":[
        {
            "packagist": false
        },
        {
            "type":"composer",
            "url":"https://packages.firegento.com"
        },
        {
            "type":"composer",
            "url":"https://satis.yireo.com"
        }
    ],
    "extra":{
        "magento-root-dir":"/path/to/magento",
        "magento-deploystrategy":"copy"           
    }
}

Make sure to set the magento-root-dir properly. Test this by running:, (*4)

composer update --no-dev

Done., (*5)

The Versions

02/08 2018

0.5.1

0.5.1.0

  Sources   Download

02/08 2018

0.6.0

0.6.0.0

  Sources   Download

02/08 2018

0.6.1

0.6.1.0

  Sources   Download

17/08 2017

dev-master

9999999-dev https://www.yireo.com/software/magento-extensions/formapi

Form API for Yireo extensions in Magento

  Sources   Download

OSL-3.0

The Requires

  • php >=5.4.0

 

The Development Requires

by Jisse Reitsma (Yireo)