An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Symfony CMF Routing Auto Bundle

[![Build Status](https://secure.travis-ci.org/symfony-cmf/SiteContextBundle.png?branch=master)](http://travis-ci.org/symfony-cmf/SiteContextBundle)
[![Latest Stable Version](https://poser.pugx.org/symfony-cmf/site-context-bundle/version.png)](https://packagist.org/packages/symfony-cmf/site-context-bundle)
[![Total Downloads](https://poser.pugx.org/symfony-cmf/site-context-bundle/d/total.png)](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