diff --git a/README.md b/README.md index 3117bba60b46dcc3d039ab34d1af23e93f8abc00..e3cb83eec37dc02855a9c1a82509bfab2783964c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,28 @@ Sky Walking for php SDK| [中文](README.md) ========== -# skywalking-php-sdk -A manual PHP tracing SDK, compatible with skywalking APM +**SkyWalking php SDK**: A client tool developed for PHP using SkyWalking APM tools. (It is a pity that it only supports writing log and checking curl currently.) +SkyWalking APM : https://github.com/OpenSkywalking/skywalking + +* Automatic probe for PHP. **You don't need to modify the application code.** + * It is a PHP extension developed by zendAPI. + * It can hook automatically for monnitoring nodes and collecting logs. + * It transfers with header informations automatically. +* Manual probe. + * It is a php extension and contains some php classes. + * It can compatible any versions of php.You can look over the codes in the class 'SkyWalking'. + * You need to add business codes to monnitor. + +# wiki document +* [WIKI](https://github.com/OpenSkywalking/skywalking/wiki) + + +# Using and installing +* php extensions(https://github.com/SkywalkingContrib/skywalking-php-sdk/tree/songzhian/sky-php7ext) +* php classes (https://github.com/SkywalkingContrib/skywalking-php-sdk/tree/songzhian/sdk-php) + +# Apply to +* version 1.0 applies to Skywalking 3.1 . + +# In the future. + * more php versions. + * more os.