inpsyde / modularity
Modular PSR-11 implementation for WordPress plugins, themes or libraries.
Installs: 237 694
Dependents: 3
Suggesters: 0
Security: 0
Stars: 45
Watchers: 7
Forks: 4
Open Issues: 3
Requires
- php: >=7.4 <8.4
- ext-json: *
- psr/container: ^1.1.0 || ^2
Requires (Dev)
- brain/monkey: ^2.6.1
- inpsyde/php-coding-standards: ^2@dev
- inpsyde/wp-stubs-versions: dev-latest
- mikey179/vfsstream: ^v1.6.11
- phpunit/phpunit: ^9.6.19
- roots/wordpress-no-content: @dev
- vimeo/psalm: ^5.24.0
This package is auto-updated.
Last update: 2024-10-31 12:55:36 UTC
README
Introduction
inpsyde/modularity is a modular PSR-11 implementation for WordPress Plugins, Themes or Libraries.
Installation
composer require inpsyde/modularity
Minimum Requirements and Dependencies
- PHP 7.4+
When installed for development via Composer, the package also requires:
- inpsyde/php-coding-standards
- roots/wordpress
- vimeo/psalm
- phpunit/phpunit
- brain/monkey
- mikey179/vfsstream
Documentation
License
This repository is a free software, and is released under the terms of the GNU General Public License version 2 or (at your option) any later version. See LICENSE for complete license.