php.package.health
12 total, all up-to-date
Package | Required | Latest | Status | |
---|---|---|---|---|
symfony/cache | Provides extended PSR-6, PSR-16 (and tags) implementations | ^6.4|^7.0 | v7.1.7 | up to date |
symfony/config | Helps you find, load, combine, autofill and validate configuration values of any kind | ^6.4|^7.0 | v7.1.7 | up to date |
symfony/dependency-injection | Allows you to standardize and centralize the way objects are constructed in your application | ^7.1 | v7.1.8 | up to date |
symfony/deprecation-contracts | A generic function and convention to trigger deprecation notices | ^2.5|^3 | v3.5.0 | up to date |
symfony/error-handler | Provides tools to manage errors and ease debugging PHP code | ^6.4|^7.0 | v7.1.7 | up to date |
symfony/event-dispatcher | Provides tools that allow your application components to communicate with each other by dispatching events and listening to them | ^6.4|^7.0 | v7.1.6 | up to date |
symfony/filesystem | Provides basic utilities for the filesystem | ^7.1 | v7.1.6 | up to date |
symfony/finder | Finds files and directories via an intuitive fluent interface | ^6.4|^7.0 | v7.1.6 | up to date |
symfony/http-foundation | Defines an object-oriented layer for the HTTP specification | ^6.4|^7.0 | v7.1.8 | up to date |
symfony/http-kernel | Provides a structured process for converting a Request into a Response | ^6.4|^7.0 | v7.1.8 | up to date |
symfony/polyfill-mbstring | Symfony polyfill for the Mbstring extension | ~1.0 | v1.31.0 | up to date |
symfony/routing | Maps an HTTP request to a set of configuration variables | ^6.4|^7.0 | v7.1.6 | up to date |
40 total, 1 outdated
Package | Required | Latest | Status | |
---|---|---|---|---|
doctrine/persistence | The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share. | ^1.3|^2|^3 | 4.0.0 | outdated |
dragonmantank/cron-expression | CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due | ^3.1 | v3.4.0 | up to date |
phpdocumentor/reflection-docblock | With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock. | ^3.0|^4.0|^5.0 | 5.6.0 | up to date |
seld/jsonlint | JSON Linter | ^1.10 | 1.11.0 | up to date |
symfony/asset | Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files | ^6.4|^7.0 | v7.1.6 | up to date |
symfony/asset-mapper | Maps directories of assets & makes them available in a public directory with versioned filenames. | ^6.4|^7.0 | v7.1.8 | up to date |
symfony/browser-kit | Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically | ^6.4|^7.0 | v7.1.6 | up to date |
symfony/clock | Decouples applications from the system clock | ^6.4|^7.0 | v7.1.6 | up to date |
symfony/console | Eases the creation of beautiful and testable command line interfaces | ^6.4|^7.0 | v7.1.8 | up to date |
symfony/css-selector | Converts CSS selectors to XPath expressions | ^6.4|^7.0 | v7.1.6 | up to date |
symfony/dom-crawler | Eases DOM navigation for HTML and XML documents | ^6.4|^7.0 | v7.1.6 | up to date |
symfony/dotenv | Registers environment variables from a .env file | ^6.4|^7.0 | v7.1.6 | up to date |
symfony/expression-language | Provides an engine that can compile and evaluate expressions | ^6.4|^7.0 | v7.1.6 | up to date |
symfony/form | Allows to easily create, process and reuse HTML forms | ^6.4|^7.0 | v7.1.6 | up to date |
symfony/html-sanitizer | Provides an object-oriented API to sanitize untrusted HTML input for safe insertion into a document's DOM. | ^6.4|^7.0 | v7.1.6 | up to date |
symfony/http-client | Provides powerful methods to fetch HTTP resources synchronously or asynchronously | ^6.4|^7.0 | v7.1.8 | up to date |
symfony/lock | Creates and manages locks, a mechanism to provide exclusive access to a shared resource | ^6.4|^7.0 | v7.1.6 | up to date |
symfony/mailer | Helps sending emails | ^6.4|^7.0 | v7.1.6 | up to date |
symfony/messenger | Helps applications send and receive messages to/from other applications or via message queues | ^6.4|^7.0 | v7.1.8 | up to date |
symfony/mime | Allows manipulating MIME messages | ^6.4|^7.0 | v7.1.6 | up to date |
symfony/notifier | Sends notifications via one or more channels (email, SMS, ...) | ^6.4|^7.0 | v7.1.6 | up to date |
symfony/polyfill-intl-icu | Symfony polyfill for intl's ICU-related data and classes | ~1.0 | v1.31.0 | up to date |
symfony/process | Executes commands in sub-processes | ^6.4|^7.0 | v7.1.8 | up to date |
symfony/property-info | Extracts information about PHP class' properties using metadata of popular sources | ^6.4|^7.0 | v7.1.8 | up to date |
symfony/rate-limiter | Provides a Token Bucket implementation to rate limit input and output in your application | ^6.4|^7.0 | v7.1.8 | up to date |
symfony/scheduler | Provides scheduling through Symfony Messenger | ^6.4.4|^7.0.4 | v7.1.6 | up to date |
symfony/security-bundle | Provides a tight integration of the Security component into the Symfony full-stack framework | ^6.4|^7.0 | v7.1.6 | up to date |
symfony/semaphore | Symfony Semaphore Component | ^6.4|^7.0 | v7.1.6 | up to date |
symfony/serializer | Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON. | ^6.4|^7.0 | v7.1.8 | up to date |
symfony/stopwatch | Provides a way to profile code | ^6.4|^7.0 | v7.1.6 | up to date |
symfony/string | Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way | ^6.4|^7.0 | v7.1.8 | up to date |
symfony/translation | Provides tools to internationalize your application | ^6.4|^7.0 | v7.1.6 | up to date |
symfony/twig-bundle | Provides a tight integration of Twig into the Symfony full-stack framework | ^6.4|^7.0 | v7.1.6 | up to date |
symfony/type-info | Extracts PHP types information. | ^7.1 | v7.1.8 | up to date |
symfony/uid | Provides an object-oriented API to generate and represent UIDs | ^6.4|^7.0 | v7.1.6 | up to date |
symfony/validator | Provides tools to validate values | ^6.4|^7.0 | v7.1.8 | up to date |
symfony/web-link | Manages links between resources | ^6.4|^7.0 | v7.1.6 | up to date |
symfony/workflow | Provides tools for managing a workflow or finite state machine | ^6.4|^7.0 | v7.1.6 | up to date |
symfony/yaml | Loads and dumps YAML files | ^6.4|^7.0 | v7.1.6 | up to date |
twig/twig | Twig, the flexible, fast, and secure template language for PHP | ^3.0.4 | v3.15.0 | up to date |