Open Source Packages
Libraries, frameworks, tools, and SDKs used by the apps in this directory — scored the same way as the apps themselves.
All Packages
Category
Tags2
Sort:Used by Most Apps
tslib
The runtime library that houses TypeScript's compiler helper functions so your emitted code stays small.
p-limit
A tiny, battle-tested utility for running async functions with a strict concurrency limit.
webpack-bundle-analyzer
Turns webpack build stats into an interactive, zoomable treemap so you can see exactly what's bloating every bundle.
p-queue
Promise queue with concurrency control, interval-based rate limiting, and priority scheduling for async tasks.
DataLoader
A batching and caching layer that coalesces per-request data loads into a fraction of the backend calls.
Laravel Excel
Supercharged Excel and CSV exports and imports for Laravel applications
DoctrineMigrationsBundle
Symfony bundle that integrates the Doctrine Migrations library for versioned database schema changes
Rsdoctor
Rspack plugin that visualizes and analyzes your build — modules, chunks, loaders, plugins, and bundle size — to find and fix build bottlenecks.
Twig Extra Bundle
A Symfony bundle that auto-registers Twig's optional extra extensions — Markdown, Intl, HTML, String, CSS-inliner, Inky, and Cache — with zero configuration.
PyInstaller
Bundle a Python application and all its dependencies into a single standalone package or executable.
Apache Beam
A unified programming model for defining batch and streaming data-parallel pipelines
NelmioApiDocBundle
Generate OpenAPI and Swagger documentation for your Symfony REST API from PHP attributes.
NelmioCorsBundle
Add configurable CORS headers to your Symfony application with per-URL rules.
debounce-promise
Wrap any promise-returning function so rapid-fire calls collapse into one execution
p-debounce
Debounce promise-returning and async functions, sharing one resolved value across rapid calls.