poldixd/vbb-id-converter

Converts the old station id's to new station id's

1.0.2 2017-06-22 12:31 UTC

This package is auto-updated.

Last update: 2024-04-29 03:32:41 UTC


README

build status coverage report

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