intraxia / jaxion
A WordPress plugin framework for modern WordPress development.
Installs: 26 185
Dependents: 0
Suggesters: 0
Security: 0
Stars: 15
Watchers: 3
Forks: 3
Open Issues: 5
Requires
- php: >=5.6.0
- doctrine/annotations: ^1.4
- myclabs/php-enum: ^1.5.2
Requires (Dev)
- 10up/wp_mock: 0.1.*
- intraxia/codestyle: dev-master
- mockery/mockery: ~0.9.4
- phpunit/phpunit: ~4.7.7|~5.0
- scrutinizer/ocular: ~1.1
This package is auto-updated.
Last update: 2024-12-10 11:09:01 UTC
README
Jaxion
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
See the documentation for more information.
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.