Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Latest commit

 

History

History

Neos.ContentGraph.DoctrineDbalAdapter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Event Sourced Content Repository - Content Graph Doctrine DBAL Adapter

This repository is a read-only subsplit of a package that is part of the Content Repository Development Collection

!!! Not ready for production !!!

Please note that this repository is not yet ready for productive use and we will still change APIs without notice. If you dare to use it anyways, you can install this package via composer:

{
    # ...
    "require": {
        "neos/contentgraph-doctrinedbaladapter": "dev-master"
        # ...
    },
    "repositories": {
        # ...
        "contentgraph-doctrinedbaladapter": {
            "type": "git",
            "url": "git@github.com:neos/contentgraph-doctrinedbaladapter.git"
        }
    },
}

Contribute

If you want to contribute to the Event Sourced Content Repository, please have a look at https://github.com/neos/contentrepository-development-collection - it is the repository used for development and all pull requests should go into it.