2017 © Pedro Peláez
 

library amarkal-framework

Development framework for WordPress.

image

askupa-software/amarkal-framework

Development framework for WordPress.

  • Sunday, June 11, 2017
  • by askupasoftware
  • Repository
  • 3 Watchers
  • 5 Stars
  • 29 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Amarkal Framework

Built with Grunt Amarkal Powered Scrutinizer Code Quality Scrutinizer Build Status, (*1)

Contents

Overview

Amarkal is a WordPress development framework that is aimed at simplifying the creation and maintenance of WordPress plugins and themes., (*2)

This framework is currently in it's alpha stage and is not ready for production. This means that drastic changes can occur without prior notice. However, some parts of the framework have been fully matured and no major changes are expected for them., (*3)

Requirements

  • PHP version 5.4.3 or above
  • WordPress 3.7 or above

Installation

Via git

  1. Clone the Amarkal Git repository to the desired location:, (*4)

    git clone git://github.com/amarkal/amarkal.git target-directory

    (Where target-directory is your desired folder path.), (*5)

Via Composer

  1. Create a file named composer.json at the root of your project, containing the Amarkal dependency:, (*6)

    {
      "require": {
          "askupa-software/amarkal-framework": "dev-master"
      }
    }
  2. Install composer in your project:, (*7)

    curl -s http://getcomposer.org/installer | php
  3. Install dependencies, (*8)

    php composer.phar install

Manual install

  1. Download the zip archive from the GitHub repository page (or click here: amarkal.zip)
  2. Unzip the package in the desired location

Updating

Updating can be done by manually downloading the newer version, or by simply using git pull or php composer.phar update. The composer version of Amarkal is linked to the GitHub repository, so any updates to the framework will be reflected on both simultaneously., (*9)

The Versions

11/06 2017

dev-master

9999999-dev

Development framework for WordPress.

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.3.0

 

plugin wordpress framework template widget options amarkal

27/04 2015

0.3.6-alpha

0.3.6.0-alpha

Development framework for WordPress.

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.3.0

 

plugin wordpress framework template widget options amarkal

01/04 2015

0.3.5-alpha

0.3.5.0-alpha

Development framework for WordPress.

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.3.0

 

plugin wordpress framework template widget options amarkal

28/02 2015

0.3.3-alpha

0.3.3.0-alpha

Development framework for WordPress.

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.3.0

 

plugin wordpress framework template widget options amarkal

23/02 2015

0.3.2-alpha

0.3.2.0-alpha

Development framework for WordPress.

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.3.0

 

plugin wordpress framework template widget options amarkal

14/01 2015

0.3.0-alpha

0.3.0.0-alpha

Development framework for WordPress.

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.3.0

 

plugin wordpress framework template widget options amarkal

24/09 2014

0.2.0-alpha

0.2.0.0-alpha

Development framework for WordPress.

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.3.0

 

plugin wordpress framework template widget options amarkal