diff --git a/LICENSE b/LICENSE index 417a72f..c7b41d9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Nextpost.tech +Copyright (c) 2022-2024 Evelode Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 4703e7f..f1f2ea1 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # TikTok REST API wrapper for PHP -![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/nextpost-tech/tiktok-api-php) -![GitHub last commit](https://img.shields.io/github/last-commit/nextpost-tech/tiktok-api-php) -![GitHub](https://img.shields.io/github/license/nextpost-tech/tiktok-api-php) +![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/evelode/tiktok-api-php) +![GitHub last commit](https://img.shields.io/github/last-commit/evelode/tiktok-api-php) +![GitHub](https://img.shields.io/github/license/evelode/tiktok-api-php) -Easy to use [TikTok REST API by Nextpost.tech](https://nextpost.tech/downloads/tiktok-rest-api/). Get TikTok public user data, feed, trends, hashtags, music, and non watermarked TikTok videos. +Easy to use [TikTok REST API](https://evelode.com/downloads/tiktok-rest-api/). Get TikTok public user data, feed, trends, hashtags, music, and non watermarked TikTok videos. -Using our detailed multipurpose [API Documentation](https://nextpost.tech/tiktok-rest-api-documentation/) and following TikTok REST API wrapper for PHP you can explore and reach all TikTok REST API endpoints with ease. +Using our detailed multipurpose [API Documentation](https://evelode.com/tiktok-rest-api-documentation/) and following TikTok REST API wrapper for PHP you can explore and reach all TikTok REST API endpoints with ease. -Try our [Trial license plan](https://nextpost.tech/downloads/tiktok-rest-api/) and test all API endpoints before buying a license. +Try our [Trial license plan](https://evelode.com/downloads/tiktok-rest-api/) and test all API endpoints before buying a license. # Navigation @@ -25,7 +25,7 @@ If you want to install library **to exsiting project** using Composer: ```php cd /path-to-app/ -composer require nextpost-tech/tiktok-api-php +composer require evelode/tiktok-api-php ``` - `/path-to-app/` project folder with existing `composer.json` file @@ -41,14 +41,8 @@ If you want to install library **to new project** using Composer: ```php { "require": { - "nextpost-tech/tiktok-api-php": "^1.0.0" - }, - "repositories": [ - { - "type": "git", - "url": "git@github.com:nextpost-tech/tiktok-api-php.git" - } - ] + "evelode/tiktok-api-php": "^1.0.0" + } } ``` @@ -63,25 +57,25 @@ composer update # Authentication -Authentication occurs by passing the license key value through a query string named `license_key`, which can be purchased [here](https://nextpost.tech/downloads/tiktok-rest-api/). +Authentication occurs by passing the license key value through a query string named `license_key`, which can be purchased [here](https://evelode.com/downloads/tiktok-rest-api/). -API Server Url: `https://nextpost.tech/tiktok-api` +API Server Url: `https://tiktok.evelode.com/tiktok-api` # Rate Limits -The developer `license_key` gives the right to use all methods within the TikTok REST API by Nextpost.tech within the limit of requests for a specific period. Requests limit based on your license length and will be flushed when you renew or upgrade your license. Empty or invalid responses doesn't affect requests counter. +The developer `license_key` gives the right to use all methods within the TikTok REST API within the limit of requests for a specific period. Requests limit based on your license length and will be flushed when you renew or upgrade your license. Empty or invalid responses doesn't affect requests counter. -Every license plan also have a requests per minute rate limit. More info about license plans you can check [here](https://nextpost.tech/downloads/tiktok-rest-api/). +Every license plan also have a requests per minute rate limit. More info about license plans you can check [here](https://evelode.com/downloads/tiktok-rest-api/). # License -You can buy a valid `license_key` for TikTok REST API by Nextpost.tech [here](https://nextpost.tech/downloads/tiktok-rest-api/). This license based on period of usage and requests count. +You can buy a valid `license_key` for TikTok REST API [here](https://evelode.com/downloads/tiktok-rest-api/). This license based on period of usage and requests count. -**Demo Access**: We offer a Trial access with limited requests count, if you want to test REST API you can get license key [here](https://nextpost.tech/downloads/tiktok-rest-api/). Trial license can't be renewed, but can be upgraded to another licenses types. +**Demo Access**: We offer a Trial access with limited requests count, if you want to test REST API you can get license key [here](https://evelode.com/downloads/tiktok-rest-api/). Trial license can't be renewed, but can be upgraded to another licenses types. # Support -This is a developer's portal for TikTok REST API wrapper for PHP and should not be used for support. Please [contact us via website chat](https://nextpost.tech/#chatraChatExpanded) if you need to submit a support request or have any question about API functionality. +This is a developer's portal for TikTok REST API wrapper for PHP and should not be used for support. Please [contact us via website chat](https://evelode.com/#chatraChatExpanded) if you need to submit a support request or have any question about API functionality. # Endpoints diff --git a/composer.json b/composer.json index 7eaa37e..5d9f87d 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { - "name": "nextpost-tech/tiktok-api-php", + "name": "evelode/tiktok-api-php", "description": "TikTok REST API wrapper for PHP", - "homepage": "https://github.com/nextpost-tech/tiktok-api-php", + "homepage": "https://github.com/evelode/tiktok-api-php", "type": "library", "require": { "php": ">=7.0", @@ -17,9 +17,9 @@ "license": "MIT", "authors": [ { - "name": "Nextpost.tech", - "email": "contact@nextpost.tech", - "homepage": "https://nextpost.tech", + "name": "Evelode", + "email": "contact@evelode.com", + "homepage": "https://evelode.com", "role": "Developer" } ], diff --git a/examples/getCommentsByID.php b/examples/getCommentsByID.php index 929f50a..5cd6a24 100644 --- a/examples/getCommentsByID.php +++ b/examples/getCommentsByID.php @@ -4,7 +4,7 @@ // API Configuration $debug = false; // Debug mode -$licenseKey = ''; // Your own unique license key, which can be purchased here (https://nextpost.tech/downloads/tiktok-rest-api/) +$licenseKey = ''; // Your own unique license key, which can be purchased here (https://evelode.com/downloads/tiktok-rest-api/) // Request parameters $video_id = ''; // TikTok video ID. diff --git a/examples/getCommentsByUrl.php b/examples/getCommentsByUrl.php index 6362b2b..41415e7 100644 --- a/examples/getCommentsByUrl.php +++ b/examples/getCommentsByUrl.php @@ -4,7 +4,7 @@ // API Configuration $debug = false; // Debug mode -$licenseKey = ''; // Your own unique license key, which can be purchased here (https://nextpost.tech/downloads/tiktok-rest-api/) +$licenseKey = ''; // Your own unique license key, which can be purchased here (https://evelode.com/downloads/tiktok-rest-api/) // Request parameters $video_url = ''; // TikTok video Url. diff --git a/examples/getNoWatermarkUrl.php b/examples/getNoWatermarkUrl.php index ecd07ef..fcd16f0 100644 --- a/examples/getNoWatermarkUrl.php +++ b/examples/getNoWatermarkUrl.php @@ -4,7 +4,7 @@ // API Configuration $debug = false; // Debug mode -$licenseKey = ''; // Your own unique license key, which can be purchased here (https://nextpost.tech/downloads/tiktok-rest-api/) +$licenseKey = ''; // Your own unique license key, which can be purchased here (https://evelode.com/downloads/tiktok-rest-api/) // Request parameters $video_url = ''; // TikTok video URL. diff --git a/examples/getNoWatermarkUrlByID.php b/examples/getNoWatermarkUrlByID.php index a5470a0..393bd04 100644 --- a/examples/getNoWatermarkUrlByID.php +++ b/examples/getNoWatermarkUrlByID.php @@ -4,7 +4,7 @@ // API Configuration $debug = false; // Debug mode -$licenseKey = ''; // Your own unique license key, which can be purchased here (https://nextpost.tech/downloads/tiktok-rest-api/) +$licenseKey = ''; // Your own unique license key, which can be purchased here (https://evelode.com/downloads/tiktok-rest-api/) // Request parameters $video_id = ''; // TikTok video ID. diff --git a/examples/getUnshortenedUrl.php b/examples/getUnshortenedUrl.php index 5d94df3..1c92dcf 100644 --- a/examples/getUnshortenedUrl.php +++ b/examples/getUnshortenedUrl.php @@ -4,7 +4,7 @@ // API Configuration $debug = false; // Debug mode -$licenseKey = ''; // Your own unique license key, which can be purchased here (https://nextpost.tech/downloads/tiktok-rest-api/) +$licenseKey = ''; // Your own unique license key, which can be purchased here (https://evelode.com/downloads/tiktok-rest-api/) // Request parameters $video_url = ''; // TikTok video URL. diff --git a/examples/getVideoByID.php b/examples/getVideoByID.php index 4eb8de8..973f3cc 100644 --- a/examples/getVideoByID.php +++ b/examples/getVideoByID.php @@ -4,7 +4,7 @@ // API Configuration $debug = false; // Debug mode -$licenseKey = ''; // Your own unique license key, which can be purchased here (https://nextpost.tech/downloads/tiktok-rest-api/) +$licenseKey = ''; // Your own unique license key, which can be purchased here (https://evelode.com/downloads/tiktok-rest-api/) // Request parameters $video_id = ''; // TikTok video ID. diff --git a/examples/getVideoByUrl.php b/examples/getVideoByUrl.php index 8276929..0d4f516 100644 --- a/examples/getVideoByUrl.php +++ b/examples/getVideoByUrl.php @@ -4,7 +4,7 @@ // API Configuration $debug = false; // Debug mode -$licenseKey = ''; // Your own unique license key, which can be purchased here (https://nextpost.tech/downloads/tiktok-rest-api/) +$licenseKey = ''; // Your own unique license key, which can be purchased here (https://evelode.com/downloads/tiktok-rest-api/) // Request parameters $video_url = ''; // TikTok video URL. diff --git a/examples/searchLive.php b/examples/searchLive.php index 051c6a2..32ba505 100644 --- a/examples/searchLive.php +++ b/examples/searchLive.php @@ -4,7 +4,7 @@ // API Configuration $debug = false; // Debug mode -$licenseKey = ''; // Your own unique license key, which can be purchased here (https://nextpost.tech/downloads/tiktok-rest-api/) +$licenseKey = ''; // Your own unique license key, which can be purchased here (https://evelode.com/downloads/tiktok-rest-api/) // Request parameters $keyword = ''; // Any text or keyword. diff --git a/examples/searchMusic.php b/examples/searchMusic.php index acfb9f2..fc75860 100644 --- a/examples/searchMusic.php +++ b/examples/searchMusic.php @@ -4,7 +4,7 @@ // API Configuration $debug = false; // Debug mode -$licenseKey = ''; // Your own unique license key, which can be purchased here (https://nextpost.tech/downloads/tiktok-rest-api/) +$licenseKey = ''; // Your own unique license key, which can be purchased here (https://evelode.com/downloads/tiktok-rest-api/) // Request parameters $keyword = ''; // Any text or keyword. diff --git a/examples/searchUser.php b/examples/searchUser.php index 7474b46..a74e3ba 100644 --- a/examples/searchUser.php +++ b/examples/searchUser.php @@ -4,7 +4,7 @@ // API Configuration $debug = false; // Debug mode -$licenseKey = ''; // Your own unique license key, which can be purchased here (https://nextpost.tech/downloads/tiktok-rest-api/) +$licenseKey = ''; // Your own unique license key, which can be purchased here (https://evelode.com/downloads/tiktok-rest-api/) // Request parameters $keyword = ''; // Any text or keyword. diff --git a/examples/searchVideo.php b/examples/searchVideo.php index 18d91dc..8c59278 100644 --- a/examples/searchVideo.php +++ b/examples/searchVideo.php @@ -4,7 +4,7 @@ // API Configuration $debug = false; // Debug mode -$licenseKey = ''; // Your own unique license key, which can be purchased here (https://nextpost.tech/downloads/tiktok-rest-api/) +$licenseKey = ''; // Your own unique license key, which can be purchased here (https://evelode.com/downloads/tiktok-rest-api/) // Request parameters $keyword = ''; // Any text or keyword. diff --git a/src/Request.php b/src/Request.php index 38c97b1..b6bf293 100644 --- a/src/Request.php +++ b/src/Request.php @@ -20,7 +20,7 @@ class Request * API Base url * @var string */ - const API_BASE = "https://nextpost.tech/tiktok-api/"; + const API_BASE = "https://tiktok.evelode.com/tiktok-api/"; /** * The TikTok class instance we belong to. diff --git a/src/TikTok.php b/src/TikTok.php index e74cc9b..0ed00d2 100644 --- a/src/TikTok.php +++ b/src/TikTok.php @@ -6,8 +6,7 @@ /** * TikTok REST API wrapper for PHP * - * @version 1.0.2 - * @author Nextpost.tech (https://nextpost.tech/downloads/tiktok-rest-api/) + * @author Evelode (https://evelode.com/downloads/tiktok-rest-api/) */ class TikTok {