文件名称:wordpress-dot-org-api:WordPress.org API 的助手类
文件大小:9KB
文件格式:ZIP
更新时间:2024-07-11 15:59:45
PHP
WordPress.org API 助手 一个非常初级的 WordPress.org API 助手 要包含到您的项目中,请使用: "khromov/wordpress-dot-org-api" : "~1.0" 包装师: API 规范 代码示例 代码示例将很快提供。 /* Your Composer autoloader */ include 'vendor/autoload.php' ; use \ Khromov \ WordPressOrgAPI ; $ api = new WordPressOrgAPI (); /* Sets content-type to text/plain */ $ api -> set_headers (); /* Salts */ echo $ api -> call ( 'secret-key/1.0/' ); echo $ api -> c
【文件预览】:
wordpress-dot-org-api-master
----src()
--------WordPressOrgAPI.php(1KB)
----LICENSE(18KB)
----composer.json(242B)
----README.md(1KB)