wyxos / shift-core
Shared core PHP classes for SHIFT and the SHIFT PHP SDK.
Installs: 9
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/wyxos/shift-core
Requires
- php: ^8.2
- illuminate/bus: ^12.0
- illuminate/notifications: ^12.0
- illuminate/support: ^12.0
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.