nopolabs / yabot-plugins
Plugins for nopolabs/yabot
dev-master
2017-11-12 23:10 UTC
Requires
- php: >=7.0
- nopolabs/yabot: dev-master
- roave/security-advisories: dev-master
- twilio/sdk: ^5.7
Requires (Dev)
- codeclimate/php-test-reporter: dev-master
- nopolabs/mock-with-expectations: dev-master
- phpunit/phpunit: ^6.0
This package is auto-updated.
Last update: 2025-03-14 20:22:16 UTC
README
This is a collection of plugins for yabot
Getting Started
Initialize a yabot project using the yabot quick start
Then add yabot-plugins:
composer require nopolabs/yabot-plugins
See the plugins discussion in yabot
After running the quick start you should have a directory like this:
.
|-- composer.json
|-- composer.lock
|-- config/
| `-- plugins.yml
|-- config.php
|-- vendor/
`-- yabot.php
Adding plugins to plugins.yml
If you required nopolabs/yabot-plugins then you will be able to find example plugin configs in vendor/nopolabs/yabot-plugins/config/plugins.yml
These configs can be by reference:
# app/config/config.yml
imports:
- { resource: '../vendor/nopolabs/yabot-plugins/config/plugins.yml' }
But you may wish to include them more selectively.
See the Symfony import docs and remember:
The resource location, for files, is either a relative path from the current file or an absolute path.