PHPackages                             fracasula/phpsandboxbundle - 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. fracasula/phpsandboxbundle

ActiveSymfony-bundle

fracasula/phpsandboxbundle
==========================

PHP Sandbox Bundle for Symfony 2

28PHP

Since Feb 17Pushed 11y ago1 watchersCompare

[ Source](https://github.com/fracasula/PhpSandboxBundle)[ Packagist](https://packagist.org/packages/fracasula/phpsandboxbundle)[ RSS](/packages/fracasula-phpsandboxbundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Getting Started With PhpSandboxBundle
=====================================

[](#getting-started-with-phpsandboxbundle)

With this bundle you can run PHP Code in a sandbox or in your current environment. Otherwise you can use it for multi-tasking purposes running child processes in background.

[![Build Status](https://camo.githubusercontent.com/ee9797be32e59280057c9c976e28444ca44daabf28e1eff78ba3c822c14c0b85/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f667261636173756c612f50687053616e64626f7842756e646c652e706e67)](http://travis-ci.org/fracasula/PhpSandboxBundle)

Prerequisites
-------------

[](#prerequisites)

This bundle requires Symfony 2.1+.

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

[](#installation)

### Step 1: Download PhpSandboxBundle using the composer

[](#step-1-download-phpsandboxbundle-using-the-composer)

Add PhpSandboxBundle in your composer.json:

```
"require": {
	"fracasula/phpsandboxbundle": "dev-master"
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update fracasula/phpsandboxbundle
```

Composer will install the bundle to your project `vendor/fracasula` directory.

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in your kernel:

```
