Download the PHP package imponeer/extension-info-contracts without Composer
On this page you can find all versions of the php package imponeer/extension-info-contracts. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download imponeer/extension-info-contracts
More information about imponeer/extension-info-contracts
Files in imponeer/extension-info-contracts
Package extension-info-contracts
Short Description Interfaces that helps to describe extension
License MIT
Informations about the package extension-info-contracts
Extensions Info Contracts
A contract library that standardizes how extension information is retrieved across different installation methods.
Many extensions (especially for CMS platforms) can be installed through multiple methods—via Composer or by manually copying files to specific directories. This diversity creates challenges when trying to gather consistent information about installed extensions. This library provides standardized contracts to solve that problem, making it easier to create unified extension information readers regardless of the installation method.
Installation
We recommend installing this package via Composer:
Alternatively, you can manually include the files from the src/ directory.
Usage
The following libraries implement these contracts:
- ImpressCMS/extensions-formats - Extension reader for ImpressCMS themes and modules
Development
The following Composer commands are available for development:
Check code style:
Runs PHP_CodeSniffer to check code style according to defined standards.
Fix code style issues:
Automatically fixes code style issues using PHP_CodeSniffer.
Static analysis:
Runs PHPStan for static code analysis using the configuration in phpstan.neon.
API Documentation
Autogenerated API documentation is available in the project wiki.
Contributing
Contributions are welcome! To add functionality or fix bugs:
- Fork the repository
- Make your changes
- Create a pull request
For bug reports or questions, please use the issues tab.
All versions of extension-info-contracts with dependencies
league/flysystem Version ^2.0 || ^3.0
ext-fileinfo Version *
composer/composer Version ^2.8.0
dragonmantank/cron-expression Version ^3.1