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.
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.
Here is a list with libraries that implements this contract:
- ImpressCMS/extensions-formats - ImpressCMS themes and modules
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.