poldixd / vbb-id-converter
Converts the old station id's to new station id's
1.0.2
2017-06-22 12:31 UTC
Requires
- php: >=5.6.4
Requires (Dev)
- phpunit/phpunit: ~5.7
This package is auto-updated.
Last update: 2024-10-29 04:47:43 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