AramZS / jaxion

A WordPress plugin framework for modern WordPress development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jaxion

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

Jaxion is a WordPress plugin framework for simplifying the use of a common set of object-oriented development patterns.

Install

Via Composer

$ composer require intraxia/jaxion

Usage

Extend Intraxia\Jaxion\Application, define your Services as closures in the constructor, then:

$app = new Application();
$app->boot();

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email jamesorodig@gmail.com instead of using the issue tracker.

Credits

Legacy Branch

A quick note about the legacy-psr2 branch:

In a previous incarnation (before hitting a 0.1.0), Jaxion was developed using PSR-2 coding standards. Upon further reflection, in order to encourage uptake in the WordPress community, I rewrote the framework in the WordPress coding standards. This branch will exist until Jaxion hits a 1.0.0 for compatibility with Packagist, where it was registered, in case anyone had begun using it.

License

The MIT License (MIT). Please see License File for more information.

About

A WordPress plugin framework for modern WordPress development.

License:MIT License


Languages

Language:PHP 100.0%