PHPackages                             mateusfbi/totvs-rm-soap - 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. mateusfbi/totvs-rm-soap

ActiveLibrary[API Development](/categories/api)

mateusfbi/totvs-rm-soap
=======================

Conexão SOAP para integração com TOTVS RM

v2.0.0(3mo ago)02MITPHPPHP ^8.0

Since Feb 9Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/mateusfbi/totvs-rm-soap)[ Packagist](https://packagist.org/packages/mateusfbi/totvs-rm-soap)[ RSS](/packages/mateusfbi-totvs-rm-soap/feed)WikiDiscussions main Synced 1mo ago

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

TotvsRmSoap
===========

[](#totvsrmsoap)

Este projeto é uma implementação em PHP para integração com o serviço SOAP da Totvs RM.

Requisitos
----------

[](#requisitos)

- PHP 8.0 ou superior
- Extensão SOAP do PHP
- Extensão XML do PHP
- Composer

Instalação
----------

[](#instalação)

1. Instale com o Composer: ```
    composer require mateusfbi/totvs-rm-soap
    ```
2. Instale importando o projeto via git:

- Clone o repositório: ```
    git clone https://github.com/mateusfbi/totvs-rm-soap.git
    ```
- Instale as dependências via Composer: ```
    composer install
    ```

Configuração
------------

[](#configuração)

1. Renomeie o arquivo `.env.example` para `.env`: ```
    mv .env.example .env
    ```
2. Configure as variáveis de ambiente no arquivo `.env` conforme necessário.

Uso
---

[](#uso)

Para utilizar o serviço SOAP, você pode instanciar a classe `WebService` e chamar os métodos disponíveis. Veja um exemplo básico abaixo:

```
include_once __DIR__ . '/vendor/autoload.php';

use TotvsRmSoap\Connection\WebService;
use TotvsRmSoap\Services\DataServer;

echo "";

    $ds =  new  DataServer(new WebService);
    $ds->setDataServer("GlbColigadaDataBR");
    $ds->setContexto("CODSISTEMA=G;CODCOLIGADA=0;CODUSUARIO=mestre");
    $ds->setFiltro("1=1");
    $result = $ds->readView();

    if(array_key_exists('GColigada',$result)){
        $result = $result['GColigada'];
    }else{
        $result = [];
    }

    var_dump($result);

echo "";
```

Licença
-------

[](#licença)

Este projeto está licenciado sob a licença MIT. Veja o arquivo [LICENSE](LICENSE) para mais detalhes.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance82

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Total

4

Last Release

94d ago

Major Versions

v1.1.0 → v2.0.02026-02-05

### Community

Maintainers

![](https://www.gravatar.com/avatar/82e5634cc19375e31b11302f453df454a1918700fa4bf5d334776e223a0b7454?d=identicon)[mateusfbi](/maintainers/mateusfbi)

---

Top Contributors

[![mateusfbi](https://avatars.githubusercontent.com/u/1020237?v=4)](https://github.com/mateusfbi "mateusfbi (21 commits)")

---

Tags

soaprmtotvs

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mateusfbi-totvs-rm-soap/health.svg)

```
[![Health](https://phpackages.com/badges/mateusfbi-totvs-rm-soap/health.svg)](https://phpackages.com/packages/mateusfbi-totvs-rm-soap)
```

###  Alternatives

[laminas/laminas-soap

6121.8M37](/packages/laminas-laminas-soap)[gusapi/gusapi

Gus Api Library for PHP

1351.5M8](/packages/gusapi-gusapi)[codedredd/laravel-soap

A SoapClient wrapper integration for Laravel

221516.6k3](/packages/codedredd-laravel-soap)[afipsdk/afip.php

Libreria para usar los Web Services de AFIP (Argentina)

284121.2k5](/packages/afipsdk-afipphp)[besimple/soap-client

Build and consume SOAP Client based web services

582.2M14](/packages/besimple-soap-client)[mtownsend/collection-xml

The missing XML support for Laravel's Collection class.

4440.3k](/packages/mtownsend-collection-xml)

PHPackages © 2026

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