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

ActiveProject[API Development](/categories/api)

progresivjose/arc-api-connector
===============================

A simple Guzzle Wrapper with some specific params to connect to Arc XP API

2.0(2y ago)014MITPHPPHP &gt;=8.2.11

Since Sep 25Pushed 2y ago2 watchersCompare

[ Source](https://github.com/progresivjose/arc-api-connector)[ Packagist](https://packagist.org/packages/progresivjose/arc-api-connector)[ RSS](/packages/progresivjose-arc-api-connector/feed)WikiDiscussions main Synced today

READMEChangelog (4)Dependencies (3)Versions (5)Used By (0)

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

[](#installation)

To install the package you should run the followin command

`composer require progrevisjose/arc-api-connector:1.0`

Usage
=====

[](#usage)

First you must initialize the class

```
import GuzzleHttp\Client;

$client = new \Progresivjose\ArcApiConnector(new Client, 'ARC API SECRET TOKEN');
```

Then you can start making the requests

```
//making a simple request
$this->client->get('https://example.test');

//passing params to the request
$this->client->get('https://example.test', ['foo' => 'bar']);

//example of post as form_params
$this->client->post('https://example.test'. ['name' => 'John', 'lastname' => 'Doe']);

//example of post as json body
$this->client->post('http://example.test', ['name' => 'John', 'lastname' => 'Doe'], 'json');

//example of post as multipart
$this->client->post('http://example.test', ['name' => 'John', 'lastname' => 'Doe'], 'multipart');
```

### Available methods

[](#available-methods)

- get
- post
- put
- delete

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

Every ~17 days

Total

4

Last Release

959d ago

Major Versions

1.2 → 2.02023-11-16

PHP version history (2 changes)1.0PHP &gt;=7.0.0

2.0PHP &gt;=8.2.11

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/178829?v=4)[progresivjose](/maintainers/progresivjose)[@progresivjose](https://github.com/progresivjose)

---

Top Contributors

[![progresivjose](https://avatars.githubusercontent.com/u/178829?v=4)](https://github.com/progresivjose "progresivjose (6 commits)")

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/progresivjose-arc-api-connector/health.svg)

```
[![Health](https://phpackages.com/badges/progresivjose-arc-api-connector/health.svg)](https://phpackages.com/packages/progresivjose-arc-api-connector)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M971](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1943.1k5](/packages/aimeos-prisma)

PHPackages © 2026

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