Welcome to LiquidRazor β a home for lightweight, developer-friendly PHP tools, bundles, and libraries.
Our focus: build fast, slim, and powerful backends that stay transparent, predictable, and fun to work with.
A minimal Symfony API skeleton, powered by the DTOApi Bundle.
LiquidApi provides:
- DTO-first design β predictable contracts, validation, and serialization out of the box.
- OpenAPI/Swagger docs β instant documentation and typed client generation.
- Slim API footprint β no framework bloat, just what you need for production-ready APIs.
- Flex-recipe ready β
composer create-project liquidrazor/liquidapi my-apispins up a working skeleton instantly.
Itβs the perfect foundation for modern React/Next frontends, mobile apps, or service-to-service APIs.
The organization will grow around LiquidApi with:
- π Custom Symfony bundles β drop-in features you can plug into your API.
- π¦ Shared libraries β focused utilities and helpers for API development.
- π Developer tooling β configs, workflows, and recipes to make Symfony DX smoother.
We believe in:
- Simplicity over magic β understand what runs under the hood.
- Contracts first β DTOs and OpenAPI specs as the single source of truth.
- Flexibility β each bundle/library is independent and reusable.
- Community friendliness β everything open source, documented, and tested.
- Scaffold a new project:
composer create-project liquidrazor/liquidapi my-api