https://github.com/cps-it/typo3-project-template
Project builder template for TYPO3 CMS projects with configuration for DDEV and Deployer
https://github.com/cps-it/typo3-project-template
kickstart php project-builder scaffold template typo3
Last synced: about 1 year ago
JSON representation
Project builder template for TYPO3 CMS projects with configuration for DDEV and Deployer
- Host: GitHub
- URL: https://github.com/cps-it/typo3-project-template
- Owner: CPS-IT
- License: gpl-3.0
- Created: 2022-11-01T08:36:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T10:10:23.000Z (over 1 year ago)
- Last Synced: 2024-11-05T11:27:59.442Z (over 1 year ago)
- Topics: kickstart, php, project-builder, scaffold, template, typo3
- Language: Twig
- Homepage:
- Size: 671 KB
- Stars: 11
- Watchers: 9
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README

# TYPO3 CMS project builder template
[](https://github.com/CPS-IT/typo3-project-template/actions/workflows/cgl.yaml)
[](https://packagist.org/packages/cpsit/typo3-project-template)
[](https://packagist.org/packages/cpsit/typo3-project-template)

๐ฆย [Packagist](https://packagist.org/packages/cpsit/typo3-project-template) |
๐พย [Repository](https://github.com/CPS-IT/typo3-project-template) |
๐ย [Issue tracker](https://github.com/CPS-IT/typo3-project-template/issues)
This is a template repository for the [CPS Project Builder](https://github.com/CPS-IT/project-builder).
It provides a complete template for new [TYPO3 CMS](https://typo3.org) projects, including a
ready-to-use DDEV configuration and basic configuration for deployment with Deployer.
## ๐ Features
### Core features
* Composer-based [TYPO3 CMS](https://typo3.org) project template
* Ready-to-use [DDEV](https://ddev.readthedocs.io) configuration
* Compatible with TYPO3 11.5 LTS, 12.4 LTS and 13.4 LTS
* Support of current stable PHP versions, starting from PHP 8.1
### Optional features
* Static code analysis template with [PHPStan](https://phpstan.org/)
* Automatic code migration with [TYPO3 Rector](https://www.typo3-rector.com/)
* Basic [Deployer](https://deployer.org/) deployment configuration
## ๐ฅ Getting started
1. [Create](https://project-builder.cps-it.de/usage/composer.html) a new project:
```bash
composer create-project cpsit/project-builder
```
2. Select the package `cpsit/typo3-project-template`.
3. Answer all questions and you're ready to go.
## ๐งโ๐ป Development
Please have a look at [`CONTRIBUTING.md`](CONTRIBUTING.md).
## โญ License
This project is licensed under [GNU General Public License 3.0 (or later)](LICENSE.md).