Libraries tagged by shipmondo
shipmondo/shipmondo_php_sdk
47802 Downloads
Shipmondo's official PHP library
setono/sylius-shipmondo-plugin
701 Downloads
Integrate your store with Shipmondo
setono/shipmondo-php-sdk
2605 Downloads
Consume the Shipmondo API with this PHP SDK
quantity-digital/commerce-shipmondo
9 Downloads
Shipmondo integration for CraftCMS & Commerce
shipmonk/composer-dependency-analyser
2111355 Downloads
Fast detection of composer dependency issues (dead dependencies, shadow dependencies, misplaced dependencies)
shipmonk/phpstan-rules
614405 Downloads
Various extra strict PHPStan rules we found useful in ShipMonk.
shipmonk/phpstan-baseline-per-identifier
189386 Downloads
Split your PHPStan baseline into multiple files, one per error identifier. Supports both neon baseline and PHP baseline.
shipmonk/dead-code-detector
69394 Downloads
Dead code detector to find unused PHP code via PHPStan extension. Can automatically remove dead PHP code. Supports libraries like Symfony, Doctrine, PHPUnit etc. Detects dead cycles. Can detect dead code that is tested.
shipmonk/name-collision-detector
859950 Downloads
Simple tool to find ambiguous classes or any other name duplicates within your project.
shipmonk/doctrine-entity-preloader
22184 Downloads
Efficient & easy to use solution to n+1 problem in Doctrine ORM
shipmonk/doctrine-mysql-index-hints
149105 Downloads
Custom SQL walker for Doctrine allowing usage of MySQL index hints without need of native queries
shipmonk/input-mapper
13275 Downloads
Performant array-to-object mapper supporting generics, array shapes, optional fields and much more!
shipmonk/doctrine-two-phase-migrations
24217 Downloads
Two phase migrations for Doctrine ORM: before and after deploying new codebase version
shipmonk/doctrine-mysql-optimizer-hints
8929 Downloads
Custom SQL walker for Doctrine allowing usage of MySQL optimizer hints without need of native queries
shipmonk/doctrine-hint-driven-sql-walker
68416 Downloads
Doctrine's SqlWalker that allows hooking multiple handlers via ->setHint() while each can edit produced SQL or its part.