Official Libraries & SDKs
Integrate StopReg into your stack in minutes. Our official libraries are optimized for security, performance, and developer experience.
Node.js
v1.0.3 • StableA robust, zero-dependency Node.js client with full TypeScript support. Designed for high-concurrency environments and ultra-low latency.
npm install @stopreg/stopreg
// Verify Email
await client.checkEmail('test@mail.com');
// Verify Domain
await client.checkDomain('mail.com');
Laravel
v1.0.0 • StableSeamlessly integrate StopReg with Laravel using Facades and automatic service discovery. Includes built-in support for environment configurations.
composer require stopreg/laravel
// Verify Email
StopReg::checkEmail('test@mail.com');
// Verify Domain
StopReg::checkDomain('mail.com');
Built for Production
Engineered for Security
Our SDKs handle authentication headers and token management securely, preventing common integration pitfalls.
Optimized Performance
Built-in connection pooling and efficient payload parsing ensure the fastest possible verification times.
Developer Experience
Fully typed responses and intuitive method names mean you can focus on building features, not debugging API calls.