
James Whitaker
James Whitaker writes about PHP and Ruby integrations and address checks for ecommerce checkout flows.
How to Add Address Autocomplete in PHP / Laravel
Add US address autocomplete to your Laravel app. Free API, a server-side controller proxy, the Http client, and a debounced front-end input.
How to Verify US Addresses in PHP / Laravel
Confirm deliverability at submit. Free API, the Laravel Http client, and a controller that branches on DPV - accept, warn, or block.
How to Verify US Addresses in Ruby on Rails
Confirm deliverability at submit. Free API, a Net::HTTP client, and a Rails controller action that branches on DPV - accept, warn, or block.
How to Parse US Addresses in PHP / Laravel
Split freeform addresses into structured components. Free API, the Laravel Http client, components mapped to Eloquent columns.
How to Parse US Addresses in Ruby on Rails
Split freeform addresses into structured components. Free API, a Net::HTTP client, components mapped to ActiveRecord attributes.