Solana Gateway Integration for Laravel

Job ID: 39793826

Budget: €8 – €30 EUR

I need to add a straightforward Solana payment flow to my existing Laravel-based web3 application. The goal is a simple gateway: the user clicks Pay, their preferred Solana wallet pops up, they sign, and I instantly record the confirmed transaction on my side.

Key details
• Transaction originates directly from the user’s wallet (“send from wallet” flow). Most visitors use Phantom, Solflare or Sollet, so the front-end should connect to any of those without friction.
• No subscriptions or advanced smart-contract work is necessary—just a single-shot payment to a fixed address (configurable).
• The back-end must verify the signature and amount, update my Laravel models, and expose webhooks or events I can listen to in the rest of the app.

Deliverables
1. Front-end snippet (JS/TypeScript) that triggers wallet connect, requests the transfer and captures the signature.
2. Laravel controller / service that hits Solana RPC, confirms the transaction, and stores status in the database.
3. Clear .env settings, migration(s) and a short README so I can reproduce the setup locally (devnet) and on mainnet.
4. Brief hand-off call or document explaining how to adjust recipient address and fees.

Acceptance will be based on:
• A test payment on devnet reaches the specified address and appears in the Laravel admin within seconds.
• Error handling for rejected or timed-out signatures.
• Code is clean, commented and PSR-12 compliant.

If you have prior Solana or general web3 experience with Laravel, this should be a quick win; just point me to a similar project you’ve shipped and let’s get started.