PHPackages                             yorch/v3sdk - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. yorch/v3sdk

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

yorch/v3sdk
===========

V3ctor WareHouse Php Sdk

0291PHP

Since Mar 6Pushed 10y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

V3ctor Sdk
==========

[](#v3ctor-sdk)

Description
-----------

[](#description)

V3ctor WareHouse PHP Sdk

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

[](#requirements)

- [PHP 5.4.1 or higher](http://www.php.net/)
- [V3ctor WareHouse](https://github.com/yorch81/v3ctorwh)

Developer Documentation
-----------------------

[](#developer-documentation)

Execute phpdoc -d v3sdk/

Unit Test
---------

[](#unit-test)

For run Unit Test, complete information connection and execute the next commands:

> phpunit V3SdkTest.php

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

[](#installation)

Create file composer.json

```
{
    "require": {
    	"php": ">=5.4.0",
        "yorch/v3sdk" : "dev-master"
    }
}
```

Execute composer.phar install

Example
-------

[](#example)

```

// Get Instance
$v3 = V3Sdk::getInstance('http://v3-yorch.rhcloud.com/', "lYltuNtYYbYRFC7QWwHn9b5aH2UJMk1234567890");

$data = array('DATA' => 111, 'NAME' => 'jorge');

// Insert new Object
$result = $v3->newObject('v3', $data);
var_dump($result);

// Get Id
$_id = V3Sdk::getId($result['_id']);

// Get Id for MySQL Case
//$_id = $result[0]->_id;

// Update Object
$data = array('DATA' => 111, 'NAME' => 'yorch');
$result = $v3->updateObject('v3', $_id, $data);

// Find By Id
$result = $v3->findObject('v3', $_id);
var_dump($result);

// Find By Pattern
$result = $v3->query('v3', $data);
var_dump($result);

// Foreach Result
foreach ($result as $item) {
	echo V3Sdk::getId($item->_id) . "\n";
}

// Delete Object
$result = $v3->deleteObject('v3', $_id);

```

Notes
-----

[](#notes)

V3Sdk PHP uses CURL for access to V3ctor WareHouse.

References
----------

[](#references)

P.D. Let's go play !!!

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.9% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/cac2c0353ae65e0178e939fe92047396e8dd81d8461cfd5ae2492cd32c1534bd?d=identicon)[yorch](/maintainers/yorch)

---

Top Contributors

[![yorch81](https://avatars.githubusercontent.com/u/4605324?v=4)](https://github.com/yorch81 "yorch81 (10 commits)")[![juliofts](https://avatars.githubusercontent.com/u/1206877?v=4)](https://github.com/juliofts "juliofts (1 commits)")

### Embed Badge

![Health badge](/badges/yorch-v3sdk/health.svg)

```
[![Health](https://phpackages.com/badges/yorch-v3sdk/health.svg)](https://phpackages.com/packages/yorch-v3sdk)
```

###  Alternatives

[nelexa/roach-php-bundle

Symfony bundle for roach-php/core

101.3k](/packages/nelexa-roach-php-bundle)

PHPackages © 2026

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