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

ActiveLibrary[Framework](/categories/framework)

joseki/sandbox
==============

Nette Framework application skeleton

v2.0.1(11y ago)162[3 issues](https://github.com/Joseki/Sandbox/issues)MITPHPPHP &gt;= 5.3.0

Since Sep 11Pushed 10y ago2 watchersCompare

[ Source](https://github.com/Joseki/Sandbox)[ Packagist](https://packagist.org/packages/joseki/sandbox)[ RSS](/packages/joseki-sandbox/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)Dependencies (11)Versions (4)Used By (0)

Sandbox
=======

[](#sandbox)

Application skeleton for Nette Framework applications with many additional features:

- LeanMapper ORM included
    - Query objects
    - auto service registration based on simple Entity-table mapping in neon config
    - closure tables
- Phinx database migration including initial script
- Package based directory structure
- separated neon config files for each extension (to clarify these config files)
- less -&gt; css templates written in attribute-selector way in resources/design/
- example for simple testing mechanism using Nette/Tester in tests/

Install
=======

[](#install)

using Composer (note that webroot is just a name of a directory where your project will be created. Feel free to change webroot to whatever you like)

```
composer create-project joseki/sandbox webroot

```

move to webroot directory

```
cd webroot

```

create config.local.neon and add valid credentials to a database layer

```
cp app/config/template/config.local.neon app/config/config.local.neon
vim app/config/config.local.neon

```

create SQL tables using Phinx migration tool

```
libs/composer/bin/phinx migrate

```

Packages name
=============

[](#packages-name)

In your IDE (PhpStorm, NetBeans or whatever you use), replace all occurencies of MyApplication with whatever is your project name namespace (e.g. Joseki). Also rename app/MyApplication as well (in my case to Joseki).

In this skeleton, I use composer to autoload my application scripts in app/ directory the same way as I do with dependecies stored in libs/ (vendor) directory so you need to call:

```
composer update

```

That's all folks!

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

3

Last Release

4029d ago

Major Versions

v1.0.0 → v2.0.02014-11-22

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1245190?v=4)[Miroslav Paulík](/maintainers/castamir)[@castamir](https://github.com/castamir)

---

Top Contributors

[![castamir](https://avatars.githubusercontent.com/u/1245190?v=4)](https://github.com/castamir "castamir (6 commits)")

### Embed Badge

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

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

###  Alternatives

[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k16.2k54](/packages/elgg-elgg)[oleksandr-torosh/yona-cms

Yona CMS - open source content management system (CMS). Written in Phalcon PHP Framework (v 1.3.x). Has a convenient modular structure. Has simple configuration and architecture. Can be easily modified for any task with any loads.

3642.1k](/packages/oleksandr-torosh-yona-cms)[vojtech-dobes/nette-ajax-history

Adds History API support for Nette Framework.

30180.8k2](/packages/vojtech-dobes-nette-ajax-history)[vesp/core

Vesp core library to make backend simple

243.9k5](/packages/vesp-core)[forme/framework

An MVC framework for WordPress.

185.0k4](/packages/forme-framework)[flame/modules

Nette modules on the Steroids

1361.8k3](/packages/flame-modules)

PHPackages © 2026

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