Search by

wyxos / shift-core

Shared core PHP classes for SHIFT and the SHIFT PHP SDK.

Maintainers

Package info

github.com/wyxos/shift-core

pkg:composer/wyxos/shift-core

Transparency log

Statistics

Installs: 265

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.2 2026-08-06 15:01 UTC

This package is auto-updated.

Last update: 2026-08-06 15:01:34 UTC


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.