Each driver has four pages: Overview, Configuration, Setup, and Resources.New to Sanvex? Start with the Integration guide — full checklist from install to first API call.
1. composer require sanvex/core sanvex/cli → migrate2. composer require sanvex/{driver}3. Set .env (Configuration page for your driver)4. Connect: sanvex:setup (API key) OR /sanvex/{driver}/login (OAuth)5. Verify: isConfigured() and a test API call