symfony/polyfill-ctype
Symfony Polyfill for Ctype: provides ctype_* functions when the PHP ctype extension isn’t available. Useful for consistent character-type checks across environments and PHP versions. Part of the Symfony Polyfill suite, MIT licensed.
|
Package
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|
| orchestra/dusk-updater-api | Standardized API for Laravel Dusk to query, fetch, and download compatible ChromeDriver binaries. Helps automate driver updates across environments with a simple, consistent interface for locating versions and retrieving platform-specific builds. | 0 | 1 | 1 | 29K | 0 | 11.6 | 60.2 | MIT | 6 months ago | |
| ramsey/http-range | Parse, validate, and work with HTTP Range headers in PHP. ramsey/http-range helps you interpret byte ranges, handle partial content requests, and generate correct range responses for downloads, media streaming, and resumable transfers. | 34 | 33 | 6 | 5K | 0 | 2.4 | 29.2 | MIT | 1 year ago | |
| sensiolabs/security-checker | — | 1,973 | 2,060 | 112 | 139K | 0 | 6.6 | 18.1 | MIT | — | |
| symfony/config | Symfony Config component helps you find, load, merge, autofill, and validate configuration from sources like YAML, XML, INI, or databases. Provides structured handling of config values for reusable, consistent application setups. | 4,278 | 4,309 | 44 | 8M | 0 | 55.9 | 52.7 | MIT | 3 weeks ago | |
| symfony/doctrine-bridge | Symfony Doctrine Bridge integrates Doctrine ORM and related libraries with Symfony components, providing seamless wiring for services, repositories, persistence, and tooling. Ideal for projects using Doctrine alongside Symfony’s DI container, validator, and other features. | 3,225 | 3,237 | 42 | 4M | 0 | 50.1 | 50.6 | MIT | 3 weeks ago | |
| symfony/dom-crawler | Symfony DomCrawler makes it easy to parse and navigate HTML/XML using a fluent, CSS/XPath-friendly API. Ideal for scraping, testing responses, and extracting data from markup, with smooth integration across the Symfony ecosystem. | 4,035 | 4,118 | 124 | 7M | 0 | 54.9 | 51.9 | MIT | 3 weeks ago | |
| symfony/filesystem | Symfony Filesystem provides practical, cross-platform filesystem utilities for PHP: create/copy/move/remove files and directories, check existence, handle permissions, and more. Part of the Symfony Components with solid documentation and community support. | 4,640 | 4,702 | 48 | 14M | 0 | 54.9 | 55.3 | MIT | 1 month ago | |
| symfony/form | Symfony Form Component helps you build, validate, and process reusable HTML forms with rich field types, data mapping, and CSRF protection. Integrates cleanly with HttpFoundation, Validator, and Twig, but can be used standalone in any PHP app. | 2,770 | 2,794 | 109 | 3M | 0 | 51.0 | 49.7 | MIT | 3 weeks ago | |
| symfony/http-kernel | Symfony HttpKernel provides a structured request-to-response workflow built on EventDispatcher. It powers full-stack frameworks, micro-frameworks, and advanced CMSs by handling kernel events, controller resolution, and response generation in a flexible pipeline. | 8,115 | 8,143 | 98 | 15M | 0 | 61.7 | 52.7 | MIT | 3 weeks ago | |
| symfony/json-path | Evaluate JSONPath expressions in Symfony/PHP to query and extract data from JSON documents. Lightweight library with simple API for selecting nodes, filtering arrays, and retrieving values, useful for config parsing, API responses, and data transformation. | 17 | 17 | 0 | 19K | 0 | 26.7 | 48.4 | MIT | 1 month ago | |
| symfony/security | Symfony Security provides authentication, authorization, password hashing, firewalls, voters, and user providers for PHP apps. Supports modern security standards, multiple guards, access control rules, CSRF protection, and seamless integration with the Symfony ecosystem. | 1,199 | 1,210 | 55 | 120K | 0 | 8.3 | 19.6 | MIT | 3 years ago | |
| symfony/serializer | Symfony Serializer component for converting object graphs and data structures to/from arrays and formats like JSON or XML. Supports powerful normalizers/encoders, metadata, naming and type handling—ideal for APIs, messaging, and data interchange. | 2,537 | 2,574 | 80 | 8M | 0 | 47.3 | 56.1 | MIT | 3 weeks ago | |
| symfony/string | Symfony String component: object-oriented string API that handles bytes, UTF-8 code points, and grapheme clusters consistently. Includes tools for safe string manipulation and normalization, with full docs and contribution resources on symfony.com. | 1,782 | 1,792 | 19 | 17M | 0 | 39.9 | 63.5 | MIT | 1 month ago | |
| symfony/symfony | Symfony is a robust PHP framework and component library for building web apps and APIs. It offers a mature ecosystem, reusable components, strong tooling, and long-term support, powering everything from small sites to large enterprise platforms. | 31,107 | 31,405 | 9,850 | 249K | 300 | 89.0 | 45.0 | MIT | 3 weeks ago | |
| symfony/templating | — | 1,018 | 1,025 | 19 | 865K | 0 | 15.5 | 40.8 | MIT | 11 months ago | |
| symfony/validator | Symfony Validator provides a flexible validation system based on the JSR-303/Bean Validation model. Define constraints via annotations/attributes, YAML/XML, or PHP, validate objects and values, and get detailed, localized violation messages. | 2,683 | 2,747 | 107 | 6M | 0 | 50.3 | 54.1 | MIT | 3 weeks ago | |
| symfony/web-server-bundle | — | 1,244 | 1,283 | 17 | 41K | 0 | 7.9 | 14.9 | MIT | 3 years ago | |
| symfony/yaml | Symfony Yaml component for parsing, loading, and dumping YAML documents in PHP. Supports reading YAML files/strings and exporting arrays/objects to YAML with configurable formatting, inline levels, and error handling. Includes comprehensive docs and Symfony integration. | 3,840 | 3,938 | 133 | 14M | 0 | 57.0 | 57.5 | MIT | 3 weeks ago | |
| twig/twig | Twig is a fast, secure, and flexible templating engine for PHP. It offers familiar syntax, automatic escaping, template inheritance, filters/functions, and great performance with compiled templates—ideal for building clean, maintainable views in web apps. | 8,367 | 8,710 | 1,289 | 7M | 33 | 71.6 | 63.2 | BSD-3-Clause | 2 weeks ago | |
| vlucas/phpdotenv | vlucas/phpdotenv loads environment variables from a .env file into getenv(), $_ENV, and $_SERVER. Ideal for keeping secrets out of code and managing per-environment configuration in PHP apps via simple, portable dotenv files. | 13,540 | 13,819 | 661 | 13M | 11 | 71.8 | 52.3 | BSD-3-Clause | 2 weeks ago | |
| wpstarter/o-dusk-updater | Symfony Console tool to update Laravel Dusk ChromeDriver binaries outside Laravel. Download latest or specified Chrome/Chromium/ChromeDriver versions, detect installed Chrome and driver versions, and optionally auto-update when outdated. | 0 | 0 | 0 | 0 | 0 | 0.9 | — | MIT | 3 years ago |
How can I help you explore Laravel packages today?