PHPackages                             dictate/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. dictate/string

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

dictate/string
==============

A port og laravel 3's String class

v1.0.2(13y ago)124MITPHPPHP &gt;=5.3.0

Since Jan 15Pushed 13y ago1 watchersCompare

[ Source](https://github.com/lembubintik/dictate)[ Packagist](https://packagist.org/packages/dictate/string)[ RSS](/packages/dictate-string/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (5)Versions (4)Used By (0)

Dictate
=======

[](#dictate)

A port of Laravel 3's Str class for Laravel 4.

Installation &amp; Configuration
--------------------------------

[](#installation--configuration)

\###Installing with composer

Add `"dictate/string": "1.0.*"` to the `require` section of your `composer.json` file

```
"require": {
	"dictate\string": "1.0.*"
}

```

Run `composer install` and you are done.

\###Configuration

Add the following codes to the `providers` and `aliases` section in your `app\config\app.php` file

```
'providers' => array(
	...
	...
	'Dictate\String\StringServiceProvider',
),
```

```
'aliases' => array(
	...
	...
	'Str'             => 'Dictate\String\StringFacade',
),
```

\##Usage

The documentation can be found on the Laravel website [here](http://laravel.com/docs/strings)

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

4917d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2665f6b7ab55470e3ebaad3b3cfdd0ccb11355a303e7de26b202976b66cd9727?d=identicon)[ahmadshah](/maintainers/ahmadshah)

---

Top Contributors

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

---

Tags

laravelstringdictate

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.5M85](/packages/unisharp-laravel-filemanager)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[api-platform/laravel

API Platform support for Laravel

58171.4k14](/packages/api-platform-laravel)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)

PHPackages © 2026

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