Download the PHP package wp-oop/wordpress-interface without Composer
On this page you can find all versions of the php package wp-oop/wordpress-interface. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wp-oop/wordpress-interface
More information about wp-oop/wordpress-interface
Files in wp-oop/wordpress-interface
Package wordpress-interface
Short Description Interfaces for interop within WordPress
License MIT
Informations about the package wordpress-interface
Dhii - WordPress Interop
Interfaces for interop within WordPress.
Details
Often, multiple packages need to operate on the various aspects of WordPress, while centralizing them. Unfortunately, many of these aspects are not represented by any type in WordPress. An example of this is a modular plugin, where each module needs to independently interface with such a part of WordPress that is centralized, like a Plugin or Post entity.
Also, it can be useful to write code that addresses a specific aspect of WordPress, and type-safety is desirable, but WordPress feels too bulky to include. While WordPress can be added as a dev-dependency, the dependency graph will not reflect these hidden requirements. For example, a Post type would be useful to represents a post.
In addition, some modules can be developed in a way to be usable in a variety of platforms. In these cases it would be necessary to rely on a proprietary standard.
This interop standard aims to address the above concerns by providing types for common aspects of WordPress.
All versions of wordpress-interface with dependencies
dhii/package-interface Version ^0.1-alpha3
dhii/human-readable-interface Version ^0.2.0-alpha1