diff --git a/src/components/HomepageSDKs/index.js b/src/components/HomepageSDKs/index.js index 97d56db6..3aa2bcca 100644 --- a/src/components/HomepageSDKs/index.js +++ b/src/components/HomepageSDKs/index.js @@ -22,6 +22,12 @@ const FeatureList = [ description: <>Community SDK maintained by @shinyakato.dev, href: 'https://atprotodart.com/', }, + { + title: 'PHP', + Svg: require('@site/static/img/languages/php.svg').default, + description: <>Community SDK maintained by @shahmal1yev, + href: 'https://github.com/shahmal1yev/blueskysdk' + }, { title: 'Go', Svg: require('@site/static/img/languages/go.svg').default, diff --git a/static/img/languages/php.svg b/static/img/languages/php.svg new file mode 100644 index 00000000..596e480b --- /dev/null +++ b/static/img/languages/php.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file