PHPackages                             silici0/vtex - 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. silici0/vtex

ActiveLibrary[API Development](/categories/api)

silici0/vtex
============

Vtex api access for PHP

057PHP

Since Apr 26Pushed 7y ago1 watchersCompare

[ Source](https://github.com/silici0/vtex)[ Packagist](https://packagist.org/packages/silici0/vtex)[ RSS](/packages/silici0-vtex/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

vtex api access via PHP
=======================

[](#vtex-api-access-via-php)

This library provides an objected-oriented wrapper of the PHP classes to access Vtex REST api

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

[](#installation)

```
composer require silici0/vtex:dev-master

```

Configuration
-------------

[](#configuration)

Create a file in your root folder called "config-vtex.json" as the follow example code :

```
{
  "accountName": "account-name",
  "environment": "vtexcommercestable",
  "AppKey": "vtex-appKey",
  "AppToken": "vtex-apptoken"
}

```

Usage example
-------------

[](#usage-example)

```
require "vendor/autoload.php";
use silici0\Vtex\VtexService;

$v = new VtexService();
$params = array();
$params['orderBy'] = "orderId,desc";
$params['f_shippingEstimate'] = "2.days";
$repositories = $v->getOmsListOrders($params);

echo "Found " . count($repositories) . " results:\n";
foreach ($repositories as $repo) {
    echo $repo->orderId;
}

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/261987ce76cce5e1d43fbde312f1f47c819cba2195ebb1f4955bdff9d12763bb?d=identicon)[silici0](/maintainers/silici0)

---

Top Contributors

[![silici0](https://avatars.githubusercontent.com/u/61994?v=4)](https://github.com/silici0 "silici0 (19 commits)")

### Embed Badge

![Health badge](/badges/silici0-vtex/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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