cherif/algerian-mobile-phone-number
Can compare with different country number.
$phoneNumber = AlgerianMobilePhoneNumber::fromString('0699000000');
$other = AlgerianMobilePhoneNumber::fromString('00213699000000');
$phoneNumber->equals($other); // -> true
#7
Dash separated format.
#5
Fix isOoredoo and __toString return type.
#4
Adds the ability to accept other formats like: 07 xx xx xx or 00213 7 xx xx xx.
Initial release:
How can I help you explore Laravel packages today?