Symfony
@symfonyOrganizationOn the leaderboard
| Rank | Repository | Stars |
|---|---|---|
| 963 | symfony/symfony | 30,985 |
Top repositories by stars
- PHP30,947
- symfony/console
Eases the creation of beautiful and testable command line interfaces
PHP9,835 - symfony/http-foundation
Defines an object-oriented layer for the HTTP specification
PHP8,649 - symfony/event-dispatcher
Provides tools that allow your application components to communicate with each other by dispatching events and listening to them
PHP8,556 - symfony/finder
Finds files and directories via an intuitive fluent interface
PHP8,457 - symfony/http-kernel
Provides a structured process for converting a Request into a Response
PHP8,130 - symfony/thanks
Give thanks (in the form of a GitHub ★) to your fellow PHP package maintainers (not limited to Symfony components)!
PHP8,102 - symfony/polyfill-mbstring
Symfony polyfill for the Mbstring extension
PHP7,846 - symfony/routing
Maps an HTTP request to a set of configuration variables
PHP7,633 - symfony/process
Executes commands in sub-processes
PHP7,468 - symfony/var-dumper
Provides mechanisms for walking through any arbitrary PHP variable
PHP7,447 - symfony/css-selector
Converts CSS selectors to XPath expressions
PHP7,443 - symfony/debug
Provides tools to ease debugging PHP code
PHP7,201 - symfony/translation
Provides tools to internationalize your application
PHP6,618 - symfony/polyfill-php72
Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions
4,755 - symfony/filesystem
Provides basic utilities for the filesystem
PHP4,647 - symfony/config
Helps you find, load, combine, autofill and validate configuration values of any kind
PHP4,283 - symfony/flex
Composer plugin for Symfony
PHP4,224 - symfony/cache
Provides extended PSR-6, PSR-16 (and tags) implementations
PHP4,173 - symfony/dependency-injection
Allows you to standardize and centralize the way objects are constructed in your application
PHP4,171 - symfony/polyfill-ctype
Symfony polyfill for ctype functions
PHP4,050 - symfony/dom-crawler
Eases DOM navigation for HTML and XML documents
PHP4,035 - symfony/contracts
A set of abstractions extracted out of the Symfony components
PHP3,945 - symfony/yaml
Loads and dumps YAML files
PHP3,851 - symfony/dotenv
Registers environment variables from a .env file
PHP3,800 - symfony/framework-bundle
Provides a tight integration between Symfony components and the Symfony full-stack framework
PHP3,576 - symfony/event-dispatcher-contracts
A set of event dispatcher abstractions extracted out of the Symfony components
PHP3,423 - symfony/maker-bundle
Symfony Maker Bundle
PHP3,398 - symfony/polyfill-intl-idn
Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions
PHP3,368 - symfony/options-resolver
Provides an improved replacement for the array_replace PHP function
PHP3,244 - symfony/doctrine-bridge
Provides integration for Doctrine with various Symfony components
PHP3,234 - symfony/polyfill-php70
This component provides features unavailable in releases prior to PHP 7.0.
3,198 - symfony/asset
Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files
PHP3,161 - symfony/panther
A browser testing and web crawling library for PHP and Symfony
PHP3,060 - symfony/browser-kit
Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically
PHP3,022 - symfony/monolog-bundle
Symfony Monolog Bundle
PHP2,925 - symfony/expression-language
Provides an engine that can compile and evaluate expressions
PHP2,851 - symfony/mime
Allows manipulating MIME messages
PHP2,836 - symfony/property-access
Provides functions to read and write from/to an object or array using a simple string notation
PHP2,826 - symfony/stopwatch
Provides a way to profile code
PHP2,825 - symfony/polyfill
PHP polyfills
PHP2,804 - symfony/form
Allows to easily create, process and reuse HTML forms
PHP2,777 - symfony/validator
Provides tools to validate values
PHP2,682 - symfony/error-handler
Provides tools to manage errors and ease debugging PHP code
PHP2,676 - symfony/intl
Provides access to the localization data of the ICU library
PHP2,643 - symfony/service-contracts
A set of service abstractions extracted out of the Symfony components
PHP2,633 - symfony/translation-contracts
A set of translation abstractions extracted out of the Symfony components
PHP2,607 - symfony/polyfill-intl-icu
Symfony polyfill for intl's ICU-related data and classes
PHP2,604 - symfony/monolog-bridge
Provides integration for Monolog with various Symfony components
PHP2,597 - symfony/demo
Symfony Demo Application
PHP2,586 - symfony/serializer
Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.
PHP2,546 - symfony/twig-bridge
Provides integration for Twig with various Symfony components
PHP2,521 - symfony/twig-bundle
Provides a tight integration of Twig into the Symfony full-stack framework
PHP2,510 - symfony/security-bundle
Provides a tight integration of the Security component into the Symfony full-stack framework
PHP2,503 - symfony/phpunit-bridge
Provides utilities for PHPUnit, especially user deprecation notices management
PHP2,475 - symfony/polyfill-php73
Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions
PHP2,389 - symfony/cache-contracts
A set of cache abstractions extracted out of the Symfony components
PHP2,384 - symfony/debug-bundle
Provides a tight integration of the Symfony VarDumper component and the ServerLogCommand from MonologBridge into the Symfony full-stack framework
PHP2,369 - symfony/symfony-docs
The Symfony documentation
PHP2,282 - symfony/web-profiler-bundle
Provides a development tool that gives detailed information about the execution of any request
Twig2,261 - symfony/webpack-encore
A simple but powerful API for processing & compiling assets built around Webpack
JavaScript2,235 - symfony/property-info
Extracts information about PHP class' properties using metadata of popular sources
PHP2,230 - symfony/inflector
Converts words between their singular and plural forms (English only)
PHP2,183 - symfony/deprecation-contracts
A generic function and convention to trigger deprecation notices
PHP2,114 - symfony/var-exporter
Allows exporting any serializable PHP data structure to plain PHP code
PHP2,103 - symfony/polyfill-intl-normalizer
Symfony polyfill for intl's Normalizer class and related functions
PHP2,075 - symfony/http-client
Provides powerful methods to fetch HTTP resources synchronously or asynchronously
PHP2,029 - symfony/http-client-contracts
A set of HTTP client abstractions extracted out of the Symfony components
PHP1,994 - symfony/security-core
Symfony Security Component - Core Library
PHP1,887 - symfony/orm-pack
A Symfony Pack for Doctrine ORM
1,802 - symfony/string
Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way
PHP1,789 - symfony/security-csrf
Symfony Security Component - CSRF Library
PHP1,777 - symfony/polyfill-iconv
Symfony polyfill for the Iconv extension
PHP1,767 - symfony/polyfill-intl-grapheme
Symfony polyfill for intl's grapheme_* functions
PHP1,737 - symfony/polyfill-php80
Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions
PHP1,735 - symfony/security-http
Symfony Security Component - HTTP Integration
PHP1,714 - symfony/profiler-pack
A Symfony Pack for Symfony profiler
1,684 - symfony/mailer
Helps sending emails
PHP1,589 - symfony/polyfill-php56
This component provides functions unavailable in releases prior to PHP 5.6.
1,561 - symfony/swiftmailer-bundle
Symfony Swiftmailer Bundle
PHP1,548 - symfony/symfony-standard
The "Symfony Standard Edition" distribution
PHP1,481 - symfony/debug-pack
A Symfony Pack for Symfony debug
1,469 - symfony/web-link
Manages links between resources
PHP1,428 - symfony/security-guard
Symfony Security Component - Guard
PHP1,424 - symfony/polyfill-util
Symfony utilities for portability of PHP codes
PHP1,317 - symfony/psr-http-message-bridge
PSR HTTP message bridge
PHP1,297 - symfony/web-server-bundle
Provides commands for running applications using the PHP built-in web server
PHP1,247 - symfony/security
Provides a complete security system for your web application
PHP1,199 - symfony/messenger
Helps applications send and receive messages to/from other applications or via message queues
PHP1,106 - symfony/class-loader
[DEPRECATED] The ClassLoader component provides tools to autoload your classes and cache their locations for performance.
PHP1,088 - symfony/serializer-pack
A Symfony Pack for Symfony Serializer
1,057 - symfony/ux
Symfony UX initiative: a JavaScript ecosystem for Symfony
PHP1,035 - symfony/templating
Provides all the tools needed to build any kind of template system
PHP1,023 - symfony/recipes
Symfony Recipes Repository
PHP1,018 - symfony/ai
Symfony AI is a set of components that integrate AI capabilities into PHP applications
PHP1,013 - symfony/apache-pack
A Symfony Pack for Symfony Apache
956 - symfony/webpack-encore-bundle
Symfony integration with Webpack Encore!
PHP954 - symfony/lts
Enforces Long Term Supported versions of Symfony components
908 - symfony/polyfill-php81
Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions
PHP888 - symfony/test-pack
A Symfony Pack for functional testing
851