t3v / t3v_core
The core extension of TYPO3voilà.
Installs: 6 064
Dependents: 8
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 1
Type:typo3-cms-extension
Requires
- php: >= 7.4
- ext-pdo: *
- cocur/slugify: ^4.3
- danielstjules/stringy: ^3.1
- typo3/cms-core: ^10.4.36 || ^11.5.25
Requires (Dev)
- ext-dom: *
- t3v/t3v_testing: ^2.0
Replaces
- typo3-ter/t3v_core: 10.1.0
- dev-main
- 10.1.0
- 10.0.0
- 9.0.0
- 8.4.3
- 8.4.2
- 8.4.1
- 8.4.0
- 8.3.0
- 8.2.0
- 8.1.0
- 8.0.0
- 7.3.0
- 7.2.0
- 7.1.2
- 7.1.1
- 7.1.0
- 7.0.3
- 7.0.2
- 7.0.1
- 7.0.0
- 6.3.1
- 6.3.0
- 6.2.1
- 6.2.0
- 6.1.0
- 6.0.0
- 5.15.1
- 5.15.0
- 5.14.0
- 5.13.0
- 5.12.0
- 5.11.0
- 5.10.0
- 5.9.0
- 5.8.2
- 5.8.0
- 5.7.3
- 5.7.2
- 5.7.1
- 5.7.0
- 5.6.1
- 5.6.0
- 5.5.1
- 5.5.0
- 5.4.0
- 5.3.0
- 5.2.0
- 5.1.0
- 5.0.0
- 4.1.0
- 4.0.0
- 3.0.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.1
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.9.1
- 1.9.0
- 1.8.0
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.0
- 1.5.1
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.0
- dev-develop
- dev-9-x
- dev-7-x
- dev-8-x
This package is auto-updated.
Last update: 2024-10-26 22:40:49 UTC
README
The core extension of TYPO3voilà.
Dependencies
- PHP 7.4 or greater
- TYPO3 CMS 10.4 or greater
- Danielstjules Stringy library
- Cocur Slugify library
Installation
- Add T3v Core as dependency to the Composer configuration
- Run
composer install
orcomposer update
to install all dependencies with Composer - Include the TypoScript for T3v Core
Development
Setup
git clone https://github.com/t3v/t3v_core.git && cd t3v_core ./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.
License
T3v Core is released under the MIT License (MIT), see LICENSE.