Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# ChamberOrchestra Meta Bundle
# ChamberOrchestra Meta

[![PHP Composer](https://github.com/chamber-orchestra/meta-bundle/actions/workflows/php.yml/badge.svg)](https://github.com/chamber-orchestra/meta-bundle/actions/workflows/php.yml)
[![PHP Composer](https://github.com/chamber-orchestra/meta/actions/workflows/php.yml/badge.svg)](https://github.com/chamber-orchestra/meta/actions/workflows/php.yml)
[![PHPStan](https://img.shields.io/badge/PHPStan-max-brightgreen.svg)](https://phpstan.org/)
[![PHP-CS-Fixer](https://img.shields.io/badge/code%20style-PER--CS%20%2F%20Symfony-blue.svg)](https://cs.symfony.com/)
[![Latest Stable Version](https://img.shields.io/packagist/v/chamber-orchestra/meta-bundle.svg)](https://packagist.org/packages/chamber-orchestra/meta-bundle)
[![Total Downloads](https://img.shields.io/packagist/dt/chamber-orchestra/meta-bundle.svg)](https://packagist.org/packages/chamber-orchestra/meta-bundle)
[![Latest Stable Version](https://img.shields.io/packagist/v/chamber-orchestra/meta.svg)](https://packagist.org/packages/chamber-orchestra/meta)
[![Total Downloads](https://img.shields.io/packagist/dt/chamber-orchestra/meta.svg)](https://packagist.org/packages/chamber-orchestra/meta)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![PHP 8.5+](https://img.shields.io/badge/PHP-8.5%2B-777BB4.svg)](https://www.php.net/)
[![Symfony 8.0](https://img.shields.io/badge/Symfony-8.0-000000.svg)](https://symfony.com/)

Symfony 8 bundle providing a Doctrine ORM trait for SEO meta fields — title, description, keywords, Open Graph image, and robots behaviour. Mix into any Doctrine entity with zero boilerplate.
Symfony 8 library providing a Doctrine ORM trait for SEO meta fields — title, description, keywords, Open Graph image, and robots behaviour. Mix into any Doctrine entity with zero boilerplate.

## Features

Expand All @@ -30,7 +30,7 @@ Symfony 8 bundle providing a Doctrine ORM trait for SEO meta fields — title, d
## Installation

```bash
composer require chamber-orchestra/meta-bundle
composer require chamber-orchestra/meta
```

## Usage
Expand Down
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "chamber-orchestra/meta-bundle",
"type": "symfony-bundle",
"description": "Symfony 8 bundle providing a Doctrine ORM trait for SEO meta fields — title, description, keywords, Open Graph image, and robots behaviour",
"name": "chamber-orchestra/meta",
"type": "library",
"description": "Symfony 8 library providing a Doctrine ORM trait for SEO meta fields — title, description, keywords, Open Graph image, and robots behaviour",
"keywords": [
"symfony",
"symfony-bundle",
"seo",
"meta",
"meta-tags",
Expand Down