https://github.com/symphonycms/symphonycms
This is the official Symphony CMS repository.
https://github.com/symphonycms/symphonycms
cms cms-backend mysql-database php symphony-cms xsl xslt
Last synced: 20 days ago
JSON representation
This is the official Symphony CMS repository.
- Host: GitHub
- URL: https://github.com/symphonycms/symphonycms
- Owner: symphonycms
- License: mit
- Created: 2010-07-17T11:14:07.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T17:22:34.000Z (over 2 years ago)
- Last Synced: 2025-03-31T23:33:56.663Z (27 days ago)
- Topics: cms, cms-backend, mysql-database, php, symphony-cms, xsl, xslt
- Language: PHP
- Homepage: https://www.getsymphony.com
- Size: 17.3 MB
- Stars: 545
- Watchers: 60
- Forks: 210
- Open Issues: 100
-
Metadata Files:
- Readme: README.markdown
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Symphony CMS
[](https://php.net/)
[](https://travis-ci.com/symphonycms/symphony-2)


[](https://codecov.io/gh/symphonycms/symphony-2)
[](https://github.com/phpstan/phpstan)
[](https://scrutinizer-ci.com/g/symphonycms/symphony-2/?branch=master)
[](https://codeclimate.com/github/symphonycms/symphony-2/maintainability)
[](https://gitter.im/symphonycms/symphony-2)
[](https://symphonycms.mit-license.org/)
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fsymphonycms%2Fsymphony-2)- Version: 3.0.0
- Date: 27th March 2020
- [Release notes](https://www.getsymphony.com/download/releases/version/3.0.0/)
- [Changelog](https://github.com/symphonycms/symphonycms/blob/3.0.0/CHANGELOG.md)
- [Github repository](https://github.com/symphonycms/symphonycms/tree/3.0.0)
- [MIT Licence](https://github.com/symphonycms/symphonycms/blob/master/LICENCE)## Contents
* [Overview](#overview)
* [Server requirements](#server-requirements)
* [Responsible Security Disclosure](#responsible-security-disclosure)## Quick links
* [Installing](.docs/dev/INSTALLING.md)
* [Updating from LTS](.docs/dev/UPDATING.md)
* [Contributing](.docs/dev/CONTRIBUTING.md)
* [Documentation TOC](.docs/TOC.md)## Overview
Symphony is a `PHP` & `MySQL` based CMS that utilises `XML` and `XSLT` as its core technologies. This repository represents version `3.0.0` and is considered stable.
Useful places:
- [The Symphony website](https://www.getsymphony.com/)
- [The Symphony forum](https://www.getsymphony.com/discuss/)
- [Symphony Extensions](http://symphonyextensions.com/)
- [DEV chat room](https://gitter.im/symphonycms/symphony-2)
- [HELP chat room](https://gitter.im/symphonycms/symphony-2/help)## Server requirements
- PHP 5.6 or 7.0-7.3
- PHP’s LibXML module, with the XSLT extension enabled (`--with-xsl`)
- MySQL 5.7 or above is recommended
- A webserver (known to be used with Apache, Litespeed, Nginx and Hiawatha)
- Apache’s `mod_rewrite` module or equivalent
- PHP’s built in `json` functions, which are enabled by default in PHP 5.2 and above; if they are missing, ensure PHP wasn’t compiled with `--disable-json`
- PHP’s `zlib` module
- PHP’s `pdo_mysql` module## Responsible Security Disclosure
Please follow [the guideline for security bug disclosure](https://github.com/symphonycms/symphonycms/wiki/Security-Bug-Disclosure).