Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jzechy/sandbox-z
📦 Pre-configured PHP7.1 Nette sandbox.
https://github.com/jzechy/sandbox-z
nette nette-framework orm php71 sandbox translation
Last synced: 17 days ago
JSON representation
📦 Pre-configured PHP7.1 Nette sandbox.
- Host: GitHub
- URL: https://github.com/jzechy/sandbox-z
- Owner: JZechy
- License: mit
- Created: 2017-10-13T11:53:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T10:43:41.000Z (about 7 years ago)
- Last Synced: 2024-03-14T17:09:58.351Z (10 months ago)
- Topics: nette, nette-framework, orm, php71, sandbox, translation
- Language: PHP
- Homepage:
- Size: 982 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sandbox-Z
[![Latest stable](https://img.shields.io/packagist/v/jzechy/sandbox-z.svg?style=flat-square)](https://packagist.org/packages/jzechy/sandbox-z)
[![license](https://img.shields.io/github/license/jzechy/sandbox-z.svg?maxAge=2592000&style=flat-square)](https://github.com/JZechy/Sandbox-Z/blob/master/LICENSE)
[![Downloads Total](https://img.shields.io/packagist/dt/jzechy/sandbox-z.svg?style=flat-square)](https://packagist.org/packages/jzechy/sandbox-z)Pre-configured PHP7.1 Nette sandbox.
## Using
```
composer create-project jzechy/sandbox-z
```## Composer dependencies
Sandbox have pre-configured and ready this packages:
* **nette/nette** Nette Framework Metta package.
* **kdyby/translation** Translation extension.
* **kdyby/console** Implementation of Symfony console.
* **nextras/mail-panel** Capturing emails into Tracy Debugger bar.
* **nextras/orm** Database ORM extension.
* **nextras/migrations** Database migrations.
* **nette/tester** PHP unit testing. Dev dependency.## Composer projects
Composer helpful project, installed after Sandbox-Z composer installation.
* **nette/code-checker** A simple tool to check source code against a set of Nette coding standards.## Structure
* **components** Folder for common components.
* **config** Project configuration files.
* **lang** Language resources for translator.
* **model** Folder for model classes.
* **modules** Folder for application modules.
* **front** Default Front module.
* **presenter** Folder for common presenters.## Basic classes
* **BasePresenter** Base presenter class.
* **Component** Base class for components.
* **Form** Base class for form components.
* **Orm** Nextras ORM model class fo repositories.
* **RouterFactory** Default routing class.## BIN files
* **code.bat** File to run code-checker for all files in app folder.
* **console.bat** File to run Kdyby\Console.