https://github.com/passionate-laravel-dev/string-operations
String reverse in PHP
https://github.com/passionate-laravel-dev/string-operations
append operations php reverse string
Last synced: 12 months ago
JSON representation
String reverse in PHP
- Host: GitHub
- URL: https://github.com/passionate-laravel-dev/string-operations
- Owner: passionate-laravel-dev
- License: mit
- Created: 2025-03-04T04:29:17.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-03-04T06:22:35.000Z (12 months ago)
- Last Synced: 2025-03-04T06:32:26.251Z (12 months ago)
- Topics: append, operations, php, reverse, string
- Language: PHP
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# String Operations in PHP
[](https://packagist.org/packages/spatie/string-reverse)
[](https://github.com/spatie/string-reverse/actions/workflows/run-tests.yml)
[](https://packagist.org/packages/spatie/string-reverse)
This is where your description should go. Try and limit it to a paragraph or two. Consider adding a small example.
## Installation
You can install the package via composer:
```bash
composer require passionator/string-operations
```
## Usage
```php
use Passionator\StringOperations\StringClass;
$string = StringClass::string("Test")->reverse();
echo $string;
$string = StringClass::string("Test")->append(" is successful!");
echo $string;
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Passionmuse2303](https://github.com/passionate-laravel-dev)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.