Skip to content

Commit

Permalink
Rebranding
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeykomlev committed Feb 12, 2024
1 parent 52295ec commit b180684
Show file tree
Hide file tree
Showing 16 changed files with 35 additions and 42 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
38 changes: 16 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand All @@ -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": "[email protected]:nextpost-tech/tiktok-api-php.git"
}
]
"evelode/tiktok-api-php": "^1.0.0"
}
}
```

Expand All @@ -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

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
],
Expand Down
2 changes: 1 addition & 1 deletion examples/getCommentsByID.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion examples/getCommentsByUrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion examples/getNoWatermarkUrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion examples/getNoWatermarkUrlByID.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion examples/getUnshortenedUrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion examples/getVideoByID.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion examples/getVideoByUrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion examples/searchLive.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion examples/searchMusic.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion examples/searchUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion examples/searchVideo.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 1 addition & 2 deletions src/TikTok.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit b180684

Please sign in to comment.