Skip to content
@shipmonk-rnd

ShipMonk R&D

ShipMonk Research & Development

Pinned Loading

  1. composer-dependency-analyser composer-dependency-analyser Public

    🚀 Fast detection of composer dependency issues (unused dependencies, shadow dependencies, misplaced dependencies)

    PHP 577 13

  2. dead-code-detector dead-code-detector Public

    💀 PHP unused code detection via PHPStan extension. Detects dead cycles, supports libs like Symfony, Doctrine, PHPUnit etc. Can automatically remove dead PHP code. Able to detect dead code used only…

    PHP 309 15

  3. phpstan-rules phpstan-rules Public

    📏 Various extra strict PHPStan rules we found useful in ShipMonk.

    PHP 142 19

  4. doctrine-entity-preloader doctrine-entity-preloader Public

    💡 Doctrine entity preloading: Efficient & easy to use solution to n+1 problem in Doctrine ORM

    PHP 85 4

  5. input-mapper input-mapper Public

    Performant array-to-object mapper supporting generics, array shapes, optional fields and much more!

    PHP 28 1

  6. phpstan-baseline-per-identifier phpstan-baseline-per-identifier Public

    ✂️ Split PHPStan baseline to multiple files per each error identifier. Supports both neon baseline and PHP baseline.

    PHP 84 6

Repositories

Showing 10 of 22 repositories
  • coverage-guard Public

    🛡️ Enforce PHP code coverage in your CI. Not by percentage, but target core methods! Allows you to start enforcing coverage for new code only!

    shipmonk-rnd/coverage-guard’s past year of commit activity
    PHP 6 MIT 0 0 1 Updated Nov 18, 2025
  • dead-code-detector Public

    💀 PHP unused code detection via PHPStan extension. Detects dead cycles, supports libs like Symfony, Doctrine, PHPUnit etc. Can automatically remove dead PHP code. Able to detect dead code used only in tests.

    shipmonk-rnd/dead-code-detector’s past year of commit activity
    PHP 309 15 9 7 Updated Nov 18, 2025
  • doctrine-hint-driven-sql-walker Public

    Doctrine's SqlWalker that allows hooking multiple handlers via ->setHint() while each can edit produced SQL or its part.

    shipmonk-rnd/doctrine-hint-driven-sql-walker’s past year of commit activity
    PHP 3 0 1 1 Updated Nov 7, 2025
  • phpstan-rules Public

    📏 Various extra strict PHPStan rules we found useful in ShipMonk.

    shipmonk-rnd/phpstan-rules’s past year of commit activity
    PHP 142 19 3 2 Updated Nov 6, 2025
  • doctrine-two-phase-migrations Public

    Two phase migrations for Doctrine ORM: before and after deploying new codebase version. Suitable for rolling-update deployments (e.g. in Kubernetes clusters).

    shipmonk-rnd/doctrine-two-phase-migrations’s past year of commit activity
    PHP 21 1 1 2 Updated Nov 1, 2025
  • composer-dependency-analyser Public

    🚀 Fast detection of composer dependency issues (unused dependencies, shadow dependencies, misplaced dependencies)

    shipmonk-rnd/composer-dependency-analyser’s past year of commit activity
    PHP 577 MIT 13 15 1 Updated Sep 29, 2025
  • phpstan-baseline-per-identifier Public

    ✂️ Split PHPStan baseline to multiple files per each error identifier. Supports both neon baseline and PHP baseline.

    shipmonk-rnd/phpstan-baseline-per-identifier’s past year of commit activity
    PHP 84 6 1 0 Updated Sep 12, 2025
  • phpstan-dev Public

    PHPStan tooling for smoother development of extensions.

    shipmonk-rnd/phpstan-dev’s past year of commit activity
    PHP 6 MIT 1 0 0 Updated Sep 6, 2025
  • input-mapper Public

    Performant array-to-object mapper supporting generics, array shapes, optional fields and much more!

    shipmonk-rnd/input-mapper’s past year of commit activity
    PHP 28 1 4 2 Updated Sep 5, 2025
  • doctrine-entity-preloader Public

    💡 Doctrine entity preloading: Efficient & easy to use solution to n+1 problem in Doctrine ORM

    shipmonk-rnd/doctrine-entity-preloader’s past year of commit activity
    PHP 85 MIT 4 0 0 Updated Aug 26, 2025

Most used topics

Loading…