PHPackages                             bigelephant/string - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. bigelephant/string

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

bigelephant/string
==================

A string helper task with built in classes to easily add to Laravel 4

121.7k2PHP

Since Jan 18Pushed 13y ago1 watchersCompare

[ Source](https://github.com/bigelephant/string)[ Packagist](https://packagist.org/packages/bigelephant/string)[ RSS](/packages/bigelephant-string/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

String
======

[](#string)

This is a string helper class for things like turning strings into URL friendly slugs.

To install add the following to your `composer.json` file:

```
"bigelephant/string": "dev-master"
```

To use it within Laravel do the following
-----------------------------------------

[](#to-use-it-within-laravel-do-the-following)

Edit your `app/config/app.php` file and add the following to the `providers` array:

```
'BigElephant\String\StringServiceProvider',
```

And then so you can use it from the `String` alias (or `Str`, if you choose so then replace `String` with `Str` in the following) add the following line to the `aliases` array:

```
'String' => 'BigElephant\String\StringFacade'
```

[![Build Status](https://camo.githubusercontent.com/cc00544d742245e0bfe534fc331f6161624e72f9eaa0e388702e85dbcdfe73d4/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f626967656c657068616e742f737472696e672e706e67)](http://travis-ci.org/bigelephant/string)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ac33556a611a70332996beca9c9eb795f85368b32dd49bec5c49bf5181c37e93?d=identicon)[Robbo](/maintainers/Robbo)

---

Top Contributors

[![Anahkiasen](https://avatars.githubusercontent.com/u/1321596?v=4)](https://github.com/Anahkiasen "Anahkiasen (8 commits)")

### Embed Badge

![Health badge](/badges/bigelephant-string/health.svg)

```
[![Health](https://phpackages.com/badges/bigelephant-string/health.svg)](https://phpackages.com/packages/bigelephant-string)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
