Introduction
Welcome to Apex Fluently - a collection of open-source, production-ready Salesforce libraries designed to make your development easier, faster, and more maintainable.
Why Apex Fluently?
- Fluent API - Each library has a fluent API which makes it extremely easy to use.
- Production-Ready - All libraries are battle-tested in real-world Salesforce environments.
- Fully Tested - We have almost 100% code coverage for all our classes, checking many different scenarios.
- Actively Maintained - Regular updates and community support, full support and fixes in 24h.
- MIT Licensed - Free to use in any project, commercial or otherwise.
Our Libraries
We currently maintain 8 libraries that complement each other. However, each library can be installed separately. There is no dependency between them.
Apex
- SOQL Lib - Dynamic SOQL query builder
- Async Lib - Asynchronous operation handling
- DML Lib - DMLs management
- HTTP Mock Lib - HTTP callout testing utilities
- Apex Consts - Type-safe constants
- Cache Manager - Platform cache management
LWC
Installation
Each library can be installed in three ways:
- Unlocked Package (Recommended) - Easy installation and updates
- Unmanaged Package - Full access to source code
- GitHub Source - Clone and deploy directly
See the Installation Guide for detailed instructions.