isp-dnstool | sync DNSSEC data between ISPConfig and INWX Domain Registry
kandi X-RAY | isp-dnstool Summary
kandi X-RAY | isp-dnstool Summary
isp-dnstool is a PHP library. isp-dnstool has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.
A tool to sync DNSSEC data between ISPConfig and INWX Domain Registry
A tool to sync DNSSEC data between ISPConfig and INWX Domain Registry
Support
Quality
Security
License
Reuse
Support
isp-dnstool has a low active ecosystem.
It has 0 star(s) with 1 fork(s). There are 2 watchers for this library.
It had no major release in the last 6 months.
isp-dnstool has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of isp-dnstool is current.
Quality
isp-dnstool has 0 bugs and 0 code smells.
Security
isp-dnstool has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
isp-dnstool code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
isp-dnstool does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
isp-dnstool releases are not available. You will need to build from source code and install.
Installation instructions, examples and code snippets are available.
It has 856 lines of code, 107 functions and 17 files.
It has medium code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of isp-dnstool
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of isp-dnstool
isp-dnstool Key Features
No Key Features are available at this moment for isp-dnstool.
isp-dnstool Examples and Code Snippets
No Code Snippets are available at this moment for isp-dnstool.
Community Discussions
No Community Discussions are available at this moment for isp-dnstool.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install isp-dnstool
Clone this repository git clone https://github.com/SpicyWeb-de/isp-dnstool.git && cd isp-dnstool
Install dependencies composer install --no-dev
Create environment file for your settings and edit it with your favorite editor cp .env.dist .env vi .env | nano .env | subl .env | ...
Adjust Envfile permissions for security and script permissions for convenience chmod 600 .env && chmod 700 dnsapi.php
Ready to go
For documentation based type hint of array strucutres in attributes, parametes or return values I use PHPStorm with the plugin deep-assoc-completion. Please use the modules suggested PHPDoc notation for deep array structures to document collections wherever used. You may have noticed, that there already is a certain level of abstraction into classes each with a (mostly) distinct job. In some places this is better implemented than in others. For all future changes I have the Requirement to myself and every contributor to move the level of maintainable abstraction forward in a direction that might enable development of further sync jobs (domain contacts, ...) or working with other providers. ~~In the current codebase I don't see that options. My excues for that is, that this code was never meant to be a CLI tool. It started as a simple top-down sync script without any options nor configuration.~~ Since my initial commit to GitHub, I worked on furher abstraction of the provider-related code to the core CLI app. Using the remaining INWX related code as starting point it should be quite possible now to develop functions for furhter providers.
Fork this repository and clone your fork
Install dependencies with composer install
Develop your changes
Document added or changed code (see below)
Create a pull request and describe your changes, so I can comprehend your implementation
Install dependencies composer install --no-dev
Create environment file for your settings and edit it with your favorite editor cp .env.dist .env vi .env | nano .env | subl .env | ...
Adjust Envfile permissions for security and script permissions for convenience chmod 600 .env && chmod 700 dnsapi.php
Ready to go
For documentation based type hint of array strucutres in attributes, parametes or return values I use PHPStorm with the plugin deep-assoc-completion. Please use the modules suggested PHPDoc notation for deep array structures to document collections wherever used. You may have noticed, that there already is a certain level of abstraction into classes each with a (mostly) distinct job. In some places this is better implemented than in others. For all future changes I have the Requirement to myself and every contributor to move the level of maintainable abstraction forward in a direction that might enable development of further sync jobs (domain contacts, ...) or working with other providers. ~~In the current codebase I don't see that options. My excues for that is, that this code was never meant to be a CLI tool. It started as a simple top-down sync script without any options nor configuration.~~ Since my initial commit to GitHub, I worked on furher abstraction of the provider-related code to the core CLI app. Using the remaining INWX related code as starting point it should be quite possible now to develop functions for furhter providers.
Fork this repository and clone your fork
Install dependencies with composer install
Develop your changes
Document added or changed code (see below)
Create a pull request and describe your changes, so I can comprehend your implementation
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page