dmattern/string_reverse

Reverse a string

v2.0.0 2020-01-17 01:10 UTC

This package is auto-updated.

Last update: 2024-04-17 10:20:09 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

Build Status codecov

Installation

composer require dmattern/string_reverse

Usage

Code

Reverse::reverseString( 'racecar' );

Output

racecar

This is intended to be satire.