daCyberpunk's Stars
spatie/macroable
A trait to dynamically add methods to a class
symfony/service-contracts
A set of service abstractions extracted out of the Symfony components
symfony/requirements-checker
Checks requirement for running Symfony
symfony/serializer
Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.
symfony/routing
Maps an HTTP request to a set of configuration variables
symfony/polyfill-php80
Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions
symfony/polyfill-intl-idn
Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions
symfony/polyfill-php73
Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions
symfony/polyfill-mbstring
Symfony polyfill for the Mbstring extension
symfony/polyfill-intl-normalizer
Symfony polyfill for intl's Normalizer class and related functions
symfony/polyfill-php70
This component provides features unavailable in releases prior to PHP 7.0.
symfony/property-access
Provides functions to read and write from/to an object or array using a simple string notation
symfony/process
Executes commands in sub-processes
symfony/mailer
Helps sending emails
symfony/mime
Allows manipulating MIME messages
symfony/inflector
Converts words between their singular and plural forms (English only)
symfony/polyfill
PHP polyfills
symfony/options-resolver
Provides an improved replacement for the array_replace PHP function
symfony/framework-bundle
Provides a tight integration between Symfony components and the Symfony full-stack framework
symfony/http-kernel
Provides a structured process for converting a Request into a Response
symfony/http-foundation
Defines an object-oriented layer for the HTTP specification
symfony/error-handler
Provides tools to manage errors and ease debugging PHP code
symfony/event-dispatcher-contracts
A set of event dispatcher abstractions extracted out of the Symfony components
symfony/dotenv
Registers environment variables from a .env file
symfony/flex
Composer plugin for Symfony
symfony/filesystem
Provides basic utilities for the filesystem
symfony/finder
Finds files and directories via an intuitive fluent interface
symfony/event-dispatcher
Provides tools that allow your application components to communicate with each other by dispatching events and listening to them
symfony/dependency-injection
Allows you to standardize and centralize the way objects are constructed in your application
skroczek/symfony-venv
Creates a virtual environment for easily calling console binary plus some shortcuts.