2017 © Pedro Peláez
 

football-database-bundle database-bundle

The database bundle for the Torakel project

image

torakel/database-bundle

The database bundle for the Torakel project

  • Saturday, March 24, 2018
  • by nilsabegg
  • Repository
  • 1 Watchers
  • 1 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

database-bundle

Build Status Coverage Status Scrutinizer Code Quality Code Intelligence Status Latest Stable Version License, (*1)

This is the database bundle for the Torakel project. It contains all the Doctrine Entities and Repositories to store and select the data., (*2)

Install

composer require torakel/database-bundle 0.2
php bin/console doctrine:database:create
php bin/console doctrine:schema:update --force

Database Schema

There is another repository for the actual database schema of the Torakel project. You don't need the files, since everything is generated from this Bundle, but if you want to understand the relationships within the schema, you might check up the docs of the repository: https://github.com/torakel/database-schema., (*3)

The Versions