contao / package-manager
Contao Manager is the management tool for Contao 4 Open Source CMS
Fund package maintenance!
1.10.14
2026-05-14 07:41 UTC
Requires
- php: ^8.1
- ext-json: *
- ext-session: *
- ext-zip: *
- composer/ca-bundle: ^1.5
- composer/composer: ^2.9.6
- composer/semver: ^3.4
- crell/api-problem: ^3.1
- firebase/php-jwt: ^7.0
- justinrainbow/json-schema: ^6.0
- phpdocumentor/reflection-docblock: ^5.6
- psr/container: ^2.0
- psr/log: ^3.0
- ramsey/uuid: ^4.0
- seld/jsonlint: ^1.11
- spomky-labs/otphp: ^11.3
- studio24/rotate: ^1.0
- symfony/config: ^6.4
- symfony/console: ^6.4
- symfony/dependency-injection: ^6.4
- symfony/event-dispatcher: ^6.4
- symfony/filesystem: ^6.4
- symfony/finder: ^6.4
- symfony/framework-bundle: ^6.4
- symfony/http-foundation: ^6.4
- symfony/http-kernel: ^6.4
- symfony/monolog-bundle: ^3.3
- symfony/password-hasher: ^6.4
- symfony/process: ^6.4
- symfony/routing: ^6.4
- symfony/security-bundle: ^6.4
- symfony/security-core: ^6.4
- symfony/security-http: ^6.4
- symfony/serializer: ^6.4
- symfony/service-contracts: ^3.5
- symfony/yaml: ^6.4
- terminal42/composer-lock-validator: ^1.1
- web-auth/cose-lib: ^4.4
- web-auth/webauthn-lib: ^4.9
Requires (Dev)
This package is not auto-updated.
Last update: 2026-06-15 22:09:49 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.