Are these addresses in a specific country, or is it world-wide?
I've used this before, and it works well: https://smartystreets.com/
I've also just used google geocoding service (as well as other geocoding services) and just pass the address.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Are there any recommended packages for validating addresses? I have my app split across several projects, each their own bounded context. In my User Bounded Context, I need to validate the address entered by the user to be used in the application. I just need to make sure the address exists. Nothing more (at least for this component).
Any advice.
Please or to participate in this conversation.