Skip to content

mantulo/query-formatter

Repository files navigation

Basic:

Dev tools usage:

run project:

docker compose up

install dependencies:

docker compose exec app composer install

phpunit:

docker compose exec app php vendor/bin/phpunit

phpstan:

docker compose exec app php vendor/bin/phpstan analyze src --level 9

run ecs:

docker compose exec app php vendor/bin/ecs

Overall project structure:

src
├── Query
│ ├── Formatter
│ │ ├── ArrayFormatter.php
│ │ ├── DecimalFormatter.php
│ │ ├── DefaultFormatter.php
│ │ ├── FloatFormatter.php
│ │ ├── Formatter.php
│ │ └── IdentifierFormatter.php
│ └── FormatterRegistry.php
└── QueryFormatter.php
tests
└── Query
    ├── Formatter
    │ ├── ArrayFormatterTest.php
    │ ├── DecimalFormatterTest.php
    │ ├── DefaultFormatterTest.php
    │ ├── FloatFormatterTest.php
    │ └── IdentifierFormatterTest.php
    └── QueryFormatterTest.php

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published