poldixd / vbb-id-converter
Converts the old station id's to new station id's
Installs: 603
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
pkg:composer/poldixd/vbb-id-converter
Requires
- php: >=5.6.4
Requires (Dev)
- phpunit/phpunit: ~5.7
This package is auto-updated.
Last update: 2026-01-05 12:40:26 UTC
README
Converts the old station id's to new station id's
Usage
poldixd\VbbIdConverter\OldToNew::convert('9193002') // returns 900000193002
If you have leading zeros, set the $remove_first_zeros to true;
poldixd\VbbIdConverter\OldToNew::convert('009193002', true) // returns 900000193002
For the new id schema to the old use
poldixd\VbbIdConverter\NewToOld::convert('900000193002') // returns 9193002
License
VBB ID Converter is licensed under the MIT License.
Copyright 2017 Nils Poltmann