PHPackages                             mathsgod/puxt-vx - 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. [Framework](/categories/framework)
4. /
5. mathsgod/puxt-vx

ActiveProject[Framework](/categories/framework)

mathsgod/puxt-vx
================

vx framework

3.0.13(3y ago)04331MITPHPPHP ^8.0

Since Jul 7Pushed 2y ago1 watchersCompare

[ Source](https://github.com/mathsgod/puxt-vx)[ Packagist](https://packagist.org/packages/mathsgod/puxt-vx)[ RSS](/packages/mathsgod-puxt-vx/feed)WikiDiscussions next Synced 1mo ago

READMEChangelog (10)Dependencies (27)Versions (32)Used By (1)

puxt-vx
=======

[](#puxt-vx)

setup
-----

[](#setup)

index.php

```
require_once __DIR__ . "/vendor/autoload.php";

//
header("Access-Control-Allow-Origin: http://localhost:3000");
header("Access-Control-Allow-Credentials: true");
header("Access-Control-Allow-Headers: Content-Type, Authorization");
header("Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, PATCH, HEAD, DELETE");
header("Access-Control-Expose-Headers: location, Content-Location");

$app = new PUXT\App();
$app->pipe(VX::class);
$app->run();
```

.env

```
JWT_SECRET=123456

DATABASE_HOSTNAME=
DATABASE_DATABASE=
DATABASE_USERNAME=
DATABASE_PASSWORD=
DATABASE_PORT=3306
DATABASE_CHARSET=utf8mb4

```

.htaccess

```
RewriteEngine on
RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]

```

File Manager
------------

[](#file-manager)

Support local, s3, hostlink-storage to store files.

### local

[](#local)

```
VX_FILE_MANAGER_0=local
VX_FILE_MANAGER_0_PATH=/var/www/html/uploads
```

### s3

[](#s3)

```
composer require league/flysystem-aws-s3-v3:^3.0
composer require aws/aws-sdk-php

```

```
VX_FILE_MANAGER_0=s3
VX_FILE_MANAGER_0_KEY=your-key
VX_FILE_MANAGER_0_SECRET=your-secret
VX_FILE_MANAGER_0_REGION=your-region
VX_FILE_MANAGER_0_BUCKET=your-bucket
VX_FILE_MANAGER_0_PREFIX=your-prefix
VX_FILE_MANAGER_0_ENDPOINT=your-endpoint
```

### hostlink-storage

[](#hostlink-storage)

```
composer require hostlink/hostlink-storage-adapter

```

```
VX_FILE_MANAGER_0=hostlink-storage
VX_FILE_MANAGER_0_TOKEN=your-token
VX_FILE_MANAGER_0_ENDPOINT=your-endpoint
```

### multiple file manager

[](#multiple-file-manager)

For multiple file manager, use `VX_FILE_MANAGER_1`, `VX_FILE_MANAGER_2`, etc.

```
$fs=$vx->getFileSystem(1); // use file manager 1
```

Debug mode
----------

[](#debug-mode)

To enable debug mode, set `VX_DEBUG=1` in `.env` file.

```
VX_DEBUG=1
```

Language
--------

[](#language)

To enable language, set `VX_LANGUAGE_0_NAME` and `VX_LANGUAGE_0_LOCALE` in `.env` file.

```
VX_LANGUAGE_0_NAME=English
VX_LANGUAGE_0_LOCALE=en

VX_LANGUAGE_1_NAME=中文
VX_LANGUAGE_1_LOCALE=zh-hk
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity67

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

Recently: every ~22 days

Total

30

Last Release

910d ago

Major Versions

1.2.1 → 2.0.02022-07-26

2.0.2 → 3.0.02023-01-09

2.1.0 → 3.0.52023-01-11

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/18732337?v=4)[Raymond](/maintainers/mathsgod)[@mathsgod](https://github.com/mathsgod)

---

Top Contributors

[![mathsgod](https://avatars.githubusercontent.com/u/18732337?v=4)](https://github.com/mathsgod "mathsgod (639 commits)")

### Embed Badge

![Health badge](/badges/mathsgod-puxt-vx/health.svg)

```
[![Health](https://phpackages.com/badges/mathsgod-puxt-vx/health.svg)](https://phpackages.com/packages/mathsgod-puxt-vx)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)[magento/community-edition

Magento 2 (Open Source)

12.1k52.1k10](/packages/magento-community-edition)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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