wyxos / shift-core
Shared core PHP classes for SHIFT and the SHIFT PHP SDK.
0.1.2
2026-08-06 15:01 UTC
Requires
- php: ^8.2
- illuminate/bus: ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0
- illuminate/notifications: ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0
- illuminate/support: ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Shared PHP classes used by the SHIFT portal and the SHIFT PHP SDK.
Local development override
To automatically use your local shift-core while developing (and fall back to Packagist for everyone else), set a global Composer path repository:
composer config --global repositories.shift-core path /absolute/path/to/shift-core
composer config --global repositories.shift-core.options.symlink true
This keeps published installs on the registry while your machine uses the local package without manual toggling.