PHPackages                             havenstd06/limg-php-client - 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. [Image &amp; Media](/categories/media)
4. /
5. havenstd06/limg-php-client

ActiveLibrary[Image &amp; Media](/categories/media)

havenstd06/limg-php-client
==========================

PHP package for the Limg.app website - allowing to upload images via the API of the website.

v1.0.0(4y ago)340MITPHPPHP ^8.0

Since Jul 16Pushed 4y ago2 watchersCompare

[ Source](https://github.com/Havenstd06/Limg-PHP-Client)[ Packagist](https://packagist.org/packages/havenstd06/limg-php-client)[ Docs](https://github.com/havenstd06/limg-php-client)[ GitHub Sponsors](https://github.com/Havenstd06)[ RSS](/packages/havenstd06-limg-php-client/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

Limg PHP Client Package.
========================

[](#limg-php-client-package)

[![limg logo](https://camo.githubusercontent.com/d508838085318384bc7e60224388e664740c1895c63083b3cc88e44b315c9c69/68747470733a2f2f6c696d672e6170702f692f6751484f4770532e706e672f353030)](https://camo.githubusercontent.com/d508838085318384bc7e60224388e664740c1895c63083b3cc88e44b315c9c69/68747470733a2f2f6c696d672e6170702f692f6751484f4770532e706e672f353030)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e3bfe7bcd3c874912f2bcaa51a1bcf4272a6a10c55a1c2ead6b682c5f3e7962d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f686176656e73746430362f6c696d672d7068702d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/havenstd06/limg-php-client)[![GitHub Tests Action Status](https://camo.githubusercontent.com/b3cb96fe7154a9d2674971c75df84640e76dfbf35fffc0196c24a4f2c5385085/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f686176656e73746430362f6c696d672d7068702d636c69656e742f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/havenstd06/limg-php-client/actions?query=workflow%3ATests+branch%3Amaster)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/976cd88a50b8bc22818f6b427d295c0c1cd37731ae9224581ac2d7deac2cc541/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f686176656e73746430362f6c696d672d7068702d636c69656e742f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/havenstd06/limg-php-client/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/7da7d29dc2dc39f96eef9d8ba377fbb96e56e16563ad4d6ec21277f5a0ff4cd6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f686176656e73746430362f6c696d672d7068702d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/havenstd06/limg-php-client)

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

[](#installation)

You can install the package via composer:

```
composer require havenstd06/limg-php-client
```

Usage
-----

[](#usage)

```
use Havenstd06\Limg\Client as Limg;

$token = "abcdef1234";
Limg::setApiToken($token);

$img = Limg::upload('./images/test.png', $title = null);

$getSuccess = $img->getSuccess(); // true || false
$getStatus = $img->getStatus(); // 200
$getTitle = $img->getTitle(); // "Image uploaded from Client-PHP-Client"
$getDatetime = $img->getDatetime(); // "1626435783"
$getDate = $img->getDate(); // "2021-07-16 11:34:54"
$getType = $img->getType(); // "image/jpeg"
$getUserId = $img->getUserId(); // 2
$getUsername = $img->getUsername(); // "Havens"
$getState = $img->getState(); // 2
$getDeleteLink = $img->getDeleteLink(); // "https://limg.app/api/images/delete/xxxxxx"
$getPageLink = $img->getPageLink(); // "https://limg.app/i/xxxxxx"
$getLink = $img->getLink(); // "https://limg.app/i/xxxxxx.xxx"
```

More information on Limg's documentation [HERE](https://github.com/Havenstd06/Limg).

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

[](#contributing)

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

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Thomas](https://github.com/Havenstd06)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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

1767d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/63080095138cd8f6a665e07f9bfef3310add62ede73fe6377334788691edc835?d=identicon)[Havenstd06](/maintainers/Havenstd06)

---

Top Contributors

[![Havenstd06](https://avatars.githubusercontent.com/u/33732634?v=4)](https://github.com/Havenstd06 "Havenstd06 (16 commits)")

---

Tags

symfonylaravelHavenstd06limg-php-clientLimg

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/havenstd06-limg-php-client/health.svg)

```
[![Health](https://phpackages.com/badges/havenstd06-limg-php-client/health.svg)](https://phpackages.com/packages/havenstd06-limg-php-client)
```

###  Alternatives

[urlbox/screenshots

Use urlbox to easily generate website thumbnail screenshots from a URL

14250.4k](/packages/urlbox-screenshots)[bjthecod3r/laravel-cloudflare-stream

A Laravel package for Cloudflare Stream.

203.4k](/packages/bjthecod3r-laravel-cloudflare-stream)[naturalgroove/laravel-filament-image-generator-field

A Laravel Filament plugin that generates images using AI directly in Admin Panel

161.3k](/packages/naturalgroove-laravel-filament-image-generator-field)

PHPackages © 2026

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