edamov / telegraph-api-php-client
The simple PHP client for Telegraph API.
0.2.0
2017-02-04 10:51 UTC
Requires
- php: ^7.0
- ext-curl: *
Requires (Dev)
- ext-xdebug: *
- phpunit/phpunit: ~4.0||~5.0
- satooshi/php-coveralls: dev-master
- squizlabs/php_codesniffer: ^2.3
This package is auto-updated.
Last update: 2024-10-12 05:41:26 UTC
README
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.