> For the complete documentation index, see [llms.txt](https://wechaturl.gitbook.io/wechaturl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wechaturl.gitbook.io/wechaturl/master.md).

# 微信域名防封接口(SDK)

## api for php SDK

#### 1.采用composer安装，复制下面的即可

```
composer require goodyes/wechat_url_check_preventing_blocked_api
```

{% hint style="info" %}
&#x20;<https://packagist.org/packages/goodyes/wechat_url_check_preventing_blocked_api>
{% endhint %}

#### 自己下载php源码

{% code title="  git clone <https://github.com/wechaturl/wechat_url_api.git>" %}

```bash
<?php
include_once 'src/businiao.lib/businiao.lib.php';
//require_once $_SERVER['DOCUMENT_ROOT'].'/vendor/autoload.php';
#下面就是你需要的使用api
#你可以看看我们提供的案例文件，甚至直接使用案例文件
?>
```

{% endcode %}

## api for JAVA SDK

> <https://github.com/wechaturl/wechat_url_api_java_sdk> &#x20;

### 其他编程语言

由于其他语言我们暂时没有提供SDK，不过你可以通过api文档进行编写调用我们的接口

### 关于语言文档

目前，我们已经支持English，中文，日语，韩语，法语和西班牙.你只需要更换你的浏览器语言即可实现其他的语言

### 法律和限制

你必须遵守我们的[法律条款](https://wechaturl.gitbook.io/wechaturl/end/blanklist)
