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
Sort:Used by Most Apps
dotenv
Loads environment variables from a .env file into process.env for Node.js apps.
ts-node
TypeScript execution engine and REPL for Node.js that runs .ts files directly, without a separate compile step.
cross-env
Cross-platform CLI for setting environment variables in npm scripts without worrying about Windows vs POSIX syntax.
FastAPI
A modern, high-performance Python web framework for building APIs with automatic validation, serialization, and interactive docs.
rich
A Python library for rendering rich text, tables, progress bars, and syntax-highlighted code in the terminal.
Ruff
An extremely fast Python linter and code formatter, written in Rust, built as a drop-in replacement for Flake8, Black, isort, and dozens of plugins.
Prisma Client
Auto-generated, type-safe database client for Node.js and TypeScript.
typing_extensions
Backported and experimental type-hint features for Python, usable on older interpreters and ahead of the stdlib.
BullMQ
Fast, reliable Redis-based message queue and background job processing for Node.js and TypeScript.
PHPUnit
The de facto standard, programmer-oriented unit testing framework for PHP.
Guzzle
An extensible PHP HTTP client for sending requests and integrating with web services
websockets
Build correct, fast WebSocket servers and clients in Python with asyncio, threading, or Sans-I/O APIs.
pydantic-settings
Type-safe application settings management for Python, built on Pydantic models.
Typer
Typer is a Python library for building CLI applications, using type hints to generate arguments, options, validation, help text, and shell completion automatically.
Laravel
The expressive, elegant PHP framework for building modern web applications
dotenvy
A well-maintained, actively developed fork of the dotenv crate for loading .env files in Rust
Collision
Beautiful command-line error reporting for PHP apps and test suites
Celery
Distributed task queue for running asynchronous jobs, scheduled work, and complex workflows across Python applications at scale.
league/flysystem-aws-s3-v3
The official AWS S3 v3 SDK adapter for PHP Flysystem's unified filesystem API.
dotenv-expand
Expands variable references, command substitution, and encrypted values in dotenv-parsed .env files.
Symfony Yaml
PHP component for parsing and dumping YAML files, used throughout the Symfony framework
GSAP
The industry-standard JavaScript animation library for tweening CSS, SVG, canvas, and UI with rock-solid cross-browser reliability.
PHP CS Fixer
CLI tool that automatically fixes PHP code to follow coding standards
Symfony HttpClient
A low-overhead, high-performance PHP HTTP client with sync, async, and streaming support