theiconic/name-parser
PHP library for parsing human names into structured parts. Handles titles, first/middle/last names, initials, prefixes/suffixes, and common edge cases, making it easier to normalize, store, and display names consistently in your apps.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| php-standard-library/str | 0.77 | Lightweight string utility library for PHP, providing common helpers for formatting, parsing, and safe string handling. Designed as a simple “standard library” add-on with a small API surface and easy composer integration. | 1 | — | 0 | — | 0 | 20.0 | — | MIT | 2 weeks ago | |
| laravel-lang/native-country-names | 0.76 | Provides native-language country names for Laravel apps. Install via composer and use localized datasets to display countries in their own languages. Maintained by Laravel Lang; MIT licensed. | 6 | 6 | 1 | 342K | 0 | 23.7 | 65.0 | MIT | 3 weeks ago | |
| spatie/opening-hours | 0.76 | Define and query business opening hours with weekly schedules and exceptions. Check if a date/time is open or closed, get next open/close times, and format hours per day. Integrates with Carbon via cmixin/business-time for date-based queries. | 1,714 | 1,727 | 118 | 157K | 0 | 41.1 | 32.0 | MIT | 10 months ago | |
| giggsey/libphonenumber-for-php-lite | 0.76 | Lite PHP port of Google’s libphonenumber for parsing, formatting, storing, and validating international phone numbers. Includes core PhoneNumberUtils only (no geolocation/carrier/short numbers). Requires PHP 8.1+ and mbstring; install via Composer. | 84 | 86 | 8 | 1M | 0 | 30.0 | 65.0 | Apache-2.0 | 1 week ago | |
| patchwork/utf8 | 0.76 | Portable UTF-8 and grapheme cluster handling for PHP. Provides pure-PHP fallbacks for mbstring, iconv, and intl Normalizer/grapheme_* functions plus UTF-8-aware replacements for native string functions, improving reliability across servers. | 628 | 647 | 47 | 86K | 0 | 16.8 | 34.8 | Apache-2.0 | 5 years ago | |
| spatie/laravel-data | 0.75 | Define rich, typed data objects once and use them for requests, validation, API resources/transformers, and TypeScript definitions. Create from arrays/requests/models, apply rules automatically, and transform only what’s needed with lazy properties. | 1,720 | 1,726 | 277 | 2M | 13 | 51.1 | 55.8 | MIT | 6 days ago | |
| zbateson/mail-mime-parser | 0.75 | PSR-compliant, testable MIME email parser for PHP 8.1+ as an alternative to imap* and PEAR. Parses RFC 822/2822/5322 messages from strings, resources, or PSR-7 streams; standards-compliant yet forgiving, with a cleaned-up 4.x API. | 539 | 541 | 59 | 1M | 18 | 38.7 | 61.5 | BSD-2-Clause | 4 weeks ago | |
| laravel-lang/native-locale-names | 0.75 | Provides native-language display names for locales in Laravel apps. Install via composer and use the included locale name data to show language/region labels in their own scripts (e.g., Deutsch, 日本語), ideal for language switchers and settings pages. | 6 | 6 | 0 | 362K | 0 | 26.3 | 65.0 | MIT | 3 weeks ago | |
| dragon-code/support | 0.75 | Dragon Code Support is a lightweight helper toolkit for PHP/Laravel projects, providing facades, utilities, and common support classes. Designed to be extended with your own methods, with a clear structure for adding features and tests. | 23 | 23 | 5 | 430K | 0 | 29.9 | 65.0 | MIT | 5 days ago | |
| symfony/emoji | 0.75 | Symfony Emoji component gives PHP access to Unicode CLDR emoji characters and sequences, with helpers to work with modern emoji data. Includes an optional script to compress bundled data when zlib is enabled. | 13 | 13 | 2 | 84K | 0 | 28.5 | 61.4 | MIT | 1 week ago | |
| spatie/string | 0.75 | Fluent string wrapper for PHP. Wrap a value with string() and chain helpers like between(), toUpper()/toLower(), etc. Supports offset access and mutation via array syntax. Great for readable, composable string transformations. | 560 | 571 | 25 | 20K | 0 | 30.2 | 25.4 | MIT | 5 years ago | |
| spatie/emoji | 0.75 | Work with emoji in PHP without relying on your IDE/font. Use the Spatie\Emoji\Emoji class to access emoji as constants or friendly camelCase methods like Emoji::grinningFace(), or fetch all emojis via Emoji::all(). | 467 | 474 | 50 | 34K | 0 | 30.7 | 30.4 | MIT | 4 months ago | |
| voku/portable-ascii | 0.74 | PHP 7+ library to transliterate Unicode to portable ASCII for slugs, URLs, and safe filenames. Works without mbstring/iconv, lightweight and easy to bundle. Based on Unidecode/Stringy-style mappings with handy helper methods. | 574 | 578 | 45 | 10M | 19 | 11.0 | 64.8 | MIT | — | |
| wyrihaximus/test-utilities | 0.74 | Shared test utilities for PHP projects: a PHPUnit TestCase with helpers like random namespaces and temp directories, plus ready-to-use PHPStan defaults and a preconfigured RectorConfig for common project layouts and doc-tag to attribute conversions. | 7 | 7 | 1 | 36K | 6 | 31.8 | 64.6 | MIT | 4 days ago | |
| symfony/yaml | 0.73 | Symfony Yaml component for parsing and dumping YAML. Load YAML files or strings into PHP arrays and objects, and generate clean YAML output with configurable dumping options. Well-tested, documented, and maintained as part of the Symfony ecosystem. | 3,852 | 3,945 | 133 | 13M | 0 | 53.8 | 57.2 | MIT | 1 week ago | |
| commerceguys/addressing | 0.73 | Addressing library for handling international postal addresses. Provides country and subdivision data, address formats, validation, and formatting utilities. Useful for commerce, shipping, and any app that needs correct, locale-aware addresses worldwide. | 954 | — | 150 | — | 11 | 33.3 | 8.1 | MIT | 3 months ago | |
| spatie/yaml-front-matter | 0.72 | Parse YAML front matter from Markdown and similar files. Reads metadata wrapped in --- at the top and returns an object with easy access to fields (via matter() or properties) plus the remaining body content. Ideal for static pages, docs, and blogs. | 341 | 342 | 30 | 60K | 0 | 27.7 | 36.6 | MIT | 4 months ago | |
| symfony/serializer | 0.72 | Symfony Serializer component for converting objects and complex data structures to/from arrays, JSON, XML and more. Supports object graphs, custom normalizers/encoders, and flexible context options for reliable serialization and deserialization. | 2,546 | 2,574 | 76 | 6M | 0 | 44.9 | 55.2 | MIT | 1 week ago | |
| symfony/config | 0.72 | Symfony Config component helps you find, load, merge, auto-fill, and validate configuration from many sources (YAML, XML, INI, database). Designed for building robust, flexible config systems in PHP applications. | 4,282 | 4,313 | 43 | 7M | 0 | 53.8 | 52.3 | MIT | 1 week ago | |
| nikic/php-parser | 0.63 | Parse PHP code into an Abstract Syntax Tree (AST) for static analysis, manipulation, and code generation. Supports PHP 5.x to 8.4, handles errors gracefully, and preserves formatting during AST-to-code conversion. Easily traverse, modify, and convert ASTs back to PHP, with JSON serialization support... | 17,424 | 17,486 | 1,121 | 15M | 46 | 84.7 | 76.0 | BSD-3-Clause | 4 months ago |
How can I help you explore Laravel packages today?