askupa-software/amarkal-framework
Composer 安装命令:
composer require askupa-software/amarkal-framework
包简介
Development framework for WordPress.
README 文档
README
- Version: 0.3.6-alpha
- Website: askupasoftware.com
- Tested up to WordPress 4.1
Contents
Overview
Amarkal is a WordPress development framework that is aimed at simplifying the creation and maintenance of WordPress plugins and themes.
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.
Requirements
- PHP version 5.4.3 or above
- WordPress 3.7 or above
Installation
Via git
-
Clone the Amarkal Git repository to the desired location:
git clone git://github.com/amarkal/amarkal.git target-directory(Where
target-directoryis your desired folder path.)
Via Composer
-
Create a file named composer.json at the root of your project, containing the Amarkal dependency:
{ "require": { "askupa-software/amarkal-framework": "dev-master" } } -
Install composer in your project:
curl -s http://getcomposer.org/installer | php -
Install dependencies
php composer.phar install
Manual install
- Download the zip archive from the GitHub repository page (or click here: amarkal.zip)
- 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.
统计信息
- 总下载量: 37
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2014-08-15