All Projects → Polyfill Php56 → Similar Projects or Alternatives

1093 Open source projects that are alternatives of or similar to Polyfill Php56

Polyfill Intl Normalizer
This component provides a fallback implementation for the Normalizer class provided by the Intl extension.
Stars: ✭ 896 (-39.05%)
Polyfill Xml
This polyfill is deprecated. Use the symfony/polyfill-php72 package instead.
Stars: ✭ 11 (-99.25%)
Polyfill Intl Grapheme
This component provides a partial, native PHP implementation of the Grapheme functions from the Intl extension.
Stars: ✭ 690 (-53.06%)
Polyfill Php70
This component provides features unavailable in releases prior to PHP 7.0.
Stars: ✭ 3,270 (+122.45%)
Polyfill Php80
This component provides functions unavailable in releases prior to PHP 8.0.
Stars: ✭ 798 (-45.71%)
Polyfill Intl Icu
This component provides a collection of functions/classes using the symfony/intl package when the Intl extension is not installed.
Stars: ✭ 2,287 (+55.58%)
Polyfill
PHP polyfills
Stars: ✭ 1,333 (-9.32%)
Polyfill Php73
This component provides functions unavailable in releases prior to PHP 7.3.
Stars: ✭ 2,121 (+44.29%)
Polyfill Ctype
This component provides a partial, native PHP implementation for the Ctype extension.
Stars: ✭ 3,774 (+156.73%)
Polyfill Php55
This component provides functions unavailable in releases prior to PHP 5.5.
Stars: ✭ 105 (-92.86%)
Polyfill Util
This component provides binary-safe string functions, using the mbstring extension when available.
Stars: ✭ 1,364 (-7.21%)
Polyfill Php54
This component provides functions unavailable in releases prior to PHP 5.4.
Stars: ✭ 93 (-93.67%)
Polyfill Apcu
This component provides apcu_* functions and the APCUIterator class to users of the legacy APC extension.
Stars: ✭ 629 (-57.21%)
Property Access
The PropertyAccess component provides function to read and write from/to an object or array using a simple string notation.
Stars: ✭ 2,362 (+60.68%)
Mutual labels:  symfony, symfony-component, component
Stopwatch
The Stopwatch component provides a way to profile code.
Stars: ✭ 2,388 (+62.45%)
Mutual labels:  symfony, symfony-component, component
Form
The Form component allows you to easily create, process and reuse HTML forms.
Stars: ✭ 2,406 (+63.67%)
Mutual labels:  symfony, symfony-component, component
Options Resolver
The OptionsResolver component is array_replace() on steroids. It allows you to create an options system with required options, defaults, validation (type, value), normalization and more.
Stars: ✭ 2,723 (+85.24%)
Mutual labels:  symfony, symfony-component, component
Expression Language
The ExpressionLanguage component provides an engine that can compile and evaluate expressions.
Stars: ✭ 2,418 (+64.49%)
Mutual labels:  symfony, symfony-component, component
Security
The Security component provides a complete security system for your web application.
Stars: ✭ 1,195 (-18.71%)
Mutual labels:  symfony, symfony-component, component
Dotenv
Symfony Dotenv parses .env files to make environment variables stored in them accessible via getenv(), $_ENV, or $_SERVER.
Stars: ✭ 3,268 (+122.31%)
Mutual labels:  symfony, symfony-component, component
Dom Crawler
The DomCrawler component eases DOM navigation for HTML and XML documents.
Stars: ✭ 3,499 (+138.03%)
Mutual labels:  symfony, symfony-component, component
Cache
The Cache component provides an extended PSR-6 implementation for adding cache to your applications.
Stars: ✭ 3,606 (+145.31%)
Mutual labels:  symfony, symfony-component, component
Dependency Injection
The DependencyInjection component allows you to standardize and centralize the way objects are constructed in your application.
Stars: ✭ 3,635 (+147.28%)
Mutual labels:  symfony, symfony-component, component
Workflow
The Workflow component provides tools for managing a workflow or finite state machine.
Stars: ✭ 418 (-71.56%)
Mutual labels:  symfony, symfony-component, component
Lock
Creates and manages locks, a mechanism to provide exclusive access to a shared resource.
Stars: ✭ 299 (-79.66%)
Mutual labels:  symfony, symfony-component, component
Notifier
Sends notifications via one or more channels (email, SMS, ...).
Stars: ✭ 346 (-76.46%)
Mutual labels:  symfony, symfony-component, component
Messenger
The Messenger component helps application send and receive messages to/from other applications or via message queues.
Stars: ✭ 603 (-58.98%)
Mutual labels:  symfony, symfony-component, component
Security Csrf
The Security CSRF (cross-site request forgery) component provides a class CsrfTokenManager for generating and validating CSRF tokens.
Stars: ✭ 1,220 (-17.01%)
Mutual labels:  symfony, symfony-component, component
Intl
A PHP replacement layer for the C intl extension that also provides access to the localization data of the ICU library.
Stars: ✭ 2,323 (+58.03%)
Mutual labels:  symfony, symfony-component, component
Inflector
Inflector converts words between their singular and plural forms (English only).
Stars: ✭ 2,232 (+51.84%)
Mutual labels:  symfony, symfony-component, component
Validator
The Validator component provides tools to validate values following the JSR-303 Bean Validation specification.
Stars: ✭ 2,238 (+52.24%)
Mutual labels:  symfony, symfony-component, component
Asset
The Asset component manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files.
Stars: ✭ 2,771 (+88.5%)
Mutual labels:  symfony, symfony-component, component
Browser Kit
The BrowserKit component simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically.
Stars: ✭ 2,563 (+74.35%)
Mutual labels:  symfony, symfony-component, component
Web Link
The WebLink component manages links between resources. It is particularly useful to advise clients to preload and prefetch documents through HTTP and HTTP/2 pushes.
Stars: ✭ 1,060 (-27.89%)
Mutual labels:  symfony, symfony-component, component
Mime
The MIME component allows manipulating MIME types.
Stars: ✭ 2,174 (+47.89%)
Mutual labels:  symfony, symfony-component, component
Security Acl
Symfony Security ACL Component
Stars: ✭ 321 (-78.16%)
Mutual labels:  symfony, symfony-component, component
Config
The Config component helps you find, load, combine, autofill and validate configuration values of any kind, whatever their source may be (YAML, XML, INI files, or for instance a database).
Stars: ✭ 3,671 (+149.73%)
Mutual labels:  symfony, symfony-component, component
Yaml
The Yaml component loads and dumps YAML files.
Stars: ✭ 3,359 (+128.5%)
Mutual labels:  symfony, symfony-component, component
Filesystem
The Filesystem component provides basic utilities for the filesystem.
Stars: ✭ 4,111 (+179.66%)
Mutual labels:  symfony, symfony-component, component
Translation
The Translation component provides tools to internationalize your application.
Stars: ✭ 6,196 (+321.5%)
Mutual labels:  symfony, symfony-component, component
Serializer
With the Serializer component it's possible to handle serializing data structures, including object graphs, into array structures or other formats like XML and JSON. It can also handle deserializing XML and JSON back to object graphs.
Stars: ✭ 2,021 (+37.48%)
Mutual labels:  symfony, symfony-component, component
Var Dumper
The VarDumper component provides mechanisms for walking through any arbitrary PHP variable. It provides a better dump() function that you can use instead of var_dump().
Stars: ✭ 6,833 (+364.83%)
Mutual labels:  symfony, symfony-component, component
Css Selector
The CssSelector component converts CSS selectors to XPath expressions.
Stars: ✭ 6,928 (+371.29%)
Mutual labels:  symfony, symfony-component, component
Telegram Notifier
Provides Telegram integration for Symfony Notifier.
Stars: ✭ 30 (-97.96%)
Mutual labels:  symfony, symfony-component, component
Process
The Process component executes commands in sub-processes.
Stars: ✭ 6,942 (+372.24%)
Mutual labels:  symfony, symfony-component, component
Finder
The Finder component finds files and directories via an intuitive fluent interface.
Stars: ✭ 7,840 (+433.33%)
Mutual labels:  symfony, symfony-component, component
Http Foundation
The HttpFoundation component defines an object-oriented layer for the HTTP specification.
Stars: ✭ 8,068 (+448.84%)
Mutual labels:  symfony, symfony-component, component
String
Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way.
Stars: ✭ 709 (-51.77%)
Mutual labels:  symfony, symfony-component, component
Routing
The Routing component maps an HTTP request to a set of configuration variables.
Stars: ✭ 7,080 (+381.63%)
Mutual labels:  symfony, symfony-component, component
Event Dispatcher
The EventDispatcher component provides tools that allow your application components to communicate with each other by dispatching events and listening to them.
Stars: ✭ 7,946 (+440.54%)
Mutual labels:  symfony, symfony-component, component
Security Http
Security provides an infrastructure for sophisticated authorization systems, which makes it possible to easily separate the actual authorization logic from so called user providers that hold the users credentials. It is inspired by the Java Spring framework.
Stars: ✭ 1,146 (-22.04%)
Mutual labels:  symfony, symfony-component, component
Security Guard
The Guard component brings many layers of authentication together, making it much easier to create complex authentication systems where you have total control.
Stars: ✭ 1,157 (-21.29%)
Mutual labels:  symfony, symfony-component, component
Http Client
The HttpClient component provides powerful methods to fetch HTTP resources synchronously or asynchronously.
Stars: ✭ 1,186 (-19.32%)
Mutual labels:  symfony, symfony-component, component
Console
The Console component eases the creation of beautiful and testable command line interfaces.
Stars: ✭ 8,988 (+511.43%)
Mutual labels:  symfony, symfony-component, component
Class Loader
[DEPRECATED] The ClassLoader component provides tools to autoload your classes and cache their locations for performance.
Stars: ✭ 1,131 (-23.06%)
Mutual labels:  symfony, symfony-component, component
Var Exporter
The VarExporter component allows exporting any serializable PHP data structure to plain PHP code. While doing so, it preserves all the semantics associated with the serialization mechanism of PHP (__wakeup, __sleep, Serializable).
Stars: ✭ 1,616 (+9.93%)
Mutual labels:  symfony, symfony-component, component
Error Handler
The ErrorHandler component provides tools to manage errors and ease debugging PHP code.
Stars: ✭ 1,852 (+25.99%)
Mutual labels:  symfony, symfony-component, component
Polyfill Iconv
This component provides a native PHP implementation of the php.net/iconv functions.
Stars: ✭ 1,621 (+10.27%)
Mutual labels:  symfony, symfony-component, component
Property Info
PropertyInfo extracts information about PHP class' properties using metadata of popular sources.
Stars: ✭ 1,747 (+18.84%)
Mutual labels:  symfony, symfony-component, component
Security Core
Security provides an infrastructure for sophisticated authorization systems, which makes it possible to easily separate the actual authorization logic from so called user providers that hold the users credentials. It is inspired by the Java Spring framework.
Stars: ✭ 1,264 (-14.01%)
Mutual labels:  symfony, symfony-component, component
1-60 of 1093 similar projects