Download the PHP package on-org/onlineproxy-api without Composer
On this page you can find all versions of the php package on-org/onlineproxy-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download on-org/onlineproxy-api
More information about on-org/onlineproxy-api
Files in on-org/onlineproxy-api
Informations about the package onlineproxy-api
OnlineProxy PHP API
A PHP wrapper for managing proxies from OnlineProxy.io.
🌟 Features
- 🌐 Proxy Management: Easily manage proxies from OnlineProxy.io in your PHP projects.
- 🛠️ Simple Integration: Straightforward setup and usage with clear, concise methods.
- 📚 Comprehensive API Support: Access to a wide range of API functionalities, including managing proxies, fetching user balance, and ordering proxies.
- 🐞 Bug Reporting: Quickly report issues through GitHub.
✨ Introduction
OnlineProxy PHP API
simplifies the integration of proxy management services into PHP applications. Its intuitive methods and straightforward design allow developers to focus on building applications without worrying about low-level HTTP integrations.
⚙️ Installation
To use the library in your PHP project, simply include the classes manually or through a PSR-4 autoloader (e.g., Composer):
🗂 Quick Setup
Initialize the API Client
🛠️ Methods
🌍 getProxyList
🌐 getProxy
- Description: Retrieves details about a specific proxy by its ID.
- Documentation: [ru] [en].
- Parameters:
id
(string): The ID of the proxy.
- Example:
💰 getUserBalance
🔄 rotateProxy
💬 createOrUpdateProxyComment
- Description: Adds or updates a comment for a specific proxy.
- Documentation: [ru] [en].
- Parameters:
id
(string): The ID of the proxy.comment
(string): The comment to add or update.
- Example:
📋 getAvailableProxiesForOrder
🛒 orderProxy
- Description: Orders a new proxy.
- Documentation: [ru] [en].
- Parameters:
orderData
(array): An array of order details.
- Example:
📊 getProxyTariffs
📚 Additional Resources
- OnlineProxy.io: Official website for managing proxies.
- GitHub Repository: View the source code and contribute to the project.
- Documentation: Comprehensive API documentation.
🐞 Reporting Issues
If you encounter any issues or have suggestions for improvements, please create an issue on our GitHub repository.
Happy coding with OnlineProxy PHP API
!
All versions of onlineproxy-api with dependencies
ext-json Version *