1
0
Fork 0
mirror of https://github.com/kdeldycke/awesome-falsehood.git synced 2024-11-20 11:35:56 -05:00

Add PHP library for postal addresses.

This commit is contained in:
Kevin Deldycke 2016-09-08 12:34:03 +02:00
parent e80ad01ea9
commit 462ed5ba8b
No known key found for this signature in database
GPG key ID: C572BB01B1ED5A3A

View file

@ -56,6 +56,7 @@ TODO: explain why this list is aweseome.
- [Falsehoods programmers believe about addresses](https://www.mjt.me.uk/posts/falsehoods-programmers-believe-about-addresses/).
- [`libaddressinput`](https://github.com/googlei18n/libaddressinput): Google's common C++ and Java library for parsing, formatting, and validating international postal addresses.
- [`addressing`](https://github.com/commerceguys/addressing): A PHP 5.4+ addressing library, powered by Google's dataset.
- [`postal-address`](https://github.com/scaleway/postal-address): Python module to parse, normalize and render postal addresses.