PHPackages                             wearequantico/reacto-api - 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. wearequantico/reacto-api

ActiveLibrary[API Development](/categories/api)

wearequantico/reacto-api
========================

Reacto API

v1.0.8(3mo ago)019MITPHPPHP &gt;=7.4

Since Dec 1Pushed 3mo agoCompare

[ Source](https://github.com/wearequantico/reacto-api)[ Packagist](https://packagist.org/packages/wearequantico/reacto-api)[ RSS](/packages/wearequantico-reacto-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (1)Versions (10)Used By (0)

Reacto API Service
==================

[](#reacto-api-service)

Libreria in sostituzione delle vecchie API Soap di Reacto

Installazione
-------------

[](#installazione)

In `composer.json` inserire

```
"wearequantico/reacto-api" : "@stable"

```

Attenzione, verificare che la versione di php sia almeno 7.4

```
"config": {
    "platform": {
	    "php":  "7.4"
    }
}

```

Procedere con `composer install` o `composer update`

Utilizzo
--------

[](#utilizzo)

- In `lib/config_general.php` , sostituire l'indirizzo del webservice, in in genere l'url ha un percorso come: [http://localhost:28080/ReactoWa\_CLIENTE/APIClass](http://localhost:28080/ReactoWa_CLIENTE/APIClass)
- in lib/config\_general.php ,

    sostituire

    ```
     $wsobj = new WebcommerceEcom2Service();

    ```

    con

    ```
      use Wearequantico\ReactoApi\ReactoApiService;
      $wsobj  =  new  ReactoApiService();

    ```

    il costruttore ReactoApiService ha due parametri opzionali: $url = url dei WS (di default usa la costante WSDL\_LOC) $config = Array di configurazioni del client Guzzle (  )
- In classes/WebcommerceEcomServiceWrapper.php , rimuovere nel costruttore il tipo:

    Da

    ```
      function  __construct(WebcommerceEcom2Service  $wsobj  ,  Cache  $cacheobj  =  null) {

    ```

    A

    ```
      function  __construct(  $wsobj  ,  Cache  $cacheobj  =  null) {

    ```

Gestione Errori
---------------

[](#gestione-errori)

In caso di errori, viene mostrata una pagina error 500 con un codice di errore, inserire il codice di errore nella url in Query String.

Es: `?view_error=CODICE` per visualizzare le informazioni sull'errore **Importante:** Il codice di errore vive in sessione, non è utilizzabile da altri

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance78

Regular maintenance activity

Popularity6

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

Recently: every ~12 days

Total

9

Last Release

116d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/55c1b3eb98b659e686b5a24122c9cb1aa6d311e3514ee4310fb6340f99679ba5?d=identicon)[wearequantico](/maintainers/wearequantico)

### Embed Badge

![Health badge](/badges/wearequantico-reacto-api/health.svg)

```
[![Health](https://phpackages.com/badges/wearequantico-reacto-api/health.svg)](https://phpackages.com/packages/wearequantico-reacto-api)
```

###  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)
