Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.49 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.49 KB

Inpsyde Modularity

Version Status codecov Downloads License

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

  1. Package
  2. PSR-11 Container
  3. Modules
  4. Properties
  5. Application Flow

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.