Skip to content

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

  1. SOQL Lib - Dynamic SOQL query builder
  2. Async Lib - Asynchronous operation handling
  3. DML Lib - DMLs management
  4. HTTP Mock Lib - HTTP callout testing utilities
  5. Apex Consts - Type-safe constants
  6. Cache Manager - Platform cache management

LWC

  1. Toast Builder
  2. Error Service

Installation

Each library can be installed in three ways:

  1. Unlocked Package (Recommended) - Easy installation and updates
  2. Unmanaged Package - Full access to source code
  3. GitHub Source - Clone and deploy directly

See the Installation Guide for detailed instructions.

Released under the MIT License.