PHPackages                             castamir/nette-starter - 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. castamir/nette-starter

ActiveProject[Framework](/categories/framework)

castamir/nette-starter
======================

The is the simplest pre-packaged Nette Framework project, basic configured structure for your application.

09HTML

Since Apr 23Pushed 10y agoCompare

[ Source](https://github.com/castamir/Nette-Starter)[ Packagist](https://packagist.org/packages/castamir/nette-starter)[ RSS](/packages/castamir-nette-starter/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Nette Starter
=============

[](#nette-starter)

This is the simplest pre-packaged and pre-configured application using the [Nette](https://nette.org)that you can use as the starting point for your new applications.

[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.

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/sandbox path/to/install --prefer-dist
	cd path/to/install

```

Make directory `temp/` 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/` and `temp/` directories are not accessible directly via a web browser. See [security warning](https://nette.org/security-warning).

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

[](#requirements)

PHP 5.3.1 or higher.

License
-------

[](#license)

- Nette: New BSD License or GPL 2.0 or 3.0

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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://avatars.githubusercontent.com/u/1245190?v=4)[Miroslav Paulík](/maintainers/castamir)[@castamir](https://github.com/castamir)

### Embed Badge

![Health badge](/badges/castamir-nette-starter/health.svg)

```
[![Health](https://phpackages.com/badges/castamir-nette-starter/health.svg)](https://phpackages.com/packages/castamir-nette-starter)
```

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M833](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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