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