Skip to content

bd5872/phpipam

This branch is 430 commits behind phpipam/phpipam:master.

Folders and files

NameName
Last commit message
Last commit date
May 1, 2019
Mar 3, 2023
Jul 18, 2023
Apr 29, 2022
Feb 22, 2023
Jul 18, 2023
Jul 18, 2023
Aug 3, 2019
Nov 17, 2021
Mar 6, 2023
Aug 3, 2019
Dec 7, 2015
Dec 7, 2019
Nov 26, 2021
Nov 28, 2017
Nov 7, 2017
Mar 4, 2023
Oct 1, 2021
Jan 20, 2016
Apr 8, 2022
Dec 1, 2021
Feb 4, 2023
Mar 6, 2018

Repository files navigation

{php}IPAM

Website: https://phpipam.net/

Description

phpIPAM is an open-source web IP address management application. Its goal is to provide light and simple IP address management application. It is ajax-based using jQuery libraries, it uses php scripts and javascript and some HTML5/CSS3 features, so some modern browser is preferred to be able to display javascript quickly and correctly.

Links

Branches

  • MASTER: Current development release
  • 1.5: Productional branch for 1.5.x release
  • 1.4: Productional branch for 1.4.x release (obsolete)
  • 1.3: Productional branch for 1.3.x release (obsolete)
  • 1.2: Productional branch for 1.2.x release (obsolete)
  • Other branches: Feature testing

Supported PHP versions

phpIPAM has been developed and tested on the following PHP versions.
The use of untested PHP versions is unsupported and may result in compatibility issues.

  • MASTER: PHP versions 5.4 to 8.1 (8.x support work-in-progress)
  • 1.5.x: PHP versions 5.4 to 7.4
  • 1.4.x: PHP versions 5.4 to 7.4
  • 1.3.x: PHP versions 5.4 to 7.1

Supported MySQL / MariaDB versions

As of v1.6.0 support for utf8mb4 is mandatory: MySQL 5.5.3+
For best performance, Common Table Expressions (CTE) query support: MySQL 8.0+ / MariaDB 10.2.1+

I forgot my Admin password!?

Just run php functions/scripts/reset-admin-password.php in the cli and enter your new password

What are the credentials for a fresh install?

The Default credentials for a new instance of phpIPAM are the same as the credentials for the demo page: Admin / ipamadmin

Docker

Community maintained docker images are available at https://hub.docker.com/u/phpipam

Changelog

See misc/CHANGELOG

Roadmap

See misc/Roadmap

Security

See SECURITY.md

Contact

miha.petkovsek@gmail.com

Special thanks are going also to the Hosterdam team (http://www.hosterdam.com) for the VPS server that is used for development of phpIPAM and for demo site.

And also to all users that filed a bug report / feature report and helped with feature testing!

License

phpIPAM is released under the GPL v3 license, see misc/gpl-3.0.txt.

About

phpipam development repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 94.1%
  • JavaScript 5.5%
  • Other 0.4%