All Projects → symfony → Symfony Docs

symfony / Symfony Docs

Licence: other
The Symfony documentation

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
C++
36643 projects - #6 most used programming language
NASL
115 projects
pascal
1382 projects
SourcePawn
201 projects

Projects that are alternatives of or similar to Symfony Docs

Symfony 5 Es Cqrs Boilerplate
Symfony 5 DDD ES CQRS backend boilerplate
Stars: ✭ 759 (-60.55%)
Mutual labels:  hacktoberfest, symfony
Dms Filter Bundle
Provides a FilterService for Symfony to allow users to implement input filtering in entities using Annotations
Stars: ✭ 74 (-96.15%)
Mutual labels:  hacktoberfest, symfony
Sylius
Open Source eCommerce Platform on Symfony
Stars: ✭ 6,598 (+242.93%)
Mutual labels:  hacktoberfest, symfony
Wallabag
wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely.
Stars: ✭ 6,392 (+232.22%)
Mutual labels:  hacktoberfest, symfony
Paraunit
Run PHPUnit tests in parallel
Stars: ✭ 104 (-94.59%)
Mutual labels:  hacktoberfest, symfony
Symfony
The Symfony PHP framework
Stars: ✭ 26,220 (+1262.79%)
Mutual labels:  hacktoberfest, symfony
Forkcms
Fork is an easy to use open source CMS using Symfony Components.
Stars: ✭ 1,112 (-42.2%)
Mutual labels:  hacktoberfest, symfony
Sentry Symfony
The official Symfony SDK for Sentry (sentry.io)
Stars: ✭ 515 (-73.23%)
Mutual labels:  hacktoberfest, symfony
Rymfony
A work-in-progress CLI tool built in Rust to mimic the Symfony CLI binary
Stars: ✭ 89 (-95.37%)
Mutual labels:  hacktoberfest, symfony
Platform
Shopware 6 is an open source eCommerce platform realised by the ideas and the spirit of its community.
Stars: ✭ 1,267 (-34.15%)
Mutual labels:  hacktoberfest, symfony
Sulu
Core framework that implements the functionality of the Sulu content management system
Stars: ✭ 645 (-66.48%)
Mutual labels:  hacktoberfest, symfony
Eventum
Eventum Issue Tracking System
Stars: ✭ 120 (-93.76%)
Mutual labels:  hacktoberfest, symfony
About Swiftui
Gathering all info published, both by Apple and by others, about new framework SwiftUI.
Stars: ✭ 5,954 (+209.46%)
Mutual labels:  hacktoberfest, docs
Symfony Docker
A Docker-based installer and runtime for Symfony. Install: download and `docker-compose up`.
Stars: ✭ 732 (-61.95%)
Mutual labels:  hacktoberfest, symfony
Pdoc
🐍 ➡️ 📜 Auto-generate API documentation for Python projects
Stars: ✭ 604 (-68.61%)
Mutual labels:  hacktoberfest, docs
Fosoauthserverbundle
A server side OAuth2 Bundle for Symfony
Stars: ✭ 1,068 (-44.49%)
Mutual labels:  hacktoberfest, symfony
Doctrinebundle
Symfony Bundle for Doctrine ORM and DBAL
Stars: ✭ 4,225 (+119.59%)
Mutual labels:  hacktoberfest, symfony
Circleci Docs
Documentation for CircleCI.
Stars: ✭ 501 (-73.96%)
Mutual labels:  hacktoberfest, docs
Pugxautocompleterbundle
Add an autocomplete field to your Symfony forms
Stars: ✭ 83 (-95.69%)
Mutual labels:  hacktoberfest, symfony
Docat
Host your docs. Simple. Versioned. Fancy.
Stars: ✭ 115 (-94.02%)
Mutual labels:  hacktoberfest, docs

The official Symfony Documentation

Online version | Screencasts

Contributing

We love contributors! For more information on how you can contribute, please read the Symfony Docs Contributing Guide

Important: use 4.4 branch as the base of your pull requests, unless you are documenting a feature that was introduced after Symfony 4.4 (e.g. in Symfony 5.2).

Build Documentation Locally

This is not needed for contributing, but it's useful if you want to debug some issue in the docs or if you want to read Symfony Documentation offline.

$ git clone [email protected]:symfony/symfony-docs.git

$ cd symfony-docs/
$ cd _build/

$ composer install

$ php build.php

Now you can browse the docs at _build/output/index.html

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].