mirror of
https://github.com/doctrine/doctrine-website.git
synced 2026-03-23 22:32:11 +01:00
13 lines
628 B
YAML
13 lines
628 B
YAML
# The contents of this file are parsed and made available as
|
|
# via `site.*`. So for example, {{ site.title }} can be used
|
|
# in a template to get the contents of the `title` key.
|
|
title: Doctrine
|
|
subtitle: PHP Database Tools
|
|
url: http://lcl.doctrine-project.org:8080
|
|
keywords: [php, mysql, orm, dbal, database, mongodb, odm, annotations, migrations, cache, couchdb]
|
|
description: >
|
|
The Doctrine Project is the home to several PHP libraries primarily
|
|
focused on database storage and object mapping. The core projects
|
|
are the Object Relational Mapper (ORM) and the Database Abstraction
|
|
Layer (DBAL) it is built upon.
|