PHPackages                             ksadam/latte-nonbreaking-space - 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. ksadam/latte-nonbreaking-space

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

ksadam/latte-nonbreaking-space
==============================

Adding non-breaking space to string where it is necessary

v1.0.2(6y ago)0105↓75%MITPHP

Since May 28Pushed 6y ago1 watchersCompare

[ Source](https://github.com/mksada/nonbreakingspace)[ Packagist](https://packagist.org/packages/ksadam/latte-nonbreaking-space)[ RSS](/packages/ksadam-latte-nonbreaking-space/feed)WikiDiscussions master Synced today

READMEChangelog (2)DependenciesVersions (4)Used By (0)

How to use filter with Nette
============================

[](#how-to-use-filter-with-nette)

Inject filter into presenter:

```
use Ksadam\Latte\NonBreakingSpace;
...
    /** @var NonBreakingSpace @inject */
    public $nonBreakingSpace;
...
    protected function beforeRender()
    {
        $this->template->addFilter('nonBreakingSpace', $this->nonBreakingSpace);
    }
...
```

Use filter in latte:

```
{$variable|nonBreakingSpace}

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

2541d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3563cd908c36e20b3d540c4a12721f1a18bbb7c653d56c9d7a5f45ce098ce0fb?d=identicon)[Michal Ksada](/maintainers/Michal%20Ksada)

---

Top Contributors

[![mksada](https://avatars.githubusercontent.com/u/13765595?v=4)](https://github.com/mksada "mksada (3 commits)")

---

Tags

packagelattenon-breaking space

### Embed Badge

![Health badge](/badges/ksadam-latte-nonbreaking-space/health.svg)

```
[![Health](https://phpackages.com/badges/ksadam-latte-nonbreaking-space/health.svg)](https://phpackages.com/packages/ksadam-latte-nonbreaking-space)
```

###  Alternatives

[composer/composer

Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.

29.4k187.2M2.6k](/packages/composer-composer)[jean85/pretty-package-versions

A library to get pretty versions strings of installed dependencies

1.3k289.5M63](/packages/jean85-pretty-package-versions)[composer/satis

Simple Repository Generator

3.3k1.4M17](/packages/composer-satis)[fxp/composer-asset-plugin

NPM/Bower Dependency Manager for Composer

8894.8M41](/packages/fxp-composer-asset-plugin)[nunomaduro/essentials

Just better defaults for your Laravel projects.

1.2k317.5k51](/packages/nunomaduro-essentials)[christiankuri/laravel-favorite

Allows Laravel Eloquent models to implement a 'favorite' or 'remember' or 'follow' feature.

226471.2k5](/packages/christiankuri-laravel-favorite)

PHPackages © 2026

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