PHPackages                             prosky/nbsp - 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. prosky/nbsp

ActiveLibrary

prosky/nbsp
===========

Tool to fill in non breakable characters

06PHP

Since Feb 18Pushed 6y ago1 watchersCompare

[ Source](https://github.com/prosky/nbsp)[ Packagist](https://packagist.org/packages/prosky/nbsp)[ RSS](/packages/prosky-nbsp/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Nette Web Project
=================

[](#nette-web-project)

This is a simple, skeleton application using the [Nette](https://nette.org). This is meant to be used as a starting point for your new projects.

[Nette](https://nette.org) is a popular tool for PHP web development. It is designed to be the most usable and friendliest as possible. It focuses on security and performance and is definitely one of the safest PHP frameworks.

If you like Nette, **[please make a donation now](https://nette.org/donate)**. Thank you!

Requirements
------------

[](#requirements)

- Web Project for Nette 3.0 requires PHP 7.1

Installation
------------

[](#installation)

The best way to install Web Project is using Composer. If you don't have Composer yet, download it following [the instructions](https://doc.nette.org/composer). Then use command:

```
composer create-project nette/web-project path/to/install
cd path/to/install

```

Make directories `temp/` and `log/` writable.

Web Server Setup
----------------

[](#web-server-setup)

The simplest way to get started is to start the built-in PHP server in the root directory of your project:

```
php -S localhost:8000 -t www

```

Then visit `http://localhost:8000` in your browser to see the welcome page.

For Apache or Nginx, setup a virtual host to point to the `www/` directory of the project and you should be ready to go.

**It is CRITICAL that whole `app/`, `log/` and `temp/` directories are not accessible directly via a web browser. See [security warning](https://nette.org/security-warning).**

Notice: Composer PHP version
----------------------------

[](#notice-composer-php-version)

This project forces PHP 5.6 (eventually 7.1) as your PHP version for Composer packages. If you have newer version on production server you should change it in `composer.json`:

```
"config": {
	"platform": {
		"php": "7.2"
	}
}
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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/b863d001e7ddcd2856d8b0e755e63a2ef74bb8c332dd27e177a6e8fdc046f33e?d=identicon)[prosky](/maintainers/prosky)

---

Top Contributors

[![prosky](https://avatars.githubusercontent.com/u/22025446?v=4)](https://github.com/prosky "prosky (7 commits)")

### Embed Badge

![Health badge](/badges/prosky-nbsp/health.svg)

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

PHPackages © 2026

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