Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony-cmf/symfony-cmf
Meta package tying together all the key packages of the Symfony CMF project.
https://github.com/symfony-cmf/symfony-cmf
symfony symfony-application
Last synced: 2 months ago
JSON representation
Meta package tying together all the key packages of the Symfony CMF project.
- Host: GitHub
- URL: https://github.com/symfony-cmf/symfony-cmf
- Owner: symfony-cmf
- License: other
- Archived: true
- Created: 2010-07-23T15:46:16.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2021-09-16T14:34:30.000Z (about 3 years ago)
- Last Synced: 2024-09-25T09:11:31.752Z (3 months ago)
- Topics: symfony, symfony-application
- Homepage: http://cmf.symfony.com
- Size: 2.34 MB
- Stars: 729
- Watchers: 49
- Forks: 94
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-projects - Symfony CMF - A Content Management Framework to create custom CMS. (PHP / Framework Extras)
- awesome-php-cn - Symfony CMF - 内容管理框架来创建自定义的CMS. (目录 / 额外的框架 framework-extras)
README
# This repository is no longer maintained
Due to lack of interest, we had to decide to discontinue this repository.
The CMF project focusses on the [Routing component](https://github.com/symfony-cmf/routing) and [RoutingBundle](https://github.com/symfony-cmf/routing-bundle), which are still in active use by other projects.This repository will no longer be upgraded and marked as abandoned, but will be kept available for legacy projects or if somebody wants to experiment with the CMF.
You can contact us in the #symfony_cmf channel of the [Symfony devs slack](https://symfony.com/slack).
# Symfony Content Management Framework
[![Build Status](https://travis-ci.org/symfony-cmf/symfony-cmf.svg?branch=master)](https://travis-ci.org/symfony-cmf/symfony-cmf)
[![Latest Stable Version](https://poser.pugx.org/symfony-cmf/symfony-cmf/version.png)](https://packagist.org/packages/symfony-cmf/symfony-cmf)
[![Total Downloads](https://poser.pugx.org/symfony-cmf/symfony-cmf/d/total.png)](https://packagist.org/packages/symfony-cmf/symfony-cmf)This bundle is part of the [Symfony Content Management Framework (CMF)](http://cmf.symfony.com/)
and licensed under the [MIT License](LICENSE).Note the main purpose of this repository is to offer a composer package that ties together various packages that will be used in most CMF projects. The bulk of the development is done in other repositories on the https://github.com/symfony-cmf organization.
The Symfony CMF project makes it easier for **developers** to add **CMS functionality** to applications built with the **Symfony PHP** framework. Key development principles for the provided **set of bundles** are **scalability**, **usability**, **documentation** and **testing**.
## Requirements
* Symfony 2.8+
* See also the `require` section of [composer.json](composer.json)## Documentation
For the install guide and reference, see:
* [All Symfony CMF documentation](http://symfony.com/doc/master/cmf/index.html)- complete Symfony CMF reference
* [Symfony CMF Website](http://cmf.symfony.com/) - introduction, live demo, support and community links## Contributing
Pull requests are welcome. Please see our
[CONTRIBUTING](https://github.com/symfony-cmf/symfony-cmf/blob/master/CONTRIBUTING.md)
guide.Thanks to
[everyone who has contributed](https://github.com/symfony-cmf/symfony-cmf/contributors) already.