edamov/telegraph-api-php-client

The simple PHP client for Telegraph API.

0.2.0 2017-02-04 10:51 UTC

This package is auto-updated.

Last update: 2024-04-12 04:43:47 UTC


README

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.