symfony/polyfill-php84 dependents (97) Order by: name | downloads Show: all | require | require-dev
-
-
-
-
-
PHP
laravel/cashier
Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.
-
-
-
PHP
lastdragon-ru/glob-matcher
Full-featured well-tested glob pattern parser and matcher: basic matching (`?`, `*`), globstar (`**`), extglob (`?(pattern-list)`, `*(pattern-list)`, `+(pattern-list)`, `@(pattern-list)`, `!(pattern-list)`), brace expansion (`{a,b,c}.txt`, `{1..3}.txt`, etc), dotglob, nocasematch, POSIX Named character classes (`[:alnum:]`, etc), POSIX Collating symbols (`[.ch.]`, etc), POSIX Equivalence class expressions (`[=a=]`, etc), and escaping.
-
PHP
lastdragon-ru/graphql-printer
The package allows you to print GraphQL Schema and Queries in a highly customized way eg you can choose indent size, print only used/wanted/all types, print only one type, print used/wanted/all directives and even check which types/directives are used in the Schema/Query.
-
-
-
PHP
lastdragon-ru/lara-asp-documentator
Provides various utilities for documentation generation such as Markdown Preprocessor, Requirements Dumper and more.
-
-
PHP
lastdragon-ru/lara-asp-formatter
Provides a customizable wrapper around Intl formatters to use it inside Laravel application. And also allows defining your own formats.
-
PHP
lastdragon-ru/lara-asp-graphql
This package provides highly powerful `@searchBy`, `@sortBy`, `@stream` directives for Lighthouse. The `@searchBy` directive provides basic conditions like `=`, `>`, `<`, etc, relations, `not (<condition>)`, enums, and custom operators support. All are strictly typed so you no need to use `Mixed` type anymore.