laranail/package-management

Runtime loader/manager for laranail packages, modules and plugins — drop-in discovery, activation and backend/frontend wiring of platform extensions.

Maintainers

Package info

github.com/laranail/package-management

Homepage

Documentation

pkg:composer/laranail/package-management

Transparency log

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0 2026-07-06 22:47 UTC

This package is auto-updated.

Last update: 2026-07-09 00:09:59 UTC


README

Latest version on Packagist Tests Static analysis License: MIT

Runtime loader / manager for the laranail scaffolding ecosystem — discovers generated packages/modules/plugins from their manifests, resolves load order (topological, semver-guarded), registers their PSR-4 autoloading + service providers at runtime (no composer dump), and activates them through a guarded install/update/remove lifecycle.

The run-time counterpart to laranail/package-scaffolder (which generates the artifacts this loads). Built on laranail/package-tools + laranail/console. Targets PHP ^8.4.1 || ^8.5 on Laravel ^13.

Install

composer require laranail/package-management

Documentation

Full documentation is at opensource.simtabi.com/documentation/laranail/package-management — discovery, load-order resolution, runtime registration, the guarded lifecycle, VCS installs, safety, and configuration.

Contributing & security

Issues and PRs are welcome — see CONTRIBUTING.md. Report vulnerabilities per SECURITY.md (opensource@simtabi.com); participation follows the Code of Conduct.

License

MIT © Simtabi LLC. See LICENSE.