PHPackages                             t4web/site-config - 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. t4web/site-config

ActiveLibrary[Admin Panels](/categories/admin)

t4web/site-config
=================

Admin module for ZF2. Provide key-value configuration

2.0.3(8y ago)11.2kBSD-3-ClausePHPPHP &gt;=5.5.0

Since Oct 25Pushed 8y ago1 watchersCompare

[ Source](https://github.com/t4web/SiteConfig)[ Packagist](https://packagist.org/packages/t4web/site-config)[ Docs](https://github.com/t4web/SiteConfig)[ RSS](/packages/t4web-site-config/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (7)Versions (10)Used By (0)

SiteConfig
==========

[](#siteconfig)

ZF2 Module. Site config module - provide key-value configuration.

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

[](#installation)

### Main Setup

[](#main-setup)

#### By cloning project

[](#by-cloning-project)

Clone this project into your `./vendor/` directory.

#### With composer

[](#with-composer)

2. Now tell composer to download SiteConfig by running the command:

```
$ composer require t4web/site-config:"~2.0.0"
```

3. Create tables by initial script:

```
$ php public/index.php site-config init
```

#### Post installation

[](#post-installation)

1. Enabling it in your `application.config.php`file.

```
