lovecn / check-sex-pic
此包最新版本(v1.0)没有提供许可证信息。
图片鉴黄
v1.0
2017-08-15 03:46 UTC
This package is not auto-updated.
Last update: 2024-09-15 03:34:27 UTC
README
如何创建一个自己的 Composer 库 提交PHP组件到Packagist 发布自己的Composer包 进入Packagist官网,登录您的账户,点击Submit
填写您提交到GitHub的仓库地址。点击Check,注意根目录下需要有 composer.json
Go to your GitHub repository Click the "Settings" button Click "Integrations & services" 选择 packagist Add a "Packagist" service, and configure it with your API token(https://packagist.org.cn/profile/), plus your Packagist username,domain is https://packagist.org.cn Check the "Active" box and submit the form
curl 自动更新 curl -XPOST -H'content-type:application/json' 'https://packagist.org.cn/api/update-package?username=lovecn&apiToken=API_TOKEN' -d'{"repository":{"url":"https://packagist.org.cn/packages/lovecn/check-sex-pic"}}'