Libraries tagged by shippo
dvdoug/boxpacker
2945697 Downloads
An implementation of the 3D (actually 4D) bin packing/knapsack problem (aka creating parcels by putting items into boxes)
shipmonk/phpstan-rules
2302412 Downloads
Various extra strict PHPStan rules we found useful in ShipMonk.
shipmonk/dead-code-detector
3719582 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
8564939 Downloads
Fast detection of composer dependency issues (dead dependencies, shadow dependencies, misplaced dependencies)
gabrielbull/ups-api
2458505 Downloads
PHP UPS API
easypost/easypost-php
3401691 Downloads
EasyPost Shipping API Client Library for PHP
shipping-docker/vessel
476849 Downloads
Simple Docker dev environments
shipmonk/phpstan-baseline-per-identifier
1799637 Downloads
Split your PHPStan baseline into multiple files, one per error identifier. Supports both neon baseline and PHP baseline.
shipmonk/name-collision-detector
2947972 Downloads
Simple tool to find ambiguous classes or any other name duplicates within your project.
bezhansalleh/filament-plugin-essentials
1451590 Downloads
A collection of essential traits that streamline Filament plugin development by taking care of the boilerplate, so you can focus on shipping real features faster
owebia/magento2-module-advanced-shipping
848142 Downloads
N/A
firstred/postnl-api-php
659255 Downloads
PostNL REST API PHP Bindings
jeremy-dunn/php-fedex-api-wrapper
1266193 Downloads
API Wrapper for Fedex web services
shipmonk/doctrine-mysql-index-hints
574024 Downloads
Custom SQL walker for Doctrine allowing usage of MySQL index hints without need of native queries
shipmonk/doctrine-entity-preloader
171181 Downloads
Efficient & easy to use solution to n+1 problem in Doctrine ORM