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(8y 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 4w 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

28

—

LowBetter than 51% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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

2950d 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

[statamic/cms

The Statamic CMS Core Package

4.9k3.8M1.1k](/packages/statamic-cms)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

137236.2k8](/packages/statamic-rad-pack-runway)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3622.8k](/packages/duncanmcclean-statamic-cargo)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

793.9k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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