AlexFloppy / telegraph-api-php-client

PHP client for Telegraph API http://telegra.ph/api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP client for Telegraph API

PHP >= 7.0 Build Status Latest Version on Packagist Total Downloads Coverage Status Quality Score Software License

Note: This library is under development

The simple PHP client for telegra.ph API.

Requirements

  • PHP >= 7.0

Install

Via Composer

$ composer require edamov/telegraph-api-php-client

Getting Started

<?php
require __DIR__ . '/vendor/autoload.php';

//todo: write example

Testing

$ composer test

Security

If you discover any security related issues, please email edamov@gmail.com instead of using the issue tracker.

Credits

License

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

About

PHP client for Telegraph API http://telegra.ph/api

License:MIT License


Languages

Language:PHP 100.0%