Way2.in API Toolkit

Professional PHP toolkit for Way2.in URL shortening, QR codes, and analytics

โœ… Database Connected
๐Ÿ”‘ API Key Configured

Quick Actions

๐Ÿ“Š View Dashboard ๐Ÿงช Run API Tests

Recent Activity (Last 7 Days)

0
Total API Requests
0
Successful Requests
0
Requests Today
0%
Success Rate

๐Ÿš€ Main Features

๐Ÿ”—

URL Shortening

Create and manage short URLs with custom aliases, expiration dates, and advanced targeting

๐Ÿ“ฑ

QR Code Generation

Generate customizable QR codes for URLs, text, WiFi, vCards and more

๐Ÿ“Š

Analytics & Tracking

Comprehensive click tracking, geographic data, and performance analytics

๐ŸŽฏ

Smart Targeting

Geo-targeting, device targeting, and custom parameters for advanced campaigns

๐Ÿ› ๏ธ Developer Tools

๐Ÿ”ง

API Testing Suite

Comprehensive testing tools to validate all API endpoints and functionality

๐Ÿ“

Request Logging

Detailed logging of all API requests and responses for debugging and monitoring

โšก

Rate Limiting

Built-in rate limiting to respect API limits and ensure stable operation

๐Ÿ”’

Security Features

Secure configuration management and protected credential storage

๐Ÿ“š Quick Start Guide

Basic Usage

// Initialize the API client require_once '../src/Way2inAPI.php'; $api = new Way2in\Api\Way2inAPI('your-api-key'); // Create a short link $result = $api->links->createShortLink('https://example.com', 'my-link'); echo $result->shorturl; // Generate QR code $qr = $api->qrCodes->createLinkQR('https://example.com'); echo $qr->link;

Advanced Features

// Create link with geo-targeting $advanced = $api->links->createAdvancedLink([ 'url' => 'https://example.com', 'custom' => 'my-campaign', 'geotarget' => [ ['location' => 'Canada', 'link' => 'https://ca.example.com'], ['location' => 'UK', 'link' => 'https://uk.example.com'] ] ]);
๐Ÿ“– View Full Documentation ๐Ÿงช Try Live Examples

System Information

PHP Version: 8.2.29
MySQL Version: 8.0.37
Server: Apache
Toolkit Version: 1.0.0
Environment: production
Debug Mode: Disabled

Way2.in API Toolkit - Built for developers, optimized for cPanel hosting
Need help? Check the testing suite or dashboard for troubleshooting.