https://github.com/imponeer/extensions-setup-contracts
Interfaces for writing setup logic when installing extensions
https://github.com/imponeer/extensions-setup-contracts
composer-library contracts decoupling extensions hacktoberfest interfaces setup
Last synced: 12 months ago
JSON representation
Interfaces for writing setup logic when installing extensions
- Host: GitHub
- URL: https://github.com/imponeer/extensions-setup-contracts
- Owner: imponeer
- License: mit
- Created: 2021-02-09T08:53:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-01T09:36:51.000Z (about 1 year ago)
- Last Synced: 2025-06-01T18:05:31.888Z (about 1 year ago)
- Topics: composer-library, contracts, decoupling, extensions, hacktoberfest, interfaces, setup
- Language: PHP
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](LICENSE)
[](https://github.com/imponeer/extensions-setup-contracts/releases) [](https://codeclimate.com/github/imponeer/extensions-setup-contracts/maintainability) [](http://php.net)
[](https://packagist.org/packages/imponeer/extensions-setup-contracts)
# Extensions Setup Contracts
Interfaces for writing setup logic when installing extensions
## Installation
To install and use this package, we recommend to use [Composer](https://getcomposer.org):
```bash
composer require imponeer/extensions-setup-contracts
```
Otherwise, you need to include manually files from `src/` directory.
## 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](https://skills.github.com).
If you found any bug or have some questions, use [issues tab](https://github.com/imponeer/extensions-setup-contracts/issues) and write there your questions.