Featured Post

14 Jul 2025

Name of Person is a PHP package inspired by Basecamp’s name_of_person Ruby gem, which gives you intelligent parsing and multiple formatting options. Handle person names in your PHP applications with elegant formatting options. Transform names between multiple presentation formats. This package provides a clean, type-safe way to parse, store, manipulate, and display person names consistently across your application. use HosmelQ\NameOfPerson\PersonName; // Direct instantiation with first and last name. $name = new...