stackski / stackstra-laravel
Laravel service provider bridge for the Stackstra PHP helper library.
1.0.0
2026-08-12 18:23 UTC
Requires
- php: ^8.5
- illuminate/support: ^11.0|^12.0|^13.0
- stackski/stackstra: ^1.0
Requires (Dev)
- orchestra/testbench: ^9.0|^10.0
- phpunit/phpunit: ^12.0
This package is auto-updated.
Last update: 2026-08-12 21:57:07 UTC
README
Laravel service provider for STACKSTRA, a standalone PHP helper library.
- Namespace:
Stackstra\Laravel\ - Requires: PHP ^8.5, Laravel ^11.0|^12.0
- Install:
composer require stackski/stackstra-laravel
What it does
Registers Stackstra\Laravel\StackstraServiceProvider, auto-discovered by Laravel.
- Syncs
Stackstra\Etc\Debugwith your app'sconfig('app.debug')setting, so STACKSTRA's debug-only behavior follows your environment automatically. - Binds
Stackstra\Lock\Lockas a singleton, resolvable via the container. The lock file path can be set withconfig('stackstra.lock_path')(e.g. in your app's ownconfig/services.php); it falls back tostorage_path('app/stackstra.lock')if unset. No config file is published by this package.
Everything else in STACKSTRA works as plain PHP with no Laravel-specific wiring needed. See the core library docs for the full class reference.
About
Maintained by STACKSKI Inc., an IT consulting and Laravel web development company. Visit us at stackski.com/laravel (US) or stackski.ca/laravel (Canada).
License
MIT