PHPackages                             onygo/argusly-laravel-connector - 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. [Framework](/categories/framework)
4. /
5. onygo/argusly-laravel-connector

ActiveLibrary[Framework](/categories/framework)

onygo/argusly-laravel-connector
===============================

First-party Laravel connector for Argusly.

v0.1.6(3w ago)05↓50%proprietaryPHPPHP ^8.2

Since Jun 21Pushed 1mo agoCompare

[ Source](https://github.com/Onygo/argusly-laravel-connector)[ Packagist](https://packagist.org/packages/onygo/argusly-laravel-connector)[ RSS](/packages/onygo-argusly-laravel-connector/feed)WikiDiscussions main Synced 2w ago

READMEChangelogDependencies (8)Versions (8)Used By (0)

Argusly Laravel Connector
=========================

[](#argusly-laravel-connector)

First-party Laravel connector client for Argusly.

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

[](#installation)

Install the package in a Laravel application:

```
composer require onygo/argusly-laravel-connector
php artisan vendor:publish --tag=argusly-connector-config
```

Configuration
-------------

[](#configuration)

Set these environment variables in the consuming Laravel app:

```
ARGUSLY_CONNECTOR_API_URL=https://api.argusly.com
ARGUSLY_CONNECTOR_TOKEN=
ARGUSLY_CONNECTOR_SITE_ID=
ARGUSLY_CONNECTOR_DESTINATION_ID=
ARGUSLY_CONNECTOR_SITE_NAME="${APP_NAME}"
ARGUSLY_CONNECTOR_SITE_URL="${APP_URL}"
ARGUSLY_CONNECTOR_TIMEOUT=15
```

The token is issued by Argusly and is sent as `Authorization: Bearer `.

Usage
-----

[](#usage)

Inject `Onygo\ArguslyConnector\ArguslyClient` where connector actions are needed:

```
use Onygo\ArguslyConnector\ArguslyClient;

$response = app(ArguslyClient::class)->health();
```

Available client methods:

- `health(array $metadata = [])`
- `contentIndex(array $filters = [])`
- `content(string|int $content)`
- `acknowledgeContentSync(string|int $content, array $payload, ?string $idempotencyKey = null)`

Artisan Commands
----------------

[](#artisan-commands)

```
php artisan argusly:connector:health
php artisan argusly:connector:content:pull --limit=25
php artisan argusly:connector:content:ack {content_id} {status} --remote-id=123 --remote-url=https://example.com/post
```

Platform Contract
-----------------

[](#platform-contract)

The connector calls these Argusly endpoints:

- `POST /api/v1/connectors/heartbeat`
- `GET /api/v1/connectors/content`
- `GET /api/v1/connectors/content/{content}`
- `POST /api/v1/connectors/content/{content}/sync-results`

It sends `X-Argusly-Site`, `X-Argusly-Destination-Id`, and `X-Argusly-Idempotency-Key` where relevant.

Verification
------------

[](#verification)

```
composer validate --strict
php -l src/ArguslyClient.php
php -l src/ArguslyConnectorServiceProvider.php
php -l src/Console/Commands/HealthCheckCommand.php
php -l src/Console/Commands/ContentPullCommand.php
php -l src/Console/Commands/ContentSyncCommand.php
```

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance92

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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 ~3 days

Total

7

Last Release

27d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5781387?v=4)[Ricardo Hagens](/maintainers/onygo)[@Onygo](https://github.com/Onygo)

### Embed Badge

![Health badge](/badges/onygo-argusly-laravel-connector/health.svg)

```
[![Health](https://phpackages.com/badges/onygo-argusly-laravel-connector/health.svg)](https://phpackages.com/packages/onygo-argusly-laravel-connector)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.4M352](/packages/psalm-plugin-laravel)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

79227.1M206](/packages/laravel-mcp)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.5k30.2M156](/packages/laravel-cashier)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k16.3M146](/packages/laravel-pulse)[forjedio/inertia-table

Backend-driven dynamic tables for Laravel + Inertia.js

272.0k](/packages/forjedio-inertia-table)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1239.7k25](/packages/fleetbase-core-api)

PHPackages © 2026

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