PHPackages                             techshark/laritio - 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. [API Development](/categories/api)
4. /
5. techshark/laritio

ActiveLibrary[API Development](/categories/api)

techshark/laritio
=================

Laravel package for Publit.io PHP SDK.

1.0(7y ago)3295[1 PRs](https://github.com/techshark/laritio/pulls)MITPHPPHP ^7.1

Since Jul 17Pushed 6y agoCompare

[ Source](https://github.com/techshark/laritio)[ Packagist](https://packagist.org/packages/techshark/laritio)[ RSS](/packages/techshark-laritio/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Laritio
=======

[](#laritio)

Laravel package for Publit.io PHP SDK.

Installation
============

[](#installation)

1. Register the LaritioServiceProvider in config/app.php
2. Execute php artisan vendor:publish and publish the Laritio config file.
3. Add your configuration values for Laritio to your .env

You're all done!

Usage
=====

[](#usage)

**File upload**

```
$laritioSDKFileRequest = new LaritioSDKFileRequest(
    '/images/example.png',
    ['title' => 'example title']
);

$laritioSDK->uploadFile($laritioSDKFileRequest);
```

**Watermark**

```
$laritioSDKWatermarkRequest = new LaritioSDKWatermarkRequest(
    '/images/example.png',
    [
        'name' => 'mytestwm',
        'position' => 'bottom-right',
        'padding' => '20'
    ]
);

$laritioSDK->uploadFile($laritioSDKWatermarkRequest);
```

**General request**

*adtags list as example.*

```
$laritioSDKRequest = new LaritioSDKRequest(
    '/players/adtags/list'
);

$laritioSDK->call($laritioSDKRequest);
```

For all possibilities see the publit.io API documentation at:

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity57

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

2858d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4b2c953e6566a925337fe7a56a431117dd38c3055b411f2c45ad509be052d969?d=identicon)[tylerbrennan](/maintainers/tylerbrennan)

---

Top Contributors

[![techshark](https://avatars.githubusercontent.com/u/40990189?v=4)](https://github.com/techshark "techshark (10 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/techshark-laritio/health.svg)

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

###  Alternatives

[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k34.0M112](/packages/darkaonline-l5-swagger)[echolabsdev/prism

A powerful Laravel package for integrating Large Language Models (LLMs) into your applications.

2.3k388.3k10](/packages/echolabsdev-prism)[sburina/laravel-whmcs-up

WHMCS API client and user provider for Laravel

271.3k](/packages/sburina-laravel-whmcs-up)

PHPackages © 2026

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