t3v / t3v_datamapper
The data mapper extension of TYPO3voilà.
Installs: 3 378
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 5
Forks: 0
Open Issues: 1
Type:typo3-cms-extension
Requires
- php: >= 7.4
- illuminate/database: ^8.83 || ^9.52
- phplucidframe/console-table: ^1.2
- t3v/t3v_core: dev-develop
- typo3/cms-core: ^10.4.36 || ^11.5.25
Requires (Dev)
- ext-dom: *
- t3v/t3v_testing: ^2.0
Replaces
- typo3-ter/t3v_datamapper: 9.1.0
- dev-main
- 9.1.0
- 9.0.0
- 8.0.0
- 7.4.0
- 7.3.2
- 7.3.1
- 7.3.0
- 7.2.1
- 7.2.0
- 7.1.0
- 7.0.1
- 7.0.0
- 6.0.4
- 6.0.3
- 6.0.2
- 6.0.1
- 6.0.0
- 5.1.0
- 5.0.0
- 4.11.0
- 4.10.1
- 4.10.0
- 4.9.0
- 4.8.0
- 4.7.1
- 4.7.0
- 4.6.4
- 4.6.3
- 4.6.2
- 4.6.1
- 4.6.0
- 4.5.0
- 4.4.0
- 4.3.0
- 4.2.0
- 4.1.0
- 4.0.0
- 3.0.0
- 2.3.1
- 2.3.0
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.0
- 2.0.1
- 2.0.0
- 1.0.2
- 1.0.1
- 1.0.0
- dev-develop
- dev-9-x
- dev-8-x
- dev-7-x
This package is auto-updated.
Last update: 2024-11-13 02:50:21 UTC
README
The data mapper extension of TYPO3voilà.
Brings the Database and Validation magic from Laravel to TYPO3.
Dependencies
- TYPO3 CMS 10.4 or greater
- PHPLucidFrame Console Table library
- Illuminate Database component
- T3v Core extension
Installation
- Add T3v DataMapper as dependency to the Composer configuration
- Run
composer install
orcomposer update
to install all dependencies with Composer - Include the TypoScript for T3v DataMapper
Domain
Model
- Base
- Content
- Page
Service
- Database Service
Development
Setup
git clone https://github.com/t3v/t3v_datamapper.git && cd t3v_datamapper ./Scripts/Setup.sh
Testing
./Scripts/Tests.sh ./Scripts/Tests/Unit.sh ./Scripts/Tests/Functional.sh ./Scripts/Tests/Migrate.sh
Bug Reports
GitHub Issues are used for managing bug reports and feature requests. If you run into issues, please search the issues and submit new problems here.
Versioning
This project aims to adhere to Semantic Versioning 2.0.0. Violations of this scheme should be reported as bugs. Specifically, if a minor or patch version is being released that breaks backward compatibility, that version should be immediately yanked and / or a new version should be immediately released that restores compatibility.
Credits
Sven Lahann for the idea and the first prototype.
The Laravel team for the Database and Validation component.
License
T3v DataMapper is released under the MIT License (MIT), see LICENSE.