mtdowling/burgomaster
Laravel package for controlling and monitoring long-running background tasks and daemons. Provides a simple master/worker process manager, status reporting, and a structured way to start, stop, and supervise job runners from your app or CLI.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| phar-io/executor | 0.89 | phar-io/executor is a small PHP library for safely running external commands and processes. It builds and executes command lines, captures output and exit codes, and helps integrate tooling and CLI binaries into PHP applications and test suites. | 2 | 2 | 2 | 73K | 1 | 0.3 | 55.2 | NOASSERTION | — | |
| phar-io/composer-plugin | 0.89 | Archived proof-of-concept Composer plugin that adds phive:run and phive:info commands to integrate Phive with Composer (e.g., install phar tools like PHPUnit). Unsupported, likely insecure, and may not work with current Composer—do not use in production. | 14 | 16 | 0 | 0 | 0 | 0.3 | — | — | 8 years ago | |
| splash/bridge-builder | 0.86 | Laravel package for building and managing bridges between systems, providing tools to define connections, map data flows, and orchestrate integration logic in a structured, reusable way. Suitable for apps needing reliable cross-service communication and syncing. | 0 | 0 | — | 263 | — | 0.0 | 33.2 | — | — | |
| phar-io/filesystem | 0.84 | phar-io/filesystem is a small PHP utility library from the Phar.io ecosystem that abstracts common filesystem tasks with a clean API. Provides helpers for paths, files, and directories, aiming for safer, testable I/O used by tools like phar-io/phar. | 3 | 3 | 3 | 70K | 0 | 0.1 | 55.3 | NOASSERTION | — | |
| humbug/php-scoper | 0.83 | PHP-Scoper prefixes your project and its dependencies into a unique namespace to avoid conflicts, especially when building PHARs that bundle vendor code and run alongside other PHP projects with overlapping packages or versions. | 806 | 808 | 77 | 121K | 22 | 37.5 | 54.7 | MIT | 5 months ago | |
| herrera-io/phar-update | 0.82 | Self-update library for PHP applications distributed as PHAR files. Loads a remote manifest, checks available versions, and upgrades to the next compatible release. Modular design lets you customize the update workflow for your PHAR app. | 115 | 124 | 9 | 4K | 2 | 0.7 | 15.5 | MIT | — | |
| efrane/phar-builder-bundle | 0.82 | — | 1 | 1 | 1 | 1 | 0 | 0.7 | 4.3 | — | — | |
| roberts/support | 0.81 | — | 0 | 0 | 0 | 80 | 1 | 17.6 | 30.2 | MIT | 3 months ago | |
| phar-io/composer-distributor | 0.81 | Library to build Composer plugins that install and update PHAR-based tools instead of source code. Ideal for dev utilities like PHPUnit/PHPStan/Psalm: keep installs via Composer while avoiding dependency conflicts by distributing signed PHAR releases. | 13 | 13 | 2 | 64K | 3 | 3.7 | 51.6 | NOASSERTION | 2 years ago | |
| humbug/box | 0.81 | — | 1,319 | 1,319 | 110 | 32K | 73 | 51.3 | 50.4 | MIT | 4 months ago | |
| phpcq/repository-definition | 0.81 | Repository definition package for the PHPCQ (PHP Code Quality) project, used to automate and configure code quality checks in CI pipelines. Part of the phpcq.org ecosystem built around tools like PHP_CodeSniffer and PHPMD. | 0 | 0 | 0 | 44 | 0 | 0.0 | 22.8 | MIT | — | |
| chaplean/continuous-integration-scripts | 0.81 | — | 0 | 0 | 0 | 192 | 0 | 0.6 | 31.6 | MIT | 7 years ago | |
| massive/build-bundle | 0.80 | Symfony bundle providing a massive:build command to run tagged build targets. Define virtual targets in config, declare dependencies between targets, and implement builders to execute custom environment/setup steps—ideal for chaining app-specific commands in development. | 47 | 48 | 9 | 29K | 3 | 18.0 | 42.8 | MIT | 5 months ago | |
| dontdrinkandroot/common | 0.80 | A small utility library with commonly used PHP helpers and extensions, including a PHPStan extension. Intended to provide shared building blocks for projects, with CI and code quality tooling support via SonarCloud badges. | 0 | 0 | 0 | 79 | 0 | 1.8 | 26.3 | Apache-2.0 | 2 years ago | |
| robloach/component-installer | 0.80 | Installer for Composer components like Drupal modules/themes and other webroot packages. Works with Composer’s installer system to place packages into the right directories, supporting component types and custom install paths for legacy CMS structures. | 275 | 292 | 33 | 17K | 30 | 11.3 | 34.3 | NOASSERTION | — | |
| bencagri/artisan-deployer | 0.80 | Deploy Laravel apps via Artisan with zero dependencies and no config files. Supports multi-server and multi-stage (prod/staging/qa), zero-downtime releases over SSH, and works with GitHub/Bitbucket/GitLab or your own Git server. | 4 | 4 | 1 | 0 | 0 | 0.0 | — | MIT | — | |
| patinthehat/laravel-package-manager | 0.80 | — | 10 | 10 | 3 | 0 | 0 | 0.1 | — | MIT | — | |
| spatie/laravel-package-tools | 0.80 | A base PackageServiceProvider for Laravel package authors. Quickly register and publish config, views, translations, assets, routes, migrations, commands, view components/composers, and install commands—all via a clean, fluent API. | 952 | 961 | 164 | 7M | 0 | 35.3 | 61.3 | MIT | 2 months ago | |
| laravel/database | 0.79 | Bring Laravel’s database layer to non-Laravel projects: Illuminate Database with migrations, seeders, and Artisan CLI support. Includes Eloquent ORM, query builder, schema tools, and commands like migrate, db:seed, and make:* for MySQL/Postgres/SQL Server/SQLite. | 90 | 100 | 12 | 70 | 5 | 2.1 | 4.5 | — | — | |
| backtheweb/laravel-package-maker | 0.78 | Laravel Package Maker helps scaffold Laravel packages quickly by generating a ready-to-publish structure, boilerplate classes, config, service provider, tests, and composer setup. Ideal for jumpstarting reusable components and standardizing package creation. | 0 | 0 | — | 0 | — | 0.0 | — | — | — |
How can I help you explore Laravel packages today?