yusufgenc34

Automatically expose your Filament Resources as fully-featured REST APIs with authentication, documentation, and query builder support.

10
2
100% credibility
Found May 13, 2026 at 10 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
PHP
AI Summary

Filament API Forge is a plugin for Filament that turns admin panel resources into secure, documented web services for data access without needing extra authentication tools.

How It Works

1
🏗️ Build your dashboard

You create a simple dashboard to organize and manage your blog posts, customer lists, or products without any coding hassle.

2
💡 Need easy data sharing

You realize external apps or websites need safe access to your organized data, like a mobile app showing your latest posts.

3
Add the sharing helper

With one easy step, bring in Filament API Forge to instantly make your dashboard data available through friendly web connections.

4
🔗 Connect to your dashboard

Link the helper right into your dashboard setup so it knows what data to handle.

5
Choose what to share

Pick which lists of items to make accessible and set basic rules for reading, adding, or removing entries.

6
🔐 Create secure passes

Generate private passes for trusted apps or people, controlling exactly what they can see or change.

7
📖 Explore guided previews

Open beautiful, interactive previews showing sample requests and responses, with test buttons to try instantly.

🎉 Data flows freely

Your dashboard data is now safely shared with any app or site, fully controlled and easy to explore.

Sign up to see the full architecture

6 more

Sign Up Free

Star Growth

See how this repo grew from 10 to 10 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is filament-api-forge?

Filament API Forge automatically exposes your Filament Resources as fully-featured REST APIs in PHP/Laravel apps, handling CRUD operations with authentication, interactive OpenAPI documentation, and Spatie query builder support for filtering, sorting, and relations. No Sanctum setup or manual routes needed—just implement a simple interface on your resources to get endpoints like `/api/v1/admin/posts` with Bearer token auth using hash-based tokens. It solves the pain of building admin-facing APIs by turning your existing Filament panels into production-ready, documented services.

Why is it gaining traction?

It stands out with zero-config auto-discovery of resources, per-resource access controls, rate limiting, and IP whitelists—all manageable via a dedicated Filament dashboard. Developers love the one-click public docs (Swagger UI with try-it-out), custom route segments, and request counters without touching code. Compared to rolling your own or Sanctum boilerplate, it delivers automatically generated publicly exposed REST endpoints with scopes like read/write/delete out of the box.

Who should use this?

Filament admins building mobile apps or third-party integrations that need backend data access. Laravel devs exposing admin CRUD via API for frontend teams, avoiding custom controllers. Teams on Vercel or similar wanting quick, secure APIs with query builder features like `?filter[status]=published&sort=-created_at&include=author`.

Verdict

Promising for Filament loyalists—install via Composer, publish migrations, and you're live with auth and docs. At 10 stars and 1.0% credibility, it's early-stage with solid README but watch for edge cases; test thoroughly before prod. Worth a spin if you're deep in the ecosystem.

(198 words)

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.