PHPackages                             liquidpl/blade-no-single-letter-words - 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. liquidpl/blade-no-single-letter-words

ActiveLibrary

liquidpl/blade-no-single-letter-words
=====================================

Adds a tag to Blade which pushes one character words in paragraphs to the next line.

1.0.0(6y ago)04MITPHPPHP &gt;=7.2

Since Feb 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/LiquidPL/blade-no-single-letter-words)[ Packagist](https://packagist.org/packages/liquidpl/blade-no-single-letter-words)[ RSS](/packages/liquidpl-blade-no-single-letter-words/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

blade-no-single-letter-words
============================

[](#blade-no-single-letter-words)

A common typography practice in countries such as Poland is to push 1-2 character words that are situated at the end of the line to the next one.

This package adds `@nosingleletterwords` and `@endnosingleletterwords` to Blade. Adding them to your template alters the text inside them so that `&nbsp;` is appended after said 1-2 character words, so that they'll be always pushed to the next line if they happen to be at the end of a line.

Supported Laravel versions
--------------------------

[](#supported-laravel-versions)

This package officially supports the currently supported Laravel version, which at the time of this commit are **5.8 and above**. However, it should work on the previous versions too.

Installation
============

[](#installation)

```
# composer require liquidpl/blade-no-single-letter-words

```

On **Laravel 5.4** and below, you need to add the service provider to your configuration files. In your `config/app.php` file, in the `providers` array key:

```
    'providers' => array( // or [
        // ...

        'LiquidPL\BladeNoSingleLetterWords\BladeNoSingleLetterWordsProvider',
    );
```

Usage
-----

[](#usage)

```
@nosingleletterwords

    Some text that might look a bit bad from a typographical standpoint.

@endnosingleletterwords
```

Results in:

```

    Some text that might look a&nbsp;bit bad from a&nbsp;typographical standpoint.

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% 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

Unknown

Total

1

Last Release

2282d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3bfbb80439b1d03c22b785fbe7c9a0b4548379b65dcab4817dece6cd8ccc4070?d=identicon)[LiquidPL](/maintainers/LiquidPL)

---

Top Contributors

[![LiquidPL](https://avatars.githubusercontent.com/u/991831?v=4)](https://github.com/LiquidPL "LiquidPL (6 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

### Embed Badge

![Health badge](/badges/liquidpl-blade-no-single-letter-words/health.svg)

```
[![Health](https://phpackages.com/badges/liquidpl-blade-no-single-letter-words/health.svg)](https://phpackages.com/packages/liquidpl-blade-no-single-letter-words)
```

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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