PHPackages                             dekuan/vdata - 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. dekuan/vdata

ActiveLibrary

dekuan/vdata
============

VDATA protocol by DeKuan, Inc.

1.0.30(8y ago)22.0k314proprietaryJavaScriptPHP &gt;=5.3.0

Since Sep 6Pushed 8y ago4 watchersCompare

[ Source](https://github.com/dekuan/vdata)[ Packagist](https://packagist.org/packages/dekuan/vdata)[ RSS](/packages/dekuan-vdata/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (6)Versions (33)Used By (14)

vdata
=====

[](#vdata)

vdata protocol is a perfectly total solution for HTTP RPC Call. It's free and open source. And, it's the best way for calling and responding HTTP services. With pretty vdata, you can easily call HTTP services with required version and timeout control. And definitely, Cross-origin resource sharing(CORS) call is okay. vdata client were now wrote in PHP and Javascript, for more features, please view [documentation](http://vdata.dekuan.org/docs).

Features
--------

[](#features)

- Defines the data protocol for HTTP/HTTPS based service Remote Process Call.
- Defines common error codes and the range of user customized error codes.
- Defines common status codes.
- RESTfull api supported.
- Cross-Origin Resource Sharing supported.
- Send version request by HTTP\_ACCEPT from client.
- Respond in-service version of service from server.

Why do we call it vdata?
------------------------

[](#why-do-we-call-it-vdata)

Truth be told, V is a pretty girl's name. Uh huh, so, we hope vdata would be pretty too for you.

What vdata looks like?
----------------------

[](#what-vdata-looks-like)

vdata is JSON-based protocol, when you call a HTTP service played by vdata protocol, you will see the response from server:

```
{
    "name"          : "",       //  string, name of service
    "url"           : "",       //  string, address of service
    "version"       : "1.0",    //  string, version of service
    "errorid"       : 0,        //  numeric,    error id
    "errordesc"     : "",       //  string, desciption of error
    "vdata"         : {}        //  user customized data.
                                //      it might be an array or an object with
                                //      contents of a string, number, array or object.
}

```

For more information
--------------------

[](#for-more-information)

Please view [documentation](http://vdata.dekuan.org/docs)

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community24

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~30 days

Total

31

Last Release

2932d ago

### Community

Maintainers

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

---

Top Contributors

[![dekuan](https://avatars.githubusercontent.com/u/18378704?v=4)](https://github.com/dekuan "dekuan (38 commits)")[![xingworld](https://avatars.githubusercontent.com/u/5023258?v=4)](https://github.com/xingworld "xingworld (38 commits)")[![liuqixing](https://avatars.githubusercontent.com/u/11552823?v=4)](https://github.com/liuqixing "liuqixing (25 commits)")

---

Tags

composerlaravelphprpcrpc-frameworkvdata-protocol

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dekuan-vdata/health.svg)

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

###  Alternatives

[api-platform/state

API Platform state interfaces

223.4M57](/packages/api-platform-state)[api-platform/validator

API Platform validator component

223.2M10](/packages/api-platform-validator)[symfony/ux-notify

Native notification integration for Symfony

1274.7k](/packages/symfony-ux-notify)

PHPackages © 2026

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