mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	Merge pull request #1379 from Unleash/docs/php-compatibility-matrix
docs: update php compatibility matrix table
This commit is contained in:
		
						commit
						983fb948d0
					
				| @ -52,8 +52,8 @@ If you see an item marked with a ❌ that you would find useful, feel free to re | ||||
| | Capability                                                                                        | [Java](/sdks/java_sdk) | [Node.js](/sdks/node_sdk) | [Go](/sdks/go_sdk) | [Python](/sdks/python_sdk) | [Ruby](/sdks/ruby_sdk) | [.NET](/sdks/dot_net_sdk) | [PHP](/sdks/php_sdk) | [Rust](https://github.com/unleash/unleash-client-rust) | [Unleash Proxy](unleash-proxy.md) | | ||||
| |---------------------------------------------------------------------------------------------------|:----------------------:|:-------------------------:|:------------------:|:--------------------------:|:----------------------:|:-------------------------:|:--------------------:|:------------------------------------------------------:|:----------------------------------------:| | ||||
| | **Category: Initialization**                                                                      |                        |                           |                    |                            |                        |                           |                      |                                                        |                                          | | ||||
| | Async initialization                                                                              | ✅                     | ✅                        | ✅                 | ✅                         | ✅                     | ✅                        | ✅                   | ✅                                                     | N/A                                      | | ||||
| | Can block until synchronized                                                                      | ✅                     | ✅                        | ✅                 | ⭕                         | ⭕                     | ✅                        | ⭕                   | ⭕                                                     | N/A                                      | | ||||
| | Async initialization                                                                              | ✅                     | ✅                        | ✅                 | ✅                         | ✅                     | ✅                        | ❌                   | ✅                                                     | N/A                                      | | ||||
| | Can block until synchronized                                                                      | ✅                     | ✅                        | ✅                 | ⭕                         | ⭕                     | ✅                        | ✅                   | ⭕                                                     | N/A                                      | | ||||
| | Default refresh interval                                                                          | 10s                    | 15s                       | 15s                | 15s                        | 15s                    | 30s                       | 30s                  | 15s                                                    | 5s                                       | | ||||
| | Default metrics interval                                                                          | 60s                    | 60s                       | 60s                | 60s                        | 60s                    | 60s                       | 30s                  | 15s                                                    | 30s                                      | | ||||
| | Context provider                                                                                  | ✅                     | N/A                       | N/A                | N/A                        | N/A                    | ✅                        | ✅                   | N/A                                                    | N/A                                      | | ||||
| @ -63,7 +63,7 @@ If you see an item marked with a ❌ that you would find useful, feel free to re | ||||
| | Toggle Query: `project_name`                                                                      | ✅                     | ✅                        | ✅                 | ✅                         | ✅                     | ✅                        | N/A                  | ⭕                                                     |                                          | | ||||
| | **Category: Custom Headers**                                                                      |                        |                           |                    |                            |                        |                           |                      |                                                        |                                          | | ||||
| | static                                                                                            | ✅                     | ✅                        | ✅                 | ✅                         | ✅                     | ✅                        | ✅                   | ⭕                                                     | N/A                                      | | ||||
| | function                                                                                          | ✅                     | ✅                        | ⭕                 | ✅                         | ⭕                     | ✅                        | ⭕                   | ⭕                                                     | N/A                                      | | ||||
| | function                                                                                          | ✅                     | ✅                        | ⭕                 | ✅                         | ⭕                     | ✅                        | ✅                   | ⭕                                                     | N/A                                      | | ||||
| | **Category: Built-in strategies**                                                                 |                        |                           |                    |                            |                        |                           |                      |                                                        |                                          | | ||||
| | [Standard](../user_guide/activation_strategy#standard)                                            | ✅                     | ✅                        | ✅                 | ✅                         | ✅                     | ✅                        | ✅                   | ✅                                                     |                                          | | ||||
| | [Gradual rollout](../user_guide/activation_strategy#gradual-rollout)                              | ✅                     | ✅                        | ✅                 | ✅                         | ✅                     | ✅                        | ✅                   | ✅                                                     |                                          | | ||||
| @ -98,8 +98,8 @@ If you see an item marked with a ❌ that you would find useful, feel free to re | ||||
| | Basic usage metrics (yes/no)                                                                      | ✅                     | ✅                        | ✅                 | ✅                         | ✅                     | ✅                        | ✅                   | ✅                                                     |                                          | | ||||
| | [Impression data](../advanced/impression-data.md)                                                 | ⭕                     | ⭕                        | ⭕                 | ⭕                         | ⭕                     | ⭕                        | ⭕                   | ⭕                                                     | N/A                                         | | ||||
| | **Category: Bootstrap (beta)**                                                                    |                        |                           |                    |                            |                        |                           |                      |                                                        |                                          | | ||||
| | Bootstrap from file                                                                               | ✅                     | ✅                        | ⭕                 | ⭕                         | ✅                     | ⭕                        | ⭕                   | ⭕                                                     | ✅                                        | | ||||
| | Custom Bootstrap implementation                                                                   | ✅                     | ✅                        | ⭕                 | ⭕                         | ✅                     | ⭕                        | ⭕                   | ⭕                                                     | ✅                                        | | ||||
| | Bootstrap from file                                                                               | ✅                     | ✅                        | ⭕                 | ⭕                         | ✅                     | ⭕                        | ✅                   | ⭕                                                     | ✅                                        | | ||||
| | Custom Bootstrap implementation                                                                   | ✅                     | ✅                        | ⭕                 | ⭕                         | ✅                     | ⭕                        | ✅                   | ⭕                                                     | ✅                                        | | ||||
| 
 | ||||
| ## Community SDKs ❤️ {#community-sdks} | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user