juanbenitez/manychat-response-generator

PHP package to generate Manychat JSON responses for bots.

1.0.1 2021-06-23 15:47 UTC

This package is auto-updated.

Last update: 2025-03-23 23:46:22 UTC


README

Latest Version on Packagist GitHub Tests Action Status Total Downloads Packagist PHP Version Support

This package allows you to generate Manychat dynamic Json responses easily within your PHP projectsgit. Please refer to this link to learn more about Manychat dynamic responses format.

Installation

You can install the package via composer:

composer require juanbenitez/manychat-response-generator

Usage

ManychatResponse::make(
    [
        Text::make('hello world')
            ->addButton(Call::make('Caption', '423424324'))
            ->addButton(Url::make('Caption', 'https://sdsad.com')),
    ]
)->send();

See the [examples] directory for more usage examples.

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.