PHPackages                             guilhermewop/rv-sdk-php - 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. guilhermewop/rv-sdk-php

ActiveLibrary[API Development](/categories/api)

guilhermewop/rv-sdk-php
=======================

API Client for RV Tecnologia API

v1.1.0(9y ago)156MITPHPPHP &gt;=5.4

Since Dec 4Pushed 9y ago1 watchersCompare

[ Source](https://github.com/guilhermewop/rv-sdk-php)[ Packagist](https://packagist.org/packages/guilhermewop/rv-sdk-php)[ Docs](https://github.com/guilhermewop/rv-sdk-php)[ RSS](/packages/guilhermewop-rv-sdk-php/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (4)Used By (0)

SDK for RV Tecnologia XML API
=============================

[](#sdk-for-rv-tecnologia-xml-api)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)

A simple SDK to access RV Tecnologia XML API.

Requirements
------------

[](#requirements)

- PHP 5.4.x
- Zend Framework HTTP Module &gt;= 2.5

Installation
------------

[](#installation)

### Using composer (recommended)

[](#using-composer-recommended)

```
php composer.phar require guilhermewop/rv-sdk-php:dev-master
```

[Package information on Packagist](https://packagist.org/packages/guilhermewop/rv-sdk-php)

### Usage

[](#usage)

Example using the generic transaction class:

```
try {
    // All transactions require a request (put it in your config files)
    $request = new Rv\Request;
    $request->setUri('api host')
            ->setUsername('your primary username')
            ->setStore('your primary store')
            ->setPassword('your primary password');

    // All operations require a transaction code
    $transactionCode = 5; // online recharge code
    $transaction = new Rv\Transaction($transactionCode);
    $transaction->setRequest($request);
    $response = $transaction->send([
        'compra'  => '100000000',
        'produto' => '1488',
        'ddd'     => '11',
        'fone'    => '987654321',
    ]); // returns Rv\Response object
} catch (\Exception $e) {
    // ...
}
```

Example using specific transaction implementation:

```
try {
    // All transactions require a request (put it in your config files)
    $request = new Rv\Request;
    $request->setUri('api host')
            ->setUsername('your primary username')
            ->setStore('your primary store')
            ->setPassword('your primary password');

    // A online mobile recharge
    $recharge = new Rv\Transaction\Recharge\Online($request);
    $recharge->setOperator('oi')
             ->setMsisdn('11987654321')
             ->setAmount('10.00')

    $response = $recharge->send(); // returns Rv\Response object
} catch (\Exception $e) {
    // ...
}
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

2

Last Release

3485d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/407486860876d67940655c803dd45afed64642f05c59b9f2aba21e43b790daca?d=identicon)[guilhermewop](/maintainers/guilhermewop)

---

Top Contributors

[![guilhermewop](https://avatars.githubusercontent.com/u/427446?v=4)](https://github.com/guilhermewop "guilhermewop (2 commits)")

---

Tags

apiclientxmlrv tecnologia

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/guilhermewop-rv-sdk-php/health.svg)

```
[![Health](https://phpackages.com/badges/guilhermewop-rv-sdk-php/health.svg)](https://phpackages.com/packages/guilhermewop-rv-sdk-php)
```

###  Alternatives

[deepseek-php/deepseek-php-client

deepseek PHP client is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities.

46784.5k5](/packages/deepseek-php-deepseek-php-client)[skeeks/yii2-google-api

Component for work with google api based on google/apiclient

1143.6k1](/packages/skeeks-yii2-google-api)

PHPackages © 2026

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