Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fourlabsldn/robotsbundle
Symfony bundle to control X-Robots-Tag HTTP header via annotations
https://github.com/fourlabsldn/robotsbundle
Last synced: 5 days ago
JSON representation
Symfony bundle to control X-Robots-Tag HTTP header via annotations
- Host: GitHub
- URL: https://github.com/fourlabsldn/robotsbundle
- Owner: fourlabsldn
- License: mit
- Created: 2015-08-27T16:46:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-01T10:20:48.000Z (about 9 years ago)
- Last Synced: 2024-11-01T09:12:47.257Z (16 days ago)
- Language: PHP
- Homepage:
- Size: 141 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Robots Bundle
**Symfony2 bundle to control `X-Robots-Tag` HTTP header via annotations.**
[![Total Downloads](https://poser.pugx.org/fourlabs/robots-bundle/downloads)](https://packagist.org/packages/fourlabs/robots-bundle)
[![License](https://poser.pugx.org/fourlabs/robots-bundle/license)](https://packagist.org/packages/fourlabs/robots-bundle)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/25fe368d-13ac-4e1b-8de0-82575b2b7d3a/mini.png)](https://insight.sensiolabs.com/projects/25fe368d-13ac-4e1b-8de0-82575b2b7d3a)## Installation
### Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest version of this bundle:``` bash
$ composer require fourlabs/robots-bundle dev-master
```This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the Composer documentation.
### Enable the Bundle
Then, enable the bundle by adding the following line in the *app/AppKernel.php* file of your project:
``` php