janoszen/ipv6utils
最新稳定版本:1.0.0
Composer 安装命令:
composer require janoszen/ipv6utils
包简介
IPv6 utilities for PHP
关键字:
README 文档
README
The aim of this project is to provide an easily usable interface to IPv6 addresses and DNS queries. This code is written to help the wide spread implementation of IPv6 and is therefore available under a number of free / open source licenses. (See below for details.)
Working with the code
Working with the code is simple. You need to put it into whatever framework you are using and autoload the classes. It comes down to two classes:
- INET4Address - This is your IPv4 address.
- INET6Address - This is your IPv6 address.
More documentation: http://github.janoszen.com/PHPIPv6Utils/
Coding standards
The rules are pretty simple:
- All code is to be indented by exactly one tab per level. (Sorry space-fans, the tab character has been working in all editors for over a decade now.)
- All opening curly brackets are to be written on the same line as the statement before it.
- Use spaces before opening brackets, but not after them.
- Use spaces before and after the equals sign.
- No lines longer, than 120 characters.
- No magic! Clean, readable code!
- By the penalty of public harassment comment and unit test your code!
Contributing
If you have ideas for improvement, please submit an issue. If you have code to contribute, fork my project and then submit a pull request. I will attend to it as soon as possible.
By submitting a pull request, you agree, that all contributed code will be available under the terms of the copyright notice below. You grant the original author (János Pásztor) unrevocable rights to re-license the code under the terms of any open source license acknowledged as such by the Open Source Initiative.
Copyright
All original code in the src and tests directory is copyrighted by me (János Pásztor). All code contributed via GitHub pull requests is copyrighted by the original author.
All code in this repository is freely available under the terms of one of the following licenses:
- MIT License
- BSD Licence
- GNU General Public License v 2.0 or newer
- GNU Lesser General Public License v 2.1 or newer
Your choice. :)
janoszen/ipv6utils 适用场景与选型建议
janoszen/ipv6utils 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 15.61k 次下载、GitHub Stars 达 9, 最近一次更新时间为 2014 年 11 月 05 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「ipv6」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 janoszen/ipv6utils 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 janoszen/ipv6utils 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 janoszen/ipv6utils 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
A stand-alone class implementation of the IPv4+IPv6 IP+CIDR aggregator from CIDRAM.
PHP Library for manipulating network addresses (IPv4 and IPv6)
Manages IPv4 and IPv6 addresses and subnets
Official PHP SDK for the IPGeolocation.io IP Location API with single and bulk lookup support.
IP address and block classes for PHP
IPv4/IPv6 offline address database
统计信息
- 总下载量: 15.61k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-05