Skip to content

This is a php wrapper for connecting with the Hellodialog API V1

License

Notifications You must be signed in to change notification settings

PXLWidgets/api-wrapper

 
 

Repository files navigation

HelloDialog api-wrapper

Software License

This is a php wrapper for connecting with the Hellodialog API V1

Documentation

You can find the complete API documentation (OpenAPI) here.

Examples

We've made it easy for you. You can find all possible API calls in the directory: /examples

Install

Via Composer

$ composer require hellodialog/apiwrapper

Configuration

Add your API credentials and email settings in src/config/Hellodialog.php

Basic Usage

After installation and configuration, the GlobalHandler will be available to make calls to HelloDialog.

Performing Calls

To manually perform calls, instantiate the GlobalHandler class.

    $globalHandler = new GlobalHandler();

Available methods are listed in GlobalHandler.php and /src/Handlers.

Templates

Templates can be referred to by numerical ID, or the key set for their section in the config (which must have an id property set).

Credits

License

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

About

This is a php wrapper for connecting with the Hellodialog API V1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%