symfony-docs Public The Symfony documentation PHP 2,212 5,157 85 (3 issues need help) 93 Updated Jan 23, 2025 dom-crawler Public Eases DOM navigation for HTML and XML documents PHP 3,983 MIT 124 0 0 Updated Jan 22, 2025 recipes-contrib Public Symfony Contrib Recipes Repositories...
Name Last commit message Last commit date Latest commit xabbuh Merge branch '6.4' into 7.2 Mar 3, 2025 4c4b6f4·Mar 3, 2025 History 1,774 Commits .github Add PR template and auto-close PR on subtree split repositories Sep 25, 2024 ...
.github EventListener Tests .gitattributes .gitignore CHANGELOG.md GenericLinkProvider.php HttpHeaderSerializer.php LICENSE Link.php README.md composer.json phpunit.xml.dist Repository files navigation README Code of conduct MIT license Security WebLink Component The WebLink component...
Get Symfony support on GitHub Discussions, Slack, etc. Follow us on GitHub, Twitter and Facebook. Read our Code of Conduct and meet the CARE Team. Contributing Symfony is an Open Source, community-driven project with thousands of contributors. Join them contributing code or contributing documentat...
.github/workflows config/sets rules-tests rules src stubs tests .editorconfig .gitattributes .gitignore LICENSE README.md composer.json ecs.php phpstan.neon phpunit.xml rector.php README MIT license Rector Rules for Symfony See availableSymfony rules ...
.github Catalogue Command DataCollector DependencyInjection Dumper Exception Extractor Formatter Loader Provider Reader Resources Test Tests Util Writer .gitattributes .gitignore CHANGELOG.md CatalogueMetadataAwareInterface.php DataCollectorTranslator.php IdentityTranslator.php LICEN...
use Symfony\Component\Mailer\Transport; use Symfony\Component\Mailer\Mailer; use Symfony\Component\Mime\Email; $transport = Transport::fromDsn('smtp://localhost'); $mailer = new Mailer($transport); $email = (new Email()) ->from('hello@example.com') ->to('you@example.com') //->cc('...
Releases 266 v7.2.3 Latest Jan 29, 2025 + 265 releases Sponsor this project tidelift.com/funding/github/packagist/symfony/symfony https://symfony.com/sponsor Learn more about GitHub Sponsors Packages No packages published Contributors 667 + 653 contributors Languages PHP 100.0% Footer...
composer create-project symfony/symfony-demo my_project # ...or you can clone the code repository and install its dependencies git clone https://github.com/symfony/demo.git my_project cd my_project/ composer install Option 3. Click the following button to deploy this project on Platform.sh,...
Symfony has 300 repositories available. Follow their code on GitHub.