Download the PHP package mantoufan/yzhanip without Composer

On this page you can find all versions of the php package mantoufan/yzhanip. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package yzhanip

YZhanIP

Packagist License Packagist PHP Version Support
Crawl, match, parse IP or IP range, check if IP or range is in another range
Support IPv4, IPv6, IP Interval, Wildcard and CIDR
Check if IP is Cloudflare node IP, Google bot IP
爬取,正则匹配,解析 IP 和 IP 范围,检测 IP 或范围是否在另一个范围中
支持 IPv4,IPv6,区间、通配符或 CIDR 表示的 IP 范围
检测 IP 是否是 Cloudflare 节点或 Google 漫游器 IP

Install 安装

Usage 使用

In 包含

Check if an IP is included in an IP range

检测一个 IP 是否被 IP 范围包含

Check if an IP range is included in an IP range

检测一个 IP 范围被另一个 IP 范围包含

Check if a mixed array of IP / IP ranges is included in another mixed array of IP / IP ranges

检测一组 IP / IP 范围混合数组被另一组 IP / IP 范围混合数组包含

ToString 转为字符串

IP: to minimal form IP range: Wildcard / CIDR to Interval

IP:转为最简形式,IP 范围:区间、通配符、CIDR 转为区间

To Raw String

返回原始字符串

Filter 过滤

Retain items in a set of IP / IP ranges that are included in another set of IP / IP ranges

保留一组 IP / IP 范围中被另一组 IP / IP 范围中包含的项

Tracer 溯源

Check if the IP / IP range is Cloudflare node IP

检测 IP / IP 范围 是否是 Cloudflare 节点 IP

Check if the IP / IP range is Googlebot IP

检测 IP / IP 范围 是否是 Google 漫游器 IP

Check if the IP / IP range is in the URL content

检测 IP / IP 范围 是否在指定 URL 的内容中出现

Crawler 爬取

Extract IP / IP range array from URL

从 URL 中提取 IP / IP 范围为数组

Update Cache

更新缓存

Parser 解析

Get the type of IP / IP range

检测 IP / IP 范围的类型

Check the type of IP / IP range

判断 IP / IP 范围的类型

Get an IP / IP range array from HTML / TXT / JSON etc.

从 HTML / TXT / JSON 等内容中提取 IP / IP 范围为数组

Converter 转换

Convert IP to binary string

IP 转换为二进制字符串

Convert binary string to IP

二进制字符串转换为 IP

Convert CIDR to IP range

CIDR 转 IP 范围


All versions of yzhanip with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4
mantoufan/yzhancache Version ^1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package mantoufan/yzhanip contains the following files

Loading the files please wait ....