PHPackages                             smith981/newsboxbundle - 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. [Admin Panels](/categories/admin)
4. /
5. smith981/newsboxbundle

AbandonedLibrary[Admin Panels](/categories/admin)

smith981/newsboxbundle
======================

A simple online publishing bundle. Not a blog.

024PHP

Since Apr 25Pushed 1y ago1 watchersCompare

[ Source](https://github.com/smith981/NewsboxBundle)[ Packagist](https://packagist.org/packages/smith981/newsboxbundle)[ RSS](/packages/smith981-newsboxbundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

NewsboxBundle
=============

[](#newsboxbundle)

Note: This repository has not been maintained for quite some time.
==================================================================

[](#note-this-repository-has-not-been-maintained-for-quite-some-time)

A simple issue-based online publishing platform. Not a blog.

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

[](#installation)

### Composer

[](#composer)

1. Install from the command line the Symfony Standard Edition. Specify version 2.2.

```
php composer.phar create-project symfony/framework-standard-edition path/to/install
```

2. Add the following requirements to your `composer.json`:

- "jms/security-extra-bundle": "1.4.\*",
- "jms/di-extra-bundle": "1.3.\*",
- "smith981/newsboxbundle": "dev-master"

3. run `composer update` to install the new dependencies.
4. Make sure all of these are present in your AppKernel::registerBundles() method:

```
