https://github.com/contao/contao-manager
Contao Manager
https://github.com/contao/contao-manager
cms contao installer manager php symfony symfony-application vuejs
Last synced: about 1 month ago
JSON representation
Contao Manager
- Host: GitHub
- URL: https://github.com/contao/contao-manager
- Owner: contao
- License: lgpl-3.0
- Created: 2015-11-24T11:41:12.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2026-02-06T11:24:22.000Z (about 2 months ago)
- Last Synced: 2026-02-06T19:07:33.768Z (about 2 months ago)
- Topics: cms, contao, installer, manager, php, symfony, symfony-application, vuejs
- Language: PHP
- Homepage:
- Size: 13.6 MB
- Stars: 88
- Watchers: 22
- Forks: 38
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Contao Manager
Contao is an Open Source PHP Content Management System.
Contao Manager is a graphical tool to manage a Contao installation.
Visit the [project website][Contao] 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
- [Development](docs/development.md)
- [Build the Phar](docs/build-phar.md)
## License
Contao Manager is licensed under the terms of the LGPLv3.
The full license text is available in the LICENSE file.
[Composer]: http://getcomposer.org
[Contao]: https://contao.org
[issue #66]: https://github.com/contao/contao-manager/issues/66