t3v / t3v_datamapper by mkempe

Brings the Database and Validation magic from Laravel to TYPO3.
3,378
3
5
Package Data
Maintainer Username: mkempe
Maintainer Contact: mkempe@bitaculous.com (Maik Kempe)
Package Create Date: 2017-02-18
Package Last Update: 2023-05-12
Home Page: https://t3v.github.io/t3v_datamapper/
Language: PHP
License: MIT
Last Refreshed: 2024-04-18 15:22:14
Package Statistics
Total Downloads: 3,378
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 3
Total Watchers: 5
Total Forks: 0
Total Open Issues: 1

T3v DataMapper

Travis CI Status

Brings the Database and Validation magic from Laravel to TYPO3.

Dependencies

  • TYPO3 CMS 8.7 or greater
  • PHPLucidFrame ConsoleTable library
  • Illuminate Database component
  • Illuminate Validation component
  • T3v Core extension

Installation

  1. Add T3v DataMapper as dependency to the Composer configuration
  2. Run composer install or composer update to install all dependencies with Composer
  3. Include the TypoScript for T3v DataMapper

Commands

  • Page Language Overlay Command

    • List Action
    • Hide Action
    • Unhide Action

Domain

Model

  • Page

Page

  • Language Overlay

Service

  • Database Service
  • Page Service

Validation

  • Validator Service

View Helpers

  • Page View Helper

Development

Setup

$ ./Scripts/Setup.sh

Run Unit Tests

$ ./Scripts/Tests/Unit.sh

Run Functional Tests

$ ./Scripts/Tests/Functional.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 library 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 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.