Download the PHP package metaregistrar/sidndomainorder without Composer

On this page you can find all versions of the php package metaregistrar/sidndomainorder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package sidndomainorder

sidndomainorder

(english version below)

Dit script is gemaakt om klanten van SIDN te helpen om de facturatieperiode van hun portfolio van domeinnamen in bulk aan te passen

Het script maakt gebruikt van het rapport dat elke maandag van de SIDN site te downloaden is: DOMAIN_ORDER_FREQUENCY.

Snelstart: Download het rapport DOMAIN_ORDER_FREQUENCY van de SIDN registrar website, en start het script met de volgende parameters: php sidndomainorder.php analyze DOMAIN_ORDER_FREQUENCYxxxxxx.CSV

Hiermee start u een analyse van het bestand. De analyse geeft aan hoeveel domeinnamen op 1, 3 of 12-maands orderperiode staan, en in welke maanden u facturen kunt verwachten voor welke aantallen domeinnamen en bedragen. Ook geeft het script de toekomstig ingestelde ordertermijnen weer.

Daarna kunt u met de functie "distill" een bestand genereren van 1-maands en 3-maands domeinnamen, met de data waarop deze domeinnamen opnieuw worden gefactureerd. Dit bestand kunt u aanvullen met de maanden waarop u graag wilt dat de domeinnamen op 12-maands facturatie worden gezet. Gebruik daarna de functie "set12months" om deze wijziging daadwerkelijk uit te voeren. Het script wijzigt alleen die domeinnamen op die maanden die zijn gewenst

Het script heeft een aantal mogelijke parameters:

Dit script is getest op PHP versies tot en met 8.3. Gebruik composer install om vendor module php-epp-client te laden Let op: Zorg ervoor dat het IP adres dat je gebruikt is gewhitelist bij SIDN, anders werkt de EPP verbinding niet.

Voor vragen of problemen neem gerust contact op met Metaregistrar BV. Als u de EPP connectie die in dit script is opgenomen wilt gebruiken voor uw eigen software, klik dan hier: https://github.com/metaregistrar/php-epp-client

sidndomainorder

This script was made to help SIDN customers to bulk-change invoicing period of their portfolio of domain names

The script uses the reports DOMAIN_ORDER_FREQUENCY, that can be downloaded every monday from the SIDN website This report contains all the domain names in the portfolio along with their invoicing periods

Use the function "distill" to create a comprehensive report on the 1-month and 3-month domain names and when their orderperiods end. You can amend this report with the dates YOU want the domain names to be set to 12-month renewal.

This amended report can then be used with the function "set12month" to actually change the order periods of the selected domain names in the months that are desired.

The script uses the following parameters:


All versions of sidndomainorder with dependencies

PHP Build Version
Package Version
Requires metaregistrar/php-epp-client Version dev-master
ext-pcntl Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package metaregistrar/sidndomainorder contains the following files

Loading the files please wait ....