lobochkin/text-helper

Small text helper library

Maintainers

Package info

github.com/Lobochkin/text-helper

pkg:composer/lobochkin/text-helper

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.3 2026-03-12 11:40 UTC

This package is auto-updated.

Last update: 2026-04-12 11:52:04 UTC


README

Small PHP helper library for working with text.

Installation

composer require lobochkin/text-helper

Usage

<?php

require_once __DIR__ . '/vendor/autoload.php';

use Lobochkin\TextHelper\TextHelper;

echo TextHelper::slug('Hello World');

Result:

hello-world