LastDragon member since: Nov 22, 2020

LastDragon's packages

  • 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-core

    The package contains useful utilities and classes.

  • PHP

    lastdragon-ru/lara-asp-dev

    Various internal tools and helpers to develop the package itself.

  • 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-eloquent

    Contains useful extensions and mixins for Eloquent.

  • 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-spa

    Provides various SPA Helpers.

  • 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/phpunit-extensions

    Various useful assertions/extensions for PHPUnit.