imponeer / extension-info-contracts
Interfaces that helps to describe extension
Requires
- php: >=7.3
- ext-fileinfo: *
- league/flysystem: ^2.0
- myclabs/php-enum: ^1.7
Requires (Dev)
- composer/composer: >2.1.9
- dragonmantank/cron-expression: ^3.1
Suggests
- composer/composer: For using with composer based factories
- dragonmantank/cron-expression: For using to describe extensions that can have cron jobs
README
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:
- ImpressCMS/extensions-formats - ImpressCMS themes and modules
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.