d00ker/coub

PHP library for working with Coub API

v0.1.9 2020-07-30 03:37 UTC

This package is auto-updated.

Last update: 2024-09-29 05:42:47 UTC


README

Latest Stable Version Total Downloads License

Getting Started

Installing

You can install the library via Composer. Run the following command:

composer require d00ker/coub

Usage

Simple usage looks like:

$Coub = new Coub($token);
$hotCoubs = $Coub->timeline->getHot();

Built With

  • Coub API — of course
  • Guzzle — PHP HTTP client
  • PHPUnit — Programmer-oriented testing framework for PHP

Versioning

I'm use SemVer for versioning. For the versions available, see the tags on this repository.

License

This library is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments