Developer First

Official Libraries & SDKs

Integrate StopReg into your stack in minutes. Our official libraries are optimized for security, performance, and developer experience.

SDK Illustration
Node.js

Node.js

v1.0.3 • Stable

A robust, zero-dependency Node.js client with full TypeScript support. Designed for high-concurrency environments and ultra-low latency.

npm install @stopreg/stopreg
Usage Example
// Verify Email
await client.checkEmail('test@mail.com');

// Verify Domain
await client.checkDomain('mail.com');
Laravel

Laravel

v1.0.0 • Stable

Seamlessly integrate StopReg with Laravel using Facades and automatic service discovery. Includes built-in support for environment configurations.

composer require stopreg/laravel
Usage Example
// Verify Email
StopReg::checkEmail('test@mail.com');

// Verify Domain
StopReg::checkDomain('mail.com');

Built for Production

Secure

Engineered for Security

Our SDKs handle authentication headers and token management securely, preventing common integration pitfalls.

Fast

Optimized Performance

Built-in connection pooling and efficient payload parsing ensure the fastest possible verification times.

DX

Developer Experience

Fully typed responses and intuitive method names mean you can focus on building features, not debugging API calls.