PHPackages                             deploykit/telegraph-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [DevOps &amp; Deployment](/categories/devops)
4. /
5. deploykit/telegraph-api

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

deploykit/telegraph-api
=======================

v1.1.2(4y ago)162081[1 issues](https://github.com/deploykit/telegraph-api/issues)MITPHP

Since Dec 27Pushed 4y ago2 watchersCompare

[ Source](https://github.com/deploykit/telegraph-api)[ Packagist](https://packagist.org/packages/deploykit/telegraph-api)[ RSS](/packages/deploykit-telegraph-api/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (1)Versions (9)Used By (0)

Telegra.ph API for PHP
======================

[](#telegraph-api-for-php)

[![Packagist](https://camo.githubusercontent.com/0848916894be07a79608941d8f51e3728e5f08d2fa6eb26598a9954ae4b2fa7d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6465706c6f796b69742f74656c6567726170682d6170692e737667)](https://packagist.org/packages/deploykit/telegraph-api)[![license](https://camo.githubusercontent.com/850eae1099d2b05f53383473d7cd51f9bc1ab09b7d0d9e5122f1dd930efdcc6d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6173686170652f6170697374617475732e737667)](LICENSE.md)[![StyleCI](https://camo.githubusercontent.com/aaf3a6b3dadfde971619191fac06d6df31e370f6b5c7eca61b9c0791f66b435b/68747470733a2f2f7374796c6563692e696f2f7265706f732f37363937343534342f736869656c643f6272616e63683d6d6173746572267374796c653d666c6174)](https://styleci.io/repos/76974544)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/7bbcbfbb02ee26739fe4f890d4ac026269ddfebd46c021581777ca371e323757/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6465706c6f796b69742f74656c6567726170682d6170692f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/deploykit/telegraph-api/?branch=master)

This package lets you work with [telegra.ph](http://telegra.ph) API.

Contents
--------

[](#contents)

- [Installation](#installation)
- [Usage](#usage)
- [Changelog](#changelog)
- [Roadmap](#roadmap)
- [Contributing](#contributing)
- [Credits](#credits)
- [License](#license)

Installation
------------

[](#installation)

To get the latest version of Telegra.ph API client simply require the project using [Composer](https://getcomposer.org):

```
$ composer require deploykit/telegraph-api
```

Or you can manually update your require block and run `composer update` if you choose so:

```
{
    "require": {
        "deploykit/telegraph-api": "~1.1.0"
    }
}
```

Usage
-----

[](#usage)

All methods in Telegraph Client class correspond to API methods that are described in [Telegraph API documentation](http://telegra.ph/api).

```
$telegraph = new \Deploykit\Telegraph\Client();

$telegraph->createAccount('Author', 'Author name', 'http://example.com');
```

All entities' classes implement ArrayAccess, so any property of any class can be accessed either in object style or in array style. For all methods that require `access_token`, you can either provide a string with your token or provide instance of `\Deploykit\Telegraph\Entities\Account` class.

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Roadmap
-------

[](#roadmap)

All future features are documented in [Roadmap GitHub project](https://github.com/deploykit/telegraph-api/projects/1).

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Alexey Plekhanov](https://github.com/alexsoft)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~454 days

Total

5

Last Release

1606d ago

Major Versions

v0.1.0 → v1.0.02017-01-02

### Community

Maintainers

![](https://www.gravatar.com/avatar/8b007906f72b36ec7614b7a0a5d4455e5e40c2fdfc3c7e4b9b3d605c379664b7?d=identicon)[alexsoft](/maintainers/alexsoft)

---

Top Contributors

[![alexsoft](https://avatars.githubusercontent.com/u/1451894?v=4)](https://github.com/alexsoft "alexsoft (19 commits)")

### Embed Badge

![Health badge](/badges/deploykit-telegraph-api/health.svg)

```
[![Health](https://phpackages.com/badges/deploykit-telegraph-api/health.svg)](https://phpackages.com/packages/deploykit-telegraph-api)
```

###  Alternatives

[mikopbx/core

Free PBX system for SMB based on Asterisk

5271.4k](/packages/mikopbx-core)[pikart/goip

Goip server and client

297.3k](/packages/pikart-goip)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
