contao / package-manager
Contao Manager is the management tool for Contao 4 Open Source CMS
Fund package maintenance!
Other
Requires
- php: ^8.1
- ext-json: *
- ext-zip: *
- composer/composer: ^2.6.2
- crell/api-problem: ^3.1
- firebase/php-jwt: ^6.0
- phpdocumentor/reflection-docblock: ^5.6
- ramsey/uuid: ^4.0
- spomky-labs/otphp: ^11.3
- studio24/rotate: ^1.0
- symfony/console: ^6.4
- symfony/finder: ^6.4
- symfony/framework-bundle: ^6.4
- symfony/http-kernel: ^6.4
- symfony/monolog-bundle: ^3.3
- symfony/process: ^6.4
- symfony/security-bundle: ^6.4
- symfony/serializer: ^6.4
- symfony/yaml: ^6.4
- web-auth/webauthn-lib: ^4.9
Requires (Dev)
- bamarni/composer-bin-plugin: ^1.4
- phpunit/phpunit: ^9.5.19
- symfony/phpunit-bridge: ^6.4
- dev-main
- 1.9.2
- 1.9.1
- 1.9.0
- 1.8.11
- 1.8.10
- 1.8.9
- 1.8.8
- 1.8.7
- 1.8.6
- 1.8.5
- 1.8.4
- 1.8.3
- 1.8.2
- 1.8.1
- 1.8.0
- 1.7.1
- 1.7.0
- 1.6.5
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.7
- 1.5.6
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.10
- 1.4.9
- 1.4.8
- 1.4.7
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.x-dev
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 1.0.0-beta19
- 1.0.0-beta18
- 1.0.0-beta17
- 1.0.0-beta16
- 1.0.0-beta15
- 1.0.0-beta14
- 1.0.0-beta13
- 1.0.0-beta12
- 1.0.0-beta11
- 1.0.0-beta10
- 1.0.0-beta9
- 1.0.0-beta8
- 1.0.0-beta7
- 1.0.0-beta6
- 1.0.0-beta5
- 1.0.0-beta4
- 1.0.0-beta3
- 1.0.0-beta2
- 1.0.0-beta1
- 1.0.0-alpha10
- 1.0.0-alpha9
- 1.0.0-alpha8
- 1.0.0-alpha7
- 1.0.0-alpha6
- 1.0.0-alpha5
- 1.0.0-alpha4
- 1.0.0-alpha3
- 1.0.0-alpha2
- 1.0.0-alpha1
- dev-develop
- dev-successful-response-delete
- dev-feature/security-report
- dev-with-react
- dev-with-angular-ui
This package is not auto-updated.
Last update: 2025-03-01 20:55:58 UTC
README
Contao is an Open Source PHP Content Management System. Contao Manager is a graphical tool to manage a Contao installation. Visit the project website for more information.
The application is distributed as a Phar file, you should only work with this repository if you want to help with development of the app.
System requirements
- PHP >= 8.1
- PHP Intl extension
- PHP OpenSSL extension
- allow_url_fopen must be enabled in PHP
- proc_open and proc_close PHP functions
Installation
Install PHP dependencies using Composer.
$ composer.phar install
Install Javascript dependencies using NPM.
$ npm install
Documentation
License
Contao Manager is licensed under the terms of the LGPLv3. The full license text is available in the LICENSE file.