https://github.com/dantleech/sitecontextbundle
Symfony CMF Bundle which provides Site objects based on hostname
https://github.com/dantleech/sitecontextbundle
Last synced: about 1 year ago
JSON representation
Symfony CMF Bundle which provides Site objects based on hostname
- Host: GitHub
- URL: https://github.com/dantleech/sitecontextbundle
- Owner: dantleech
- Created: 2015-01-31T13:12:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-07T10:45:32.000Z (over 11 years ago)
- Last Synced: 2025-01-30T15:44:23.466Z (over 1 year ago)
- Language: PHP
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Symfony CMF Routing Auto Bundle
[](http://travis-ci.org/symfony-cmf/SiteContextBundle)
[](https://packagist.org/packages/symfony-cmf/site-context-bundle)
[](https://packagist.org/packages/symfony-cmf/site-context-bundle)
This bundle is part of the [Symfony Content Management Framework (CMF)](http://cmf.symfony.com/)
and licensed under the [MIT License](LICENSE).
## Requirements
* Symfony 2.2.x
* See also the `require` section of [composer.json](composer.json)
## Documentation
For the install guide and reference, see:
* [SiteContext documentation](http://symfony.com/doc/master/cmf/bundles/site_context/index.html)
See also:
* [Creating a basic CMS (with SiteContext)](http://symfony.com/doc/master/cmf/cookbook/creating_a_cms/index.html)
* [All Symfony CMF documentation](http://symfony.com/doc/master/cmf/index.html) - complete Symfony CMF reference
* [Symfony CMF Website](http://cmf.symfony.com/) - introduction, live demo, support and community links
## Contributing
Pull requests are welcome. Please see our
[CONTRIBUTING](https://github.com/symfony-cmf/symfony-cmf/blob/master/CONTRIBUTING.md)
guide.
Unit and/or functional tests exist for this bundle. See the
[Testing documentation](http://symfony.com/doc/master/cmf/components/testing.html)
for a guide to running the tests.
Thanks to
[everyone who has contributed](https://github.com/symfony-cmf/SiteContextBundle/contributors) already.
## Running the tests