true/punycode
Pure PHP Punycode encoder/decoder for Internationalized Domain Names (IDNA). Convert Unicode domains to ASCII xn-- form and back (e.g., renangonçalves.com ↔ xn--renangonalves-pgb.com) without requiring the intl/libidn extensions.
polyfill-intl-idn (already a Laravel dependency) over this archived package for IDNA handling.Only for legacy systems with PHP versions below 5.6 where Symfony's polyfill is incompatible (unlikely, as Symfony supports older versions), or when a specific, unfixable bug in the Symfony alternative requires this package's exact implementation. However, these scenarios are extremely rare and should trigger immediate migration planning to the Symfony solution.
polyfill-intl-idn as a core dependency. Adopting this package would introduce security risks, compatibility issues with modern PHP, and unnecessary technical debt. We recommend leveraging the existing, supported solution to ensure reliability and future-proofing."true/punycode package is deprecated and conflicts with Laravel's standard dependencies. Our stack already uses symfony/polyfill-intl-idn for IDNA handling, which is regularly updated and tested. Replace any usage of true/punycode immediately with the Symfony polyfill to avoid maintenance overhead and potential bugs."How can I help you explore Laravel packages today?