inon/word-wrap

WordWrap Library

1.0.2 2017-09-05 08:42 UTC

This package is not auto-updated.

Last update: 2025-06-19 10:55:58 UTC


README

A simple string helper that mimics PHP's wordwrap()

Install

composer require inon/word-wrap

How to use

use Inon\Wrapper\WordWrap;

...


$wrapper = new WordWrap('lorem ipsum', 2);

echo $wrapper->handler();

Plans

Make this as full blown PHP utilities/helper repo. *ROFL*