ARCWP Logo

Gateway Collections are content types that scale

Put custom database tables on the same footing as custom post types with full CRUD support, field system and auto-generated API routes.

Gateway Collections
10x
Scalability
GATEWAY PLUGIN FOR WORDPRESS

Eloquent Models supercharged for WordPress

Every Collection is an Eloquent model which makes working with custom database tables efficient and systematic.

Ticket extends \Gateway\Collection
Ticket::register()
$ticket = Ticket::find(10)
$ticket→setDueDate('2026-01-15')→save()

The Modern Framework for WordPress

Build scalable features with custom database tables that excel at intensive queries like facet filtering and search, where traditional WordPress approaches fall short.

Traditional WordPress

Scalable Gateway

register_post_type('property')
Property extends Model

Model-based approach

WP_Query($inefficient_meta_query)
Property->where('status', 'published')

Direct SQL queries

Get field from ACF or Meta Box
Get fields from ARC Blueprint

Built-in field system

Lightning Fast Queries

Direct Database Access

Skip WordPress's meta query overhead and query custom tables directly for dramatically faster performance.

Custom Tables

Optimized Schema Design

Create purpose-built database tables with proper indexing for your specific data needs.

Auto-Generated APIs

REST Endpoints Ready

Every collection automatically gets REST API endpoints for create, read, update, and delete operations.

Scales Infinitely

Handle Millions of Records

Built to handle massive datasets that would bring traditional WordPress installations to their knees.

Powerful Filtering

Faceted Search Built-In

Complex filtering and faceted search queries that execute in milliseconds, not seconds.

Flexible Field System

Define Fields Easily

Intuitive field definitions with validation, relationships, and custom data types all built in.

Try Gateway for Free

Experience collections with a 14-day free trial.

Get Started