This repository hosts the content of all the symfony.com website pages (except for the documentation).
This is where you can submit pull requests if you find a typo somewhere on the Symfony website or if you want to translate its contents to another language.
The contents of this repository and all the contributed contents are licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License.
In http://symfony.com/projects we list Open-Source projects that use Symfony components. Follow these instructions to propose a new project for that list:
- Add a YAML file with the basic project information in
projects/xxx.yml
wherexxx
is the slug of your project (e.g.projects/acme.yml
). Use any of the existing YAML files as the reference of your own file and take into account that:- If your project depends on Symfony components, list them under the
components
option. - If your project depends on the entire Symfony full-stack framework, leave
the
components
option empty and addsymfonyfs
in thedependencies
option.
- If your project depends on Symfony components, list them under the
- Add a square PNG image with the logo of your project in
projects/xxx.png
wherexxx
is the slug of your project (e.g.projects/acme.png
). It's recommended to create a 256px x 256px image. - Add your project to the
projects/_projects.yml
file which stores the full list of projects. Add your project at the end of the list and we'll change its position if needed.