inpsyde / modularity
Modular PSR-11 implementation for WordPress plugins, themes or libraries.
Installs: 145 447
Dependents: 1
Suggesters: 0
Security: 0
Stars: 31
Watchers: 7
Forks: 5
Open Issues: 4
Requires
- php: >=7.2
- ext-json: *
- psr/container: ^1.1.0 || ^2
Requires (Dev)
- brain/monkey: ^2.6.1
- inpsyde/php-coding-standards: ^1
- johnpbloch/wordpress-core: >=5.8
- mikey179/vfsstream: ^v1.6.10
- php-stubs/wordpress-stubs: >=5.8@stable
- phpunit/phpunit: ^8.5.21 || ^9.6.7
- vimeo/psalm: ^4.13.1
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.2+
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
Copyright (c) Inpsyde GmbH
This code is licensed under the GPLv2+ License.