Try Gateway for Free
Experience collections with a 14-day free trial.
Get StartedPut custom database tables on the same footing as custom post types with full CRUD support, field system and auto-generated API routes.
Every Collection is an Eloquent model which makes working with custom database tables efficient and systematic.
Build scalable features with custom database tables that excel at intensive queries like facet filtering and search, where traditional WordPress approaches fall short.
register_post_type('property')
Property extends Model
Model-based approach
WP_Query($inefficient_meta_query)
Property->where('status', 'published')
Direct SQL queries
Built-in field system
Skip WordPress's meta query overhead and query custom tables directly for dramatically faster performance.
Create purpose-built database tables with proper indexing for your specific data needs.
Every collection automatically gets REST API endpoints for create, read, update, and delete operations.
Built to handle massive datasets that would bring traditional WordPress installations to their knees.
Complex filtering and faceted search queries that execute in milliseconds, not seconds.
Intuitive field definitions with validation, relationships, and custom data types all built in.
Experience collections with a 14-day free trial.
Get Started