PHPackages                             sdpgs/gyazo - 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. sdpgs/gyazo

ActiveLibrary

sdpgs/gyazo
===========

simple gyazo client

1.0.2(3y ago)030[1 issues](https://github.com/tanakaphper/sdpgs-gyazo/issues)1MITPHPPHP ^8.1.0

Since Jan 16Pushed 3y ago1 watchersCompare

[ Source](https://github.com/tanakaphper/sdpgs-gyazo)[ Packagist](https://packagist.org/packages/sdpgs/gyazo)[ Docs](https://sunday-programmers.com)[ RSS](/packages/sdpgs-gyazo/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (1)

sdpgs-gyazo
===========

[](#sdpgs-gyazo)

[![MIT License](https://camo.githubusercontent.com/db79b92834d905629b1aea42c9aa493da02060189e2af90840b1be5d6bf6ddf7/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c6174)](LICENSE)[![tests](https://github.com/tanakaphper/sdpgs-gyazo/actions/workflows/php.yml/badge.svg)](https://github.com/tanakaphper/sdpgs-gyazo/actions/workflows/php.yml)[![MIT PHPStan](https://camo.githubusercontent.com/c6646862e33aeb224bff40c07b79412dc13bdbae050157d25bea3647e3784f6f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d6c6576656c253230392d636f726e666c6f776572626c7565)](https://phpstan.org/)

Introduction
------------

[](#introduction)

sdpgs-gyazo is a simple gyazo api client on PHP. You can upload,get and delete image to Gyazo without any complex optional http parameters. Only you need to do is to register your application and then generate your access token in Gyazo. Gyazo access token is only required sdpg-gyazo parameter. If you want to know more detailed information, please go to following official document page.

Official Documentation
----------------------

[](#official-documentation)

Documentation for Gyazo API can be found on [Gyazo API](https://gyazo.com/api)

Install
-------

[](#install)

```
composer require sdpgs/gyazo
```

Usage
-----

[](#usage)

```
$gyazoClient = GyazoClient::getInstance('{your Gyazo access token}');
/** @var string $imageBinary **/
$imageBinary = '*****';
$response = $gyazoClient->uploadImage($imageBinary, 'hoge.png');
```

How to test
-----------

[](#how-to-test)

Move directory to tests/Feature and generate copy .env.example to .env.

```
cp .env.example .env
```

And then add GYAZO\_ACCESS\_TOKEN, as above-mentioned.

```
GYAZO_ACCESS_TOKEN={your Gyazo access token}
```

And run following composer script.

```
composer test
```

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

[](#contributing)

Thank you for considering to sdpgs-gyazo! But, The contribution guide doesn't get ready yet. If you would so, please wait just a moment.

License
-------

[](#license)

sdpgs-gyazo is open-sourced sofware licensed under the MIT license.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

1218d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d87dccbe0b06655c5967118cba033e8f72aaf255b1e3e35ea40264347f840ca3?d=identicon)[tanakaphper](/maintainers/tanakaphper)

---

Top Contributors

[![tanakaphper](https://avatars.githubusercontent.com/u/59798224?v=4)](https://github.com/tanakaphper "tanakaphper (52 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/sdpgs-gyazo/health.svg)

```
[![Health](https://phpackages.com/badges/sdpgs-gyazo/health.svg)](https://phpackages.com/packages/sdpgs-gyazo)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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