PHPackages                             leonardoca/nplayground - 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. leonardoca/nplayground

ActiveProject

leonardoca/nplayground
======================

Sandbox for experiments in Nette Framework, including bootstrap from twitter and bower/grunt support

v0.0.5(11y ago)337UnlicencePHPPHP &gt;= 5.3.7

Since Oct 4Pushed 11y ago3 watchersCompare

[ Source](https://github.com/LeonardoCA/nplayground)[ Packagist](https://packagist.org/packages/leonardoca/nplayground)[ Docs](https://github.com/LeonardoCA/nplayground)[ RSS](/packages/leonardoca-nplayground/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (8)Versions (4)Used By (0)

Nette Playground based on Nette Sandbox
=======================================

[](#nette-playground-based-on-nette-sandbox)

[![Build Status](https://camo.githubusercontent.com/863c8d392f72872e201c2a3f5cd13173848127dce7ebbcf4979ac59e72bf3979/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f4c656f6e6172646f43412f6e706c617967726f756e642e706e67)](https://travis-ci.org/LeonardoCA/nplayground.svg)[![Built with Grunt](https://camo.githubusercontent.com/4b4b0179906cda9d7a08b56e267776d822d0d915e614e477b231fc54cd305b01/68747470733a2f2f63646e2e6772756e746a732e636f6d2f6275696c74776974682e706e67)](http://gruntjs.com/)[![Latest stable](https://camo.githubusercontent.com/a9d2f63c6fe4a6d660340a86d06da75d889454919661adb83fa4bc071ed05762/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f4c656f6e6172646f43412f6e706c617967726f756e642e737667)](https://packagist.org/packages/LeonardoCA/nplayground)[![Latest stable](https://camo.githubusercontent.com/deb01d7d571264afc7b44a0c09590c280330d6b91e87e593288a45277f9311f6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f4c656f6e6172646f43412f6e706c617967726f756e642e737667)](https://packagist.org/packages/LeonardoCA/nplayground)

> Sandbox for experiments in Nette Framework, including bootstrap from twitter and bower/grunt support

Nette Playground is a pre-packaged and pre-configured Nette Framework application that you can use as the skeleton for your new applications.

[Nette](http://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.

Installing
----------

[](#installing)

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

```
$ composer create-project leonardoca/nplayground my-app
$ cd my-app
```

If you did not use [Bower](http://bower.io/) and [Grunt](http://gruntjs.com/) you need to install them globally first. Both depend on [Node.js](http://nodejs.org/) and [npm](http://npmjs.org/).

```
$ npm install -g bower
$ npm install -g grunt
```

To install bower dependencies and run grunt build scripts than run.

```
$ npm install
$ grunt
```

Make directories `temp` and `log` writable. Navigate your browser to the `www` directory and you will see a welcome page. PHP 5.4 allows you run `php -S localhost:8888 -t www` to start the web server and then visit `http://localhost:8888` in your browser.

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

License
-------

[](#license)

- Nette: New BSD License or GPL 2.0 or 3.0 ()
- jQuery: MIT License ()
- Adminer: Apache License 2.0 or GPL 2 ()
- Nette Playground: The Unlicense ()

### Release History

[](#release-history)

See the [CHANGELOG](CHANGELOG.md).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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 ~3 days

Total

3

Last Release

4228d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/44d6856c10b0916d8804fe78325d2779e7bc29daa3fa6406f02fcf5cc525b483?d=identicon)[LeonardoCA](/maintainers/LeonardoCA)

---

Top Contributors

[![LeonardoCA](https://avatars.githubusercontent.com/u/552868?v=4)](https://github.com/LeonardoCA "LeonardoCA (74 commits)")

### Embed Badge

![Health badge](/badges/leonardoca-nplayground/health.svg)

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

PHPackages © 2026

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