Code Monkey home page Code Monkey logo

laravel-epp's Introduction

Laravel EPP

Latest Stable Version StyleCI

Currently being totally rewritten, getting rid of metaregistrar/php-epp-client dependency.

Installing

composer require "ywatchman/laravel-epp=dev-develop"
php artisan vendor:publish --provider="YWatchman\LaravelEPP\ServiceProvider"

Setup registry in config/epp.php

Append registrar to registrars array.

'sidn' => [
  'username' => env('SIDN_USERNAME'),
  'password' => env('SIDN_PASSWORD'),
  'hostname' => env('SIDN_HOSTNAME'),
  'port' => env('SIDN_PORT', 700),
  'timeout' => env('SIDN_TIMEOUT', 30),
],

Setup environment variables for registrar in environment file

SIDN_USERNAME=123456
SIDN_PASSWORD=superpass123!
SIDN_HOSTNAME=drs.domain-registry.nl

Start using Laravel EPP !

laravel-epp's People

Contributors

dvdheiden avatar williamdedwards avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

laravel-epp's Issues

Rewrite status

Hi,
I just want to ask if this repo is already rewritten or we should use metaregistrar/php-epp-client.

Thanks,

Error when getting domain information

Hello, I love your package and wanted to get some clarity. Whenever i try and use Epp::getDomainInfo('***.com') i get the following error
image

Also, is there a way to modify/edit a domain.
Thanks in advance

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.