imponeer/extension-info-contracts

Interfaces that helps to describe extension

v0.4 2022-07-25 12:05 UTC

README

License GitHub release Maintainability PHP Packagist

Extensions Info Contracts

Some extensions (f.e. for CMS) can be installed not only from Composer but by copying all files to specific folder. If there are more than one way to do that, comes problem how easy to get info about all such extensions. For that this is contract library - to make easier to create standardized information about extensions readers.

Installation

To install and use this package, we recommend to use Composer:

composer require imponeer/extension-info-contracts

Otherwise, you need to include manually files from src/ directory.

Who uses?

Here is a list with libraries that implements this contract:

How to contribute?

If you want to add some functionality or fix bugs, you can fork, change and create pull request. If you not sure how this works, try interactive GitHub tutorial.

If you found any bug or have some questions, use issues tab and write there your questions.