A library that provides a few macros which allow you to encapsulate business logic and validate incoming params over predefined contract.
The library provide the convenient way to generate data based on provided contract which describes data structure you're interesting in.
This library provides a convinient way to validate incoming parameters of your Phoenix application's controllers.
Library for sending push notifications. Supports Apple APNS (with either ssl certificate or JWT) and Google FCM services.
The library that allows you to swap dependencies in your app. Also it allows you to inject dependencies with function decorator.