This repository contains (Symfony flex) recipes for Kimai 2 bundles.
These bundles are also known as extensions or plugins.
This is how easy you can install new bundles:
composer req invoice
This syntax might be different from what you are used to, it uses the composer plugin Symfony flex. You will have it available when you installed Kimai 2 before and your current directory is the Kimai root folder.
The value of Alias
is the identifier to be used when installing via composer req <identifier>
.
Name | Alias | Description |
---|---|---|
kevinpapst/kimai2-invoice | invoice | Additional invoice features: new renderer and calculator |
- Create your repository and add all relevant stuff
- Submit your composer package at https://packagist.org/
- Create your Flex recipe and send us a pull request
- Packagist docu: https://packagist.org/about
- Symfony flex recipe docu: https://github.com/symfony/recipes