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.3(today)01↑2900%proprietaryPHPPHP ^8.2

Since Jun 21Pushed todayCompare

[ 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 today

READMEChangelogDependencies (3)Versions (5)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

38

—

LowBetter than 83% of packages

Maintenance100

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

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

Total

4

Last Release

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

[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

76518.2M118](/packages/laravel-mcp)[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k51.0M7.5k](/packages/larastan-larastan)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k89.4M574](/packages/laravel-passport)[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k8.7M64](/packages/spatie-laravel-responsecache)[laravel/ai

The official AI SDK for Laravel.

9782.1M161](/packages/laravel-ai)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)

PHPackages © 2026

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