lastdragon-ru/phpunit-extensions dependents (14) Order by: name | downloads Show: all | require | require-dev
-
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.
-
PHP
lastdragon-ru/lara-asp-graphql-testing
Useful assertions for PHPUnit to check printed/exported type/queries and more.
-
PHP
lastdragon-ru/lara-asp-migrator
Improves standard Laravel migrations to add support for raw SQL files during migration and seeding. So you can easily use your favorite visual tool for database development with Laravel.
-
PHP
lastdragon-ru/lara-asp-serializer
Provides a customizable wrapper around the Symfony Serializer Component to use it inside Laravel application.
-
-
PHP
lastdragon-ru/lara-asp-testing
Provides various useful asserts for PHPUnit and better solution for HTTP tests - testing HTTP response has never been so easy!
-
PHP
lastdragon-ru/path
Provides utilities for working with file and directory paths in an object-oriented way for all path types.
-
PHP
lastdragon-ru/text-parser
Yet another package to simplify writing fast and memory-effective parsers that can parse infinite strings.