info.php 411 B

12345678910111213141516
  1. <?php
  2. declare(strict_types=1);
  3. return [
  4. 'id' => 'aliyun-idcard',
  5. 'name' => '身份证验证',
  6. 'is_core' => false,
  7. 'category' => 'other',
  8. 'description' => '验证姓名与身份证号是否一致,并且返回生日、性别,籍贯等信息',
  9. 'version' => '1.0.0',
  10. 'core_version' => '^1.0',
  11. 'author' => 'yourname',
  12. 'email' => '',
  13. 'website' => '',
  14. 'image' => '',
  15. 'license' => 'MIT',
  16. ];