https://github.com/cecilapp/composer-installer
Composer Installer for Cecil's plugins and themes.
https://github.com/cecilapp/composer-installer
cecil composer-installers composer-plugin
Last synced: 4 months ago
JSON representation
Composer Installer for Cecil's plugins and themes.
- Host: GitHub
- URL: https://github.com/cecilapp/composer-installer
- Owner: Cecilapp
- License: mit
- Created: 2024-01-08T21:42:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T21:25:22.000Z (over 1 year ago)
- Last Synced: 2025-04-10T12:48:57.373Z (about 1 year ago)
- Topics: cecil, composer-installers, composer-plugin
- Language: PHP
- Homepage: https://cecil.app
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cecil Composer Installer
The [Composer](https://getcomposer.org) Installer for [Cecil](https://cecil.app)'s themes and extensions.
## Usage
Add the following lines to the `composer.json` file of your **theme** or **extension**:
```json
"require": {
"cecil/installer": "^1.0"
}
```
### Type
```json
"type": "cecil-",
```
Value of `` could be `theme` or `extension`.
### Name
```json
"extra": {
"name": "",
}
```
## License
_Cecil Composer Installer_ is a free software distributed under the terms of the MIT license.
© Arnaud Ligny