netzmacht / contao-toolkit
This library provides tools to simplify common tasks when developing with Contao.
Installs: 95 187
Dependents: 23
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 8
Open Issues: 2
Type:contao-bundle
Requires
- php: ^8.1
- beberlei/assert: ^3.0
- contao/core-bundle: ^4.13 || ^5.2
- doctrine/dbal: ^3.1
- psr/log: ^1.1 || ^2.0 || ^3.0
- symfony/asset: ^5.4 || ^6.0
- symfony/config: ^5.4 || ^6.0
- symfony/dependency-injection: ^5.4 || ^6.0
- symfony/event-dispatcher: ^5.4 || ^6.0
- symfony/event-dispatcher-contracts: ^1.1.6 || ^2.0 || ^3.0
- symfony/http-foundation: ^5.4 || ^6.0
- symfony/http-kernel: ^5.4 || ^6.0
- symfony/routing: ^5.4 || ^6.0
- symfony/security-core: ^5.4 || ^6.0
- symfony/security-csrf: ^5.4 || ^6.0
- symfony/string: ^5.4 || ^6.0
- symfony/translation-contracts: ^1.1.6 || ^2.0 || ^3.0
Requires (Dev)
- contao/manager-plugin: ^2.0
- doctrine/coding-standard: ^12.0
- friends-of-phpspec/phpspec-expect: ^4.0
- friendsofsymfony/http-cache: ^2.0
- netzmacht/phpspec-phpcq-plugin: @dev
- phpcq/runner-bootstrap: ^1.0@dev
- phpspec/phpspec: ^7.0
Conflicts
- contao/manager-plugin: <2.0 || >=3.0
- friendsofsymfony/http-cache: <2.0 || >=3.0
- dev-develop / 4.1.x-dev
- dev-master / 4.0.x-dev
- 4.0.2
- 4.0.1
- 4.0.0
- 3.9.2
- 3.9.1
- 3.9.0
- 3.8.3
- 3.8.2
- 3.8.1
- 3.8.0
- 3.7.4
- 3.7.3
- 3.7.2
- 3.7.1
- 3.7.0
- 3.6.2
- 3.6.1
- 3.6.0
- 3.5.0
- 3.4.5
- 3.4.4
- 3.4.3
- 3.4.2
- 3.4.1
- 3.4.0
- 3.3.3
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.0
- 3.1.1
- 3.1.0
- 3.1.0-rc1
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 3.0.0-beta2
- 3.0.0-beta1
- 2.0.1
- 2.0.0
- 1.0.0-rc4
- dev-support/3.9
- dev-support/3.5.x
This package is auto-updated.
Last update: 2024-10-09 13:25:31 UTC
README
This library provides a set of tools for developing in Contao CMS. The main goal is to ease developing of clean, testable code.
Install
You can install this library using Composer. It requires at least PHP 8.1 and Contao 4.13 or 5.2.
$ php composer.phar require netzmacht/contao-toolkit:^4.0
Changelog
See CHANGELOG.md
Documentation
For more details please have a look into the documentation.