PHPackages                             baraja/sandbox - 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. baraja/sandbox

ActiveProject[Framework](/categories/framework)

baraja/sandbox
==============

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

v2.1.4(3y ago)33261[1 PRs](https://github.com/baraja-core/sandbox/pulls)BSD-3-ClausePHPPHP ^8.0 &lt;8.1

Since Sep 3Pushed 3y ago1 watchersCompare

[ Source](https://github.com/baraja-core/sandbox)[ Packagist](https://packagist.org/packages/baraja/sandbox)[ Docs](https://baraja.cz)[ RSS](/packages/baraja-sandbox/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (23)Versions (16)Used By (0)

Baraja Nette Sandbox
====================

[](#baraja-nette-sandbox)

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

This is an upgraded version of the the basic Nette Sandbox that you can use as the starting point for your new applications. The PROs of this Sandbox is that is featuring the [PackageManager](https://github.com/baraja-core/package-manager), a great tool that allows you to search all the package dependencies automatically and register them to your project. It is also fully configured and prepared to support the use of [Doctrine](https://github.com/baraja-core/doctrine) which is a simple and easy to use, maximal performance database layer.

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

[](#installation)

To install the sandbox you should use Composer. To do so, find your web root directory (e.g. `/var/www` or `C:\InetPub`) in your command line and execute the following command:

`composer create-project baraja/sandbox `

The sandbox will be downloaded into your newly created directory.

If you're developing on Mac OS X or Linux (or any other Unix based system), you need to configure write privileges to the web server. So in the terminal write:

`cd  && chmod -R a+rw temp log`

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

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

[](#requirements)

- Baraja Sandbox for Nette 3.0 requires PHP 7.1

To check if the server configuration meets the minimum requirements for Nette Framework, browse to the directory `/checker` in your project root (i.e. `http://localhost:8000/checker`).

Adminer
-------

[](#adminer)

[Adminer](https://www.adminer.org/) is a fully featured database management tool written in PHP and it integrates well with the Sandbox.

To use it, browse to the subdirectory `/adminer` in your project root (i.e. `http://localhost:8000/adminer`).

Other sources
-------------

[](#other-sources)

Other manuals and more you can read on [Czech PHP Manual](https://php.baraja.cz) by [Baraja](https://baraja.cz).

This sandbox is also fully compatible with Nette and [Structured API](https://github.com/baraja-core/structured-api).

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 87.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 ~122 days

Recently: every ~140 days

Total

10

Last Release

1340d ago

Major Versions

v1.0.1 → v2.0.02020-04-03

PHP version history (3 changes)v1.0.0PHP &gt;=7.1

v2.0.2PHP &gt;=7.4

V2.1.0PHP ^8.0 &lt;8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3382204?v=4)[baraja](/maintainers/baraja)[@baraja](https://github.com/baraja)

---

Top Contributors

[![janbarasek](https://avatars.githubusercontent.com/u/4738758?v=4)](https://github.com/janbarasek "janbarasek (49 commits)")[![iDome89](https://avatars.githubusercontent.com/u/44414108?v=4)](https://github.com/iDome89 "iDome89 (4 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (2 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

barajabaraja-sandboxbrowsenette-sandboxphpsimpletemplate

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/baraja-sandbox/health.svg)

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

###  Alternatives

[nette/nette

👪 Nette Framework - innovative framework for fast and easy development of secured web applications in PHP (metapackage)

1.6k2.8M335](/packages/nette-nette)[nette/web-project

Nette: Standard Web Project

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

PHPackages © 2026

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