Libraries tagged by shipmondo
shipmondo/shipmondo_php_sdk
50445 Downloads
Shipmondo's official PHP library
setono/sylius-shipmondo-plugin
792 Downloads
Integrate your store with Shipmondo
setono/shipmondo-php-sdk
2696 Downloads
Consume the Shipmondo API with this PHP SDK
quantity-digital/commerce-shipmondo
9 Downloads
Shipmondo integration for CraftCMS & Commerce
shipmonk/composer-dependency-analyser
2808980 Downloads
Fast detection of composer dependency issues (dead dependencies, shadow dependencies, misplaced dependencies)
shipmonk/phpstan-rules
717418 Downloads
Various extra strict PHPStan rules we found useful in ShipMonk.
shipmonk/phpstan-baseline-per-identifier
328340 Downloads
Split your PHPStan baseline into multiple files, one per error identifier. Supports both neon baseline and PHP baseline.
shipmonk/dead-code-detector
220641 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
1008767 Downloads
Simple tool to find ambiguous classes or any other name duplicates within your project.
shipmonk/doctrine-entity-preloader
38672 Downloads
Efficient & easy to use solution to n+1 problem in Doctrine ORM
shipmonk/doctrine-mysql-index-hints
183874 Downloads
Custom SQL walker for Doctrine allowing usage of MySQL index hints without need of native queries
shipmonk/input-mapper
15532 Downloads
Performant array-to-object mapper supporting generics, array shapes, optional fields and much more!
shipmonk/doctrine-two-phase-migrations
25964 Downloads
Two phase migrations for Doctrine ORM: before and after deploying new codebase version
shipmonk/doctrine-mysql-optimizer-hints
11038 Downloads
Custom SQL walker for Doctrine allowing usage of MySQL optimizer hints without need of native queries
shipmonk/doctrine-hint-driven-sql-walker
97917 Downloads
Doctrine's SqlWalker that allows hooking multiple handlers via ->setHint() while each can edit produced SQL or its part.