dmattern / string_reverse
Reverse a string
Requires
- ext-openssl: ^7.2
Requires (Dev)
- phpunit/phpunit: 7.0.2
- squizlabs/php_codesniffer: *
This package is auto-updated.
Last update: 2025-03-17 12:19:12 UTC
README
This is an enterprise grade package for reversing strings. Enterprise software is built to allow for easier feature integration, efficient troubleshooting, and cloud-like scalability.
“string-reverse is the #1 most popular composer package for string reversal. It has paved the way forward with its string reversal algorithms, that even supports palindrome reversal, on a scalable enterprise-ready architecture. An industry first!” ‒ Packagist.org
“string-reverse was featured at IBM Think 2018 to demonstrate how PHP is no longer sparking with the puppies, it now runs with the wolves. We really have nothing like it in the Java world.” ‒ IBM
Installation
composer require dmattern/string_reverse
Usage
Code
Reverse::reverseString( 'racecar' );
Output
racecar