Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ozh/example-plugin
YOURLS example plugin for Composer
https://github.com/ozh/example-plugin
composer yourls-plugin
Last synced: 21 days ago
JSON representation
YOURLS example plugin for Composer
- Host: GitHub
- URL: https://github.com/ozh/example-plugin
- Owner: ozh
- Created: 2020-06-08T20:44:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-16T11:56:17.000Z (almost 3 years ago)
- Last Synced: 2024-07-31T20:35:18.376Z (3 months ago)
- Topics: composer, yourls-plugin
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - ozh/example-plugin - YOURLS example plugin for Composer (PHP)
README
# Example Plugin
Example of a YOURLS plugin installable with Composer.
## Installation
In your YOURLS root: `composer add-plugin ozh/example-plugin`
How does it work? Thanks to the YOURLS [custom installer](https://github.com/YOURLS/composer-installer) that is listed as a [dependency of this plugin](https://github.com/ozh/example-plugin/blob/1.0/composer.json#L19), Composer will download this plugin and place it in your `user/plugins/` directory.
(Or, of course, just as any plugin you could install it the regular way)
## Usage
It does nothing, it's just a demo
## License
WTFPL