{"id":13584728,"url":"https://github.com/phpipam/phpipam-agent","last_synced_at":"2026-01-23T06:49:21.423Z","repository":{"id":3042144,"uuid":"43700492","full_name":"phpipam/phpipam-agent","owner":"phpipam","description":"phpipam scan agent","archived":false,"fork":false,"pushed_at":"2024-07-24T19:00:35.000Z","size":265,"stargazers_count":92,"open_issues_count":41,"forks_count":43,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-04-07T05:36:15.218Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phpipam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-10-05T17:10:41.000Z","updated_at":"2025-03-30T19:57:05.000Z","dependencies_parsed_at":"2024-06-15T07:44:54.351Z","dependency_job_id":"5a0130b3-f196-493c-a082-c45d3bd0fa33","html_url":"https://github.com/phpipam/phpipam-agent","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/phpipam/phpipam-agent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpipam%2Fphpipam-agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpipam%2Fphpipam-agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpipam%2Fphpipam-agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpipam%2Fphpipam-agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phpipam","download_url":"https://codeload.github.com/phpipam/phpipam-agent/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpipam%2Fphpipam-agent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28682263,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T05:48:07.525Z","status":"ssl_error","status_checked_at":"2026-01-23T05:48:07.129Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T15:04:28.848Z","updated_at":"2026-01-23T06:49:21.415Z","avatar_url":"https://github.com/phpipam.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"## Description\nphpipam-agent is a scanning agent for a phpipam server to be deployed to remote servers\n\n## License\nphpipam is released under the GPL v3 license.  See misc/gpl-3.0.txt.\n\n## Requirements\n - 64bit PHP version 5.4+ with following modules\n    - pdo, pdo_mysql : Adds support for mysql connections (if type=mysql)\n    - gmp            : Adds support for dev-libs/gmp (GNU MP library) -\u003e to calculate IPv6 networks\n    - json           : Adds supports for JSON data-interexchange format\n    - pcntl          : Adds supports for threading via CLI ( not supported by windows )\n - PHP PEAR support (dev-php/pear)\n\n## Install\n\n```\ngit clone --recursive https://github.com/phpipam/phpipam-agent/ phpipam-agent\n```\n\nJust run index.php script with discover or update as argument.\n\n - Make sure this client has read/write access to main phpipam database.\n    ```SQL\n    GRANT SELECT on `phpipam`.* TO 'username'@'hostname' identified by \"password\";\n    GRANT INSERT,UPDATE on `phpipam`.`ipaddresses` TO 'username'@'hostname' identified by \"password\";\n    GRANT UPDATE on phpipam.scanAgents TO 'username'@'hostname' identified by \"password\";\n    ```\n - If you will remove inactive dhcp/autodiscovered also this is needed\n    ```SQL\n    GRANT DELETE on `phpipam`.`ipaddresses` TO 'username'@'hostname' identified by \"password\";\n    ```\n\n## Update\n\n```\ncd phpipam-agent\ngit pull\ngit submodule update --init --recursive\n```\n\n## Scheduled scans\nFor scheduled scans you have to run a script from cron. Add something like the following to your cron to scan\nevery 15 minutes:\n\n ```\n*/15 * * * * php /where/your/agent/index.php update\n*/15 * * * * php /where/your/agent/index.php discover\n```\n## Contact\n`miha.petkovsek@gmail.com`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphpipam%2Fphpipam-agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphpipam%2Fphpipam-agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphpipam%2Fphpipam-agent/lists"}