contao / package-manager
Contao Manager is the management tool for Contao 4 Open Source CMS
Fund package maintenance!
Other
Requires
- php: ^7.2.5 || ^8.0
- ext-json: *
- ext-zip: *
- composer/composer: ^2.6.2
- crell/api-problem: ^3.1
- doctrine/annotations: ^1.0
- firebase/php-jwt: ^4.0
- ramsey/uuid: ^3.9
- studio24/rotate: ^1.0
- symfony/console: ^5.4
- symfony/finder: ^5.4
- symfony/framework-bundle: ^5.4
- symfony/http-kernel: ^5.4
- symfony/monolog-bundle: ^3.3
- symfony/process: ^5.4
- symfony/security-bundle: ^5.4
- symfony/yaml: ^5.4
- terminal42/service-annotation-bundle: ^1.1.1
Requires (Dev)
- bamarni/composer-bin-plugin: ^1.4
- phpunit/phpunit: ^7.5
- dev-main
- 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-feature/security-report
- dev-with-react
- dev-with-angular-ui
This package is not auto-updated.
Last update: 2024-11-09 19:21:47 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 >= 7.2.5
- 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 Yarn.
$ yarn install
Documentation
License
Contao Manager is licensed under the terms of the LGPLv3. The full license text is available in the LICENSE file.