inon/word-wrap

WordWrap Library

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/inon/word-wrap

1.0.2 2017-09-05 08:42 UTC

This package is not auto-updated.

Last update: 2025-10-23 12:39:41 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*