PHPackages                             askupa-software/amarkal-framework - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. askupa-software/amarkal-framework

ActiveLibrary[Framework](/categories/framework)

askupa-software/amarkal-framework
=================================

Development framework for WordPress.

0.3.6-alpha(11y ago)7371GPL-3.0+PHPPHP &gt;=5.3.0

Since Sep 24Pushed 8y ago3 watchersCompare

[ Source](https://github.com/askupasoftware/amarkal)[ Packagist](https://packagist.org/packages/askupa-software/amarkal-framework)[ RSS](/packages/askupa-software-amarkal-framework/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)DependenciesVersions (7)Used By (0)

Amarkal Framework
=================

[](#amarkal-framework)

[![Built with Grunt](https://camo.githubusercontent.com/4b4b0179906cda9d7a08b56e267776d822d0d915e614e477b231fc54cd305b01/68747470733a2f2f63646e2e6772756e746a732e636f6d2f6275696c74776974682e706e67)](http://gruntjs.com/) [![Amarkal Powered](https://camo.githubusercontent.com/b6abce5c6665e671036e23308a87e851bd05d8782705c83bffab444cdc32277d/687474703a2f2f7777772e61736b757061736f6674776172652e636f6d2f706f776572656462792e676966)](http://www.askupasoftware.com/)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/e715f9ad8b6ef8f2a1f598c5e544f028d161241dca2e10f51a64c4fc6ca3054a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616d61726b616c2f616d61726b616c2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/amarkal/amarkal/?branch=master)[![Scrutinizer Build Status](https://camo.githubusercontent.com/ef0a05858c6d99f23aa6f293754fd64e2eaba89412b560b76708c6d7e4398520/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616d61726b616c2f616d61726b616c2f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/amarkal/amarkal/?branch=master)

- Version: 0.3.6-alpha
- Website: [askupasoftware.com](http://www.askupasoftware.com/)
- Tested up to WordPress 4.1

Contents
--------

[](#contents)

- [Overview](#overview)
- [Requirements](#requirements)
- [Installation](#installation)
    - [Via Git](#via-git)
    - [Via Composer](#via-composer)
    - [Manual install](#manual-install)
- [Updating](#updating)

Overview
--------

[](#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
------------

[](#requirements)

- PHP version 5.4.3 or above
- WordPress 3.7 or above

Installation
------------

[](#installation)

### Via git

[](#via-git)

1. Clone the Amarkal Git repository to the desired location:

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

    ```

    (Where `target-directory` is your desired folder path.)

### Via Composer

[](#via-composer)

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

    ```
     {
       "require": {
           "askupa-software/amarkal-framework": "dev-master"
       }
     }

    ```
2. Install composer in your project:

    ```
     curl -s http://getcomposer.org/installer | php

    ```
3. Install dependencies

    ```
     php composer.phar install

    ```

### Manual install

[](#manual-install)

1. Download the zip archive from the GitHub repository page (or click here: [amarkal.zip](https://github.com/amarkal/amarkal/archive/master.zip))
2. Unzip the package in the desired location

Updating
--------

[](#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.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~43 days

Recently: every ~26 days

Total

6

Last Release

4030d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/968f78380ddac9ca295244f1cd8d53e3abfe572a0a7351e9bc1b7fc2f85e6bfe?d=identicon)[askupasoftware](/maintainers/askupasoftware)

---

Top Contributors

[![ykadosh](https://avatars.githubusercontent.com/u/7763083?v=4)](https://github.com/ykadosh "ykadosh (55 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (1 commits)")

---

Tags

amarkalwordpresswordpress-frameworkpluginframeworkwordpressoptionstemplatewidgetamarkal

### Embed Badge

![Health badge](/badges/askupa-software-amarkal-framework/health.svg)

```
[![Health](https://phpackages.com/badges/askupa-software-amarkal-framework/health.svg)](https://phpackages.com/packages/askupa-software-amarkal-framework)
```

###  Alternatives

[redux-framework/redux-framework

Build better and beautiful sites in WordPress, faster.

1.8k6.2k](/packages/redux-framework-redux-framework)[htmlburger/wpemerge

A micro framework which modernizes WordPress as a CMS development by providing tools to implement MVC and more.

456137.8k8](/packages/htmlburger-wpemerge)[alleyinteractive/pest-plugin-wordpress

WordPress Pest Integration

263.7k1](/packages/alleyinteractive-pest-plugin-wordpress)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
