Download the PHP package t3v/t3v_datamapper without Composer
On this page you can find all versions of the php package t3v/t3v_datamapper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download t3v/t3v_datamapper
More information about t3v/t3v_datamapper
Files in t3v/t3v_datamapper
Package t3v_datamapper
Short Description The data mapper extension of TYPO3voilà.
License MIT
Homepage https://t3v.github.io/t3v_datamapper/
Informations about the package t3v_datamapper
T3v DataMapper
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
Testing
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.
All versions of t3v_datamapper with dependencies
typo3/cms-core Version ^10.4.36 || ^11.5.25
phplucidframe/console-table Version ^1.2
illuminate/database Version ^8.83 || ^9.52
t3v/t3v_core Version dev-develop