Extensions
Extend Glueful without bloating the core
glueful-extension and can also be developed locally from the extensions/ directory in your app.
Composer-Native
Auto-Discoverable
Local Development Friendly
extensions/ directory before publishing packages.Official packages
Aegis
Role-based access control for Glueful with roles, permissions, and authorization workflows without building your own RBAC layer.
Entrada
Social login and SSO integration for OAuth and OpenID Connect flows when your API needs identity federation and external providers.
Email Notification
Email delivery capabilities built on Symfony Mailer for transactional notifications, account flows, and outbound messaging.
Notiva
Push notifications for FCM, APNs, and Web Push when your platform needs multi-device delivery beyond email.
Meilisearch
Full-text search integration for applications that need fast external indexing, search endpoints, and richer query experiences.
Payvia
Unified payment gateway bridge for Stripe, Paystack, Flutterwave, and other payment flows so billing logic is easier to standardize.
Runiva
Server runtime integration for RoadRunner, Swoole, and FrankenPHP for teams running long-lived PHP application processes.
Local and custom extensions
Build Your Own
Install an extension
composer require glueful/aegis
php glueful extensions:cache
php glueful extensions:list
For local development or explicit enable/disable flows, you can also use:
php glueful extensions:enable Aegis
php glueful extensions:disable Aegis
php glueful extensions:info Aegis
php glueful extensions:summary