heysmmreseller / smm-api-client
PHP client for SMM panel API - Easy integration for social media marketing services
dev-main
2025-07-20 13:07 UTC
Requires
- php: >=7.0
- ext-curl: *
This package is not auto-updated.
Last update: 2025-07-21 11:16:24 UTC
README
SMM Reseller API Client for PHP
Simple PHP client library for integrating with SMM panel APIs. Perfect for developers who want to automate social media marketing services.
Features
- 🚀 Easy to integrate
- 📦 Lightweight with minimal dependencies
- 🔧 Simple API interface
- 💡 Full documentation at HeySmmReseller
Installation
Install via Composer:
composer require heysmmreseller/smm-api-client <?php require_once 'vendor/autoload.php'; use HeySmmReseller\SmmClient; // Initialize the client $client = new SmmClient('your-api-key'); // Add an order $response = $client->addOrder(419, 'https://instagram.com/username', 100); // Get available services $services = $client->getServices(); Get Your API Key To get your API key and access full documentation: Visit HeySmmReseller Create an account Navigate to API section Services Available Instagram Followers Instagram Likes TikTok Followers YouTube Views And many more at HeySmmReseller Support 🌐 Website: HeySmmReseller 📧 Support: support@heysmmreseller.com 📖 API Docs: HeySmmReseller API Documentation Need More Features? For advanced features, bulk operations, or custom solutions, visit HeySmmReseller or contact our support team. License This project is licensed under the MIT License. Made with ❤️ by HeySmmReseller ### LICENSE MIT License Copyright (c) 2024 HeySmmReseller Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.