edrush / extbaser-bundle
Create a TYPO3 Extbase Extension from an existing Symfony database schema.
Package info
github.com/edrush/extbaser-bundle
Type:symfony-bundle
pkg:composer/edrush/extbaser-bundle
v0.1.0
2015-07-27 15:39 UTC
Requires
- php: >=5.3.2
- doctrine/orm: >=2.3
- edrush/extbaser: *
- symfony/framework-bundle: >=2.3
This package is not auto-updated.
Last update: 2026-03-15 01:33:10 UTC
README
Create a TYPO3 Extbase Extension from a Symfony application.
- Extbaser project homepage: https://github.com/edrush/extbaser
Installation
Define the following requirement in your composer.json file:
"require": {
"edrush/extbaser-bundle": "*",
}
Usage
Convert mapping information to a TYPO3 Extbase Extension:
php app/console extbaser:export target_extension_key
Now continue with step 2 here.