lpstudio / apiaibundle
A bundle for using api.ai
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.5.9
- iboldurev/api-ai-php: ^0.2
This package is not auto-updated.
Last update: 2025-03-30 06:46:44 UTC
README
This is an unoficial Symfony bundle for Api.ai based on iboldurev/api-ai-php Api.ai PHP SDK.
Install
Install this bundle using composer:
$ composer require lpstudio/apiaibundle
Then register your bundle in the AppKernel.php:
new LPStudio/ApiAIBundle/ApiAIBundle()
Configuration
Add these line to your app/config.yml:
api_ai: access_token: 'YOUR_ACCESS_TOKEN'
And replace YOUR_ACCESS_TOKEN with your Api.ai agent access token (use the dev access token in dev environment).