Skip to content

edamov/telegraph-api-php-client

Repository files navigation

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 [email protected] instead of using the issue tracker.

Credits

License

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