mauchede / sami-phpci-plugin
This package is abandoned and no longer maintained.
No replacement package was suggested.
PHPCI plugin for Sami integration
v1.0.0
2016-05-21 17:33 UTC
Requires (Dev)
- block8/phpci: ^1.7
- phpunit/phpunit: ^4.0||^5.0
This package is not auto-updated.
Last update: 2020-10-11 12:23:42 UTC
README
Sami PHPCI Plugin gives the possibility to generate a documentation with Sami in PHPCI.
⚠️ This project is no longer maintained. ⚠️
Installation
This plugin can be installed via composer:
composer require mauchede/sami-phpci-plugin
Usage
This plugin takes the following options:
config
(string, optional): Allows you to pass the Sami configuration file. The default value is./sami.php
.force
(boolean, optional): Allows you to force (or not) to rebuild from scratch. The default value istrue
.
An example of phpci.yml
with this plugin:
complete: \Mauchede\PHPCI\Plugin\Sami: config: sami.config.file force: false