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 1mo ago

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

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

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

Every ~17 days

Total

4

Last Release

911d 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://www.gravatar.com/avatar/2fce62c1fc9685be28f3acecc31e627658104b91f43c8a314b910beaa4cc4dc5?d=identicon)[progresivjose](/maintainers/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

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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