Download the PHP package peranetwork/viewstats-api without Composer
On this page you can find all versions of the php package peranetwork/viewstats-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download peranetwork/viewstats-api
More information about peranetwork/viewstats-api
Files in peranetwork/viewstats-api
Package viewstats-api
Short Description A PHP wrapper for the ViewStats API
License MIT
Informations about the package viewstats-api
ViewStats API Wrapper
This PHP wrapper provides an easy-to-use interface for interacting with the ViewStats API. It handles authentication, request sending, and response processing, including decryption of encrypted responses.
ViewStats is a platform for tracking and analyzing YouTube channel statistics. The API provides access to various data points, including channel information, video statistics, and more.
Address: ViewStats
Features
- Simple interface for making GET and POST requests to the ViewStats API
- Automatic handling of authentication tokens
- Built-in error handling and logging
- Decryption of encrypted API responses
- Easy integration into existing PHP projects
Requirements
- PHP 7.4 or higher
- cURL extension
- OpenSSL extension
Installation
You can install this package via Composer:
Usage
Basic usage
Making GET requests
Making POST requests
API Endpoints
Here are some example endpoints you can use with this wrapper:
GET Requests
-
Channel Information:
-
Channel About Me:
-
Channel Stats:
-
All-time Channel Stats:
-
Monthly Channel Stats:
-
Long and Short Videos:
-
Featured Video:
-
Channel Averages:
-
Channel Videos:
-
Channel Projections:
-
Similar Channels:
- Popular Channels:
POST Requests
-
Channel Rankings:
- Video Rankings:
Error Handling
The wrapper throws two types of exceptions:
APIException
: For general API errors, including HTTP errors.DecryptionException
: Specifically for errors during the decryption of API responses.
It's recommended to catch these exceptions separately to handle different types of errors appropriately.
Logging
The wrapper includes a basic logging mechanism. Logs are written to debug.log
in the project root. You can customize the logging behavior by modifying the Logger
class.
Security
- API tokens are sent securely in the request headers.
- Encrypted responses are automatically decrypted using AES-256-GCM.
- Sensitive data like API tokens should be stored securely and not hard-coded in your application.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
MIT License
Support
If you encounter any problems or have any questions, please open an issue on the GitHub repository.
All versions of viewstats-api with dependencies
ext-curl Version *
ext-json Version *
ext-openssl Version *