Download the PHP package maxbeckers/google-actions-php without Composer
On this page you can find all versions of the php package maxbeckers/google-actions-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download maxbeckers/google-actions-php
More information about maxbeckers/google-actions-php
Files in maxbeckers/google-actions-php
Download maxbeckers/google-actions-php
More information about maxbeckers/google-actions-php
Files in maxbeckers/google-actions-php
Vendor maxbeckers
Package google-actions-php
Short Description This library is a helper for google actions with php.
License MIT
Package google-actions-php
Short Description This library is a helper for google actions with php.
License MIT
Please rate this library. Is it a good library?
Informations about the package google-actions-php
Google actions php library
This library is a helper for google actions with php.
Install via composer
Require the package with composer:
Usage
Handle the request:
- map request data to request object
- validate request
- handle request data
- create response
- send response
Map request data to request object
Map needed request headers and request body to Request.
Validate request
The RequestValidator will handle the google request validation.
Register request handlers
For different requests it's helpful to create different RequestHandlers.
Use registry to handle request
Render response
Create a new request handler
The new request handler must extend AbstractRequestHandler.
First implement the abstract supportsRequest-method.
Then implement the handleRequest-method. For simple responses there is a ResponseHelper.
All versions of google-actions-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package maxbeckers/google-actions-php contains the following files
Loading the files please wait ...