wizad / settings-bundle
Settings system for Symfony2 applications, editable via web user interface, injected in service container.
Installs: 3 702
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 5
Forks: 1
Open Issues: 4
Requires
- php: >=5.3.3
- predis/predis: v0.8.3
- symfony/form: ~2.3
- symfony/framework-bundle: ~2.3
- symfony/twig-bundle: ~2.1
- symfony/validator: ~2.3
Requires (Dev)
- friendsofsymfony/rest-bundle: 0.12.*@dev
- phpunit/phpunit: 3.7.*
- sensio/framework-extra-bundle: ~2.1
- symfony/browser-kit: ~2.1
- symfony/css-selector: ~2.1
- symfony/validator: ~2.1
- symfony/yaml: ~2.1
This package is auto-updated.
Last update: 2024-11-17 21:15:39 UTC
README
Dynamic parameters system with web editing interface for Symfony2 applications.
Documentation
The bulk of the documentation is stored in the Resources/doc/index.md
file in this bundle:
Read the Documentation for master
Installation
All the installation instructions are located in documentation
Bug tracking
This bundle uses GitHub issues. If you have found bug, please create an issue.
Versioning
Releases will be numbered with the format major.minor.patch
.
And constructed with the following guidelines.
- Breaking backwards compatibility bumps the major.
- New additions without breaking backwards compatibility bumps the minor.
- Bug fixes and misc changes bump the patch.
For more information on SemVer, please visit semver.org website.
MIT License
License can be found here.
Authors
The bundle was originally created by William POTTIER.