PHPackages                             cryental/volistx-skeleton - 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. cryental/volistx-skeleton

ActiveProject[Framework](/categories/framework)

cryental/volistx-skeleton
=========================

Volistx Framework For RESTful API Based on Laravel/Lumen

13.1.1(2y ago)238MITPHPPHP ^8.3CI failing

Since Apr 10Pushed 1y ago1 watchersCompare

[ Source](https://github.com/VolistxTeam/Framework)[ Packagist](https://packagist.org/packages/cryental/volistx-skeleton)[ RSS](/packages/cryental-volistx-skeleton/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (13)Versions (79)Used By (0)

Volistx Framework
=================

[](#volistx-framework)

Volistx Framework For RESTful API Based on Laravel 11.x

This is a framework skeleton for Volistx API platform using Laravel PHP Framework.

Let's make some awesome thing together!

### Requirements

[](#requirements)

- PHP 8.2 or Above
- All Required Extensions for Laravel 11.x
- Redis PHP Extension
- Swoole or OpenSwoole Extension
- MariaDB 11.1 or Above
- Flare Subscription for Error Monitoring (Optional) ()

### Installation

[](#installation)

```
composer create-project --prefer-dist volistx/framework myproject

```

### Usage

[](#usage)

- Copy `.env.example` to `.env`.
- Get GeoPoint API key and put it to `.env` file. (Optional, only if you want to use country filter)
- Put Flare key to `.env` file. (Optional, only if you want to use Flare).
- Run following commands:

```
composer install
php artisan key:generate
php artisan migrate

```

Do not forget to set a cronjob for production (This is not required if you're using Swoole):

```
* * * * * php /path/to/artisan schedule:run

```

Generate an admin access key using this command:

```
php artisan access-key:generate

```

### Swoole Setup

[](#swoole-setup)

It uses Laravel Octane. You can use Swoole or OpenSwoole. You can find the installation guide here:

Run Swoole using this command:

```
php artisan octane:start

```

If you want the Swoole server to run after reboot, add the following line to your crontab:

```
@reboot php artisan octane:start

```

For Supervisor, check following configuration:

```
[program:volistx-octane-worker]
directory=/path/to/
command=php artisan octane:start
numprocs=1
autostart=true
autorestart=true
startretries=3
user=www-data
redirect_stderr=true
stdout_logfile=/var/log/supervisor/%(program_name)s.log

```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity82

Battle-tested with a long release history

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

Recently: every ~110 days

Total

74

Last Release

736d ago

Major Versions

8.0.1 → 9.0.02022-11-08

9.0.2 → 10.0.02022-12-04

10.1.1 → 11.0.02022-12-29

11.2.0 → 12.0.02023-02-21

12.0.4 → 13.0.02024-01-04

PHP version history (5 changes)1.0PHP ^7.3|^8.0

1.4PHP ^8.0

4.3.2PHP ^8.1

4.4PHP &gt;=8.1

13.0.1PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/3458f2ede65204c3184db719894be728fe5c0882eba558604036a046adb6da12?d=identicon)[Cryental](/maintainers/Cryental)

---

Top Contributors

[![Cryental](https://avatars.githubusercontent.com/u/44664655?v=4)](https://github.com/Cryental "Cryental (216 commits)")[![samy203](https://avatars.githubusercontent.com/u/47024574?v=4)](https://github.com/samy203 "samy203 (168 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (26 commits)")[![laravel-shift](https://avatars.githubusercontent.com/u/15991828?v=4)](https://github.com/laravel-shift "laravel-shift (24 commits)")[![SalemCode8](https://avatars.githubusercontent.com/u/28122676?v=4)](https://github.com/SalemCode8 "SalemCode8 (1 commits)")

---

Tags

frameworkphpswoolevolistx

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cryental-volistx-skeleton/health.svg)

```
[![Health](https://phpackages.com/badges/cryental-volistx-skeleton/health.svg)](https://phpackages.com/packages/cryental-volistx-skeleton)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)

PHPackages © 2026

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