https://github.com/craftcms/plugin-installer
Composer installer for Craft CMS plugins.
https://github.com/craftcms/plugin-installer
composer-installer craft-plugin craftcms
Last synced: about 1 year ago
JSON representation
Composer installer for Craft CMS plugins.
- Host: GitHub
- URL: https://github.com/craftcms/plugin-installer
- Owner: craftcms
- License: mit
- Created: 2017-01-30T20:14:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-12T17:29:56.000Z (over 1 year ago)
- Last Synced: 2025-03-29T09:09:17.976Z (about 1 year ago)
- Topics: composer-installer, craft-plugin, craftcms
- Language: PHP
- Homepage:
- Size: 69.3 KB
- Stars: 28
- Watchers: 6
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Craft CMS Plugin Installer for Composer
This is the Composer installer for [Craft CMS](https://craftcms.com/) plugins. It implements a new Composer package type named `craft-plugin`, which should be used by all Craft plugins.
Full details about how to create plugins for Craft CMS can be found in the [Craft documentation](https://craftcms.com/docs/5.x/extend/plugin-guide.html).