PHPackages                             milo/web-project - 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. [Framework](/categories/framework)
4. /
5. milo/web-project

ActiveProject[Framework](/categories/framework)

milo/web-project
================

Customized nette/web-project

v1.8.8(8y ago)041MITHTMLPHP &gt;= 5.6

Since Apr 1Pushed 3y ago1 watchersCompare

[ Source](https://github.com/milo/web-project)[ Packagist](https://packagist.org/packages/milo/web-project)[ RSS](/packages/milo-web-project/feed)WikiDiscussions v3 Synced 1mo ago

READMEChangelogDependencies (16)Versions (21)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.

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

[](#requirements)

PHP 5.6 or higher.

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` as your PHP version for Composer packages. If you have newer version on production you should change it in `composer.json`.

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

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 91.5% 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 ~46 days

Recently: every ~135 days

Total

20

Last Release

3228d ago

Major Versions

v1.6.4 → v2.x-dev2016-01-13

v1.8.8 → v3.x-dev2017-08-30

PHP version history (5 changes)v1.0PHP &gt;= 5.4.0

v1.x-devPHP &gt;= 5.6.0

v1.7PHP &gt;= 5.3

v1.8PHP &gt;= 5.6

v3.x-devPHP &gt;= 7.1

### Community

Maintainers

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

---

Top Contributors

[![dg](https://avatars.githubusercontent.com/u/194960?v=4)](https://github.com/dg "dg (43 commits)")[![adaamz](https://avatars.githubusercontent.com/u/4347332?v=4)](https://github.com/adaamz "adaamz (1 commits)")[![jakubboucek](https://avatars.githubusercontent.com/u/1657322?v=4)](https://github.com/jakubboucek "jakubboucek (1 commits)")[![matej21](https://avatars.githubusercontent.com/u/1276059?v=4)](https://github.com/matej21 "matej21 (1 commits)")[![vysinsky](https://avatars.githubusercontent.com/u/3693578?v=4)](https://github.com/vysinsky "vysinsky (1 commits)")

---

Tags

nette

### Embed Badge

![Health badge](/badges/milo-web-project/health.svg)

```
[![Health](https://phpackages.com/badges/milo-web-project/health.svg)](https://phpackages.com/packages/milo-web-project)
```

###  Alternatives

[nette/web-project

Nette: Standard Web Project

10993.3k](/packages/nette-web-project)

PHPackages © 2026

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