china-same-name | 中国同名同姓查询

 by   xu42 PHP Version: 0.0.2 License: MIT

kandi X-RAY | china-same-name Summary

kandi X-RAY | china-same-name Summary

china-same-name is a PHP library. china-same-name has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

中国同名同姓查询
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              china-same-name has a low active ecosystem.
              It has 36 star(s) with 4 fork(s). There are 2 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              china-same-name has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of china-same-name is 0.0.2

            kandi-Quality Quality

              china-same-name has 0 bugs and 0 code smells.

            kandi-Security Security

              china-same-name has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              china-same-name code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              china-same-name is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              china-same-name releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.
              china-same-name saves you 64 person hours of effort in developing the same functionality from scratch.
              It has 166 lines of code, 4 functions and 3 files.
              It has medium code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed china-same-name and discovered the below as its top functions. This is intended to give you an instant insight into china-same-name implemented functionality, and help decide if they suit your requirements.
            • Get area config
            • Make request .
            • Parse response .
            • Count the number of records .
            Get all kandi verified functions for this library.

            china-same-name Key Features

            No Key Features are available at this moment for china-same-name.

            china-same-name Examples and Code Snippets

            china-same-name,Contributing
            PHPdot img1Lines of Code : 26dot img1License : Permissive (MIT)
            copy iconCopy
            const CONFIG = [
                'henan' => [
                    ... //此处配置省略
                ],
                'taiwang' => [
                    // common 为本省一些通用的配置, 例如method\key\pattern等,优先级低于具体地级市配置
                    'common' => [
                        'method' => 'get',
                        'key' => 'data.count',
               
            china-same-name,Usage
            PHPdot img2Lines of Code : 12dot img2License : Permissive (MIT)
            copy iconCopy
            require_once 'vendor/autoload.php';
            
            // 查询在北京与张伟同名的人数
            $count = \Xu42\ChinaSameName\ChinaSameName::count('张伟', 'beijing');
            
            // 查询在河南全省与张伟同名的人数
            $count = \Xu42\ChinaSameName\ChinaSameName::count('张伟', 'henan');
            
            // 查询在河南郑州与张伟同名的人数
            $count = \Xu42\ChinaSa  
            china-same-name,Install
            PHPdot img3Lines of Code : 1dot img3License : Permissive (MIT)
            copy iconCopy
            $ composer require xu42/china-same-name
              

            Community Discussions

            No Community Discussions are available at this moment for china-same-name.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install china-same-name

            You can download it from GitHub.
            PHP requires the Visual C runtime (CRT). The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable for all these PHP versions, see visualstudio.microsoft.com. You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. The CRT installer supports the /quiet and /norestart command-line switches, so you can also script it.

            Support

            Fork me参考 henan.default , 补充完善 例如要添加台湾省的配置,需按照下列格式进行补充Pull Request
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/xu42/china-same-name.git

          • CLI

            gh repo clone xu42/china-same-name

          • sshUrl

            git@github.com:xu42/china-same-name.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link