arcwindab/bottrap

v0.3.1 2021-11-16 17:35 UTC

This package is auto-updated.

Last update: 2024-10-24 14:05:52 UTC


README

Latest Stable Version Latest Unstable Version Build Status

Total Downloads GitHub issues open

License

Disclaimer

In the words of Abraham Lincoln:

Pardon my French

My English, and technical terms in code, is not very good - I'm not a native speaker.
Sorry for any confusion that may occur.

Install

ArcWind BotTrap is available on Packagist and installation via Composer is the recommended way to install ArcWind BotTrap. Just add this line to your composer.json file:

"arcwindab/bottrap": "@dev"

or run

composer require arcwindab/bottrap

Run

<?php
//Load Composer's autoloader
require 'vendor/autoload.php';

//Create an instance; passing my own user agent
$bottrap = new arcwindab\bottrap();  
echo $bottrap->email('test+prof@bot.example.com');  
echo $bottrap->phone('+46 77 114 14 00');