Skip to content

Commit d5cbd0c

Browse files
committed
docs: Update README with improved structure and features list
1 parent 66063c3 commit d5cbd0c

File tree

1 file changed

+13
-19
lines changed

1 file changed

+13
-19
lines changed

README.md

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# VoltTest PHP SDK
22

3-
VoltTest is a powerful, easy-to-use performance testing SDK for PHP applications.
4-
Powered by a high-performance Golang engine running behind the scenes,
5-
it combines the ease of use of PHP with the raw power and concurrency capabilities of Go.
6-
This unique architecture enables you to create, run, and analyze performance tests with a fluent,
7-
intuitive API while leveraging Go's superior performance characteristics for the actual load generation.
3+
VoltTest is a high-performance PHP performance testing SDK powered by a Golang engine.
4+
It combines PHP’s simplicity with Go’s speed and concurrency, allowing you to define, run, and analyze tests with an intuitive API while leveraging Go for efficient load generation.
5+
6+
## Features
7+
- [x] Multiple Scenario Support with Weights – Run different test scenarios with custom weight distributions.
8+
- [x] Data Provider for Virtual Users - Assign dynamic data to virtual users for realistic test simulations.
9+
- [x] Extract Data from Requests – Capture and reuse response data in subsequent requests.
10+
- [x] Request Customization & Response Validation – Modify headers, payloads, and assert results.
11+
- [x] Think Time & Ramp-Up Configuration – Simulate real-user behavior.
12+
- [x] Detailed Reports & Distributed Execution – Scale tests and analyze results.
13+
- [x] Debug Requests - Inspect and troubleshoot request/response payloads easily.
14+
- [ ] Cloud Execution – Seamless cloud-based testing in progress.
15+
816

917
## Architecture
1018
VoltTest PHP SDK works as a bridge between your PHP application and the VoltTest Engine (written in Go). When you run a test:
@@ -25,20 +33,6 @@ Accurate timing and metrics collection
2533

2634
For detailed documentation, visit [https://php.volt-test.com](https://php.volt-test.com)
2735

28-
## Features
29-
30-
- Data Provider for Virtual Users
31-
- Comprehensive performance metrics
32-
- Multiple scenario support with weights
33-
- Request customization
34-
- Response validation
35-
- Think time simulation
36-
- Ramp-up configuration
37-
- Progress tracking
38-
- Detailed reports
39-
- Debug Requests
40-
- Easy-to-use API
41-
4236
## Requirements
4337

4438
- PHP 8.0 or higher

0 commit comments

Comments
 (0)