An open API service indexing awesome lists of open source software.

https://github.com/hiqdev/hipanel-module-ipam

IPAM for HiPanel
https://github.com/hiqdev/hipanel-module-ipam

Last synced: 4 months ago
JSON representation

IPAM for HiPanel

Awesome Lists containing this project

README

          

# HiPanel IP Address Management

**IPAM for HiPanel**

[![Latest Stable Version](https://poser.pugx.org/hiqdev/hipanel-module-ipam/v/stable)](https://packagist.org/packages/hiqdev/hipanel-module-ipam)
[![Total Downloads](https://poser.pugx.org/hiqdev/hipanel-module-ipam/downloads)](https://packagist.org/packages/hiqdev/hipanel-module-ipam)
[![Build Status](https://img.shields.io/travis/hiqdev/hipanel-module-ipam.svg)](https://travis-ci.org/hiqdev/hipanel-module-ipam)
[![Scrutinizer Code Coverage](https://img.shields.io/scrutinizer/coverage/g/hiqdev/hipanel-module-ipam.svg)](https://scrutinizer-ci.com/g/hiqdev/hipanel-module-ipam/)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/hiqdev/hipanel-module-ipam.svg)](https://scrutinizer-ci.com/g/hiqdev/hipanel-module-ipam/)

[![Logo](https://raw.githubusercontent.com/hiqdev/hipanel-core/master/docs/logo.png)](https://hipanel.com/)

[HiPanel](http://hipanel.com) is next generation control panel for hosting, domains and more.

This package provides IP address management for HiPanel:

- IPs
- prefixes
- aggregates

## Installation

The preferred way to install this yii2-extension is through [composer](http://getcomposer.org/download/).

Either run

```sh
php composer.phar require "hiqdev/hipanel-module-ipam"
```

or add

```json
"hiqdev/hipanel-module-ipam": "*"
```

to the require section of your composer.json.

## License

This project is released under the terms of the BSD-3-Clause [license](LICENSE).
Read more [here](http://choosealicense.com/licenses/bsd-3-clause).

Copyright © 2021, HiQDev (http://hiqdev.com/)