From 7ed0a757f7ac655484625e6244d6e0cd87b0c9c3 Mon Sep 17 00:00:00 2001 From: Sander van Hooft Date: Wed, 20 May 2026 15:53:43 +0200 Subject: [PATCH] docs: point Laravel users at vatly-laravel; note driver roadmap Adds a "Using a framework?" section near the top so devs landing on the raw SDK README discover vatly-laravel for Cashier-style ergonomics, and learn about the Driver Author Guide for building Symfony/WordPress drivers. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3b6f17b..8bacd47 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ Sell worldwide, today, with Vatly. Dedicated to EU based SAAS merchants and software companies, accept creditcard, PayPal, ApplePay, iDEAL and more. +## Using a framework? + +This is the raw API client. If you're building a Laravel application, you almost certainly want [`vatly/vatly-laravel`](https://github.com/Vatly/vatly-laravel) instead — it provides a Cashier-style `Billable` trait, Eloquent models, a wired webhook endpoint, and event-bus integration on top of this SDK. + +Other framework drivers (Symfony, WordPress) are on the roadmap. To build one, see the [Driver Author Guide](https://github.com/Vatly/vatly-fluent-php/blob/main/CONTRIBUTING.md) in [`vatly/vatly-fluent-php`](https://github.com/Vatly/vatly-fluent-php). + ## Installation You can install the package via composer: