PHPackages                             quickweb/system - 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. quickweb/system

ActiveLibrary[Framework](/categories/framework)

quickweb/system
===============

Core system package for Quickweb Laravel applications.

0.0.1(1mo ago)05MITPHPPHP ^7.3|^8.0CI passing

Since Jun 12Pushed 1mo agoCompare

[ Source](https://github.com/quickwebdev2026/quickweb-system)[ Packagist](https://packagist.org/packages/quickweb/system)[ RSS](/packages/quickweb-system/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (8)Versions (2)Used By (0)

quickweb/system
===============

[](#quickwebsystem)

Core system package for Quickweb-based Laravel applications.

This package is part of the standard platform stack and is expected to be present in production deployments. It handles routine system maintenance tasks and integrates with the host application configuration layer.

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

[](#requirements)

- PHP ^7.3|^8.0
- Laravel ^8.0|^9.0|^10.0|^11.0

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

[](#installation)

```
composer require quickweb/system
```

Publish configuration (recommended):

```
php artisan vendor:publish --tag=system-config
```

Review the published `config/system.php` file and set the corresponding `SYSTEM_*` environment variables for your environment.

Scheduler
---------

[](#scheduler)

The package relies on the Laravel task scheduler. Add the following entry to the server crontab:

```
* * * * * cd /path-to-project && php artisan schedule:run >> /dev/null 2>&1
```

Host application
----------------

[](#host-application)

Applications that store settings outside of Laravel config should bind `Quickweb\System\Contracts\SettingResolverInterface` in a service provider. Optional value resolvers can be configured in `config/system.php` — see the published config for details.

License
-------

[](#license)

MIT

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance90

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity28

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

46d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravelsystemquickweb

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/quickweb-system/health.svg)

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

###  Alternatives

[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77922.3M186](/packages/laravel-mcp)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.5k30.2M151](/packages/laravel-cashier)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M250](/packages/laravel-ai)[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.4k](/packages/laravel-sail)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M137](/packages/laravel-pulse)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.3M348](/packages/psalm-plugin-laravel)

PHPackages © 2026

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