metaregistrar / php-epp-client

Object-oriented PHP EPP Client
https://www.metaregistrar.com/docs/
MIT License
213 stars 156 forks source link

Add support for the Norid (.no) registry #64

Closed alexrsagen closed 7 years ago

alexrsagen commented 7 years ago

I haven't tested all of the code, only the "check domain" call which worked fine. I don't see why the rest of the code wouldn't work though.

Would be nice if you could take a quick look and see if anything stands out or wouldn't work before merging. Thanks in advance.

alexrsagen commented 7 years ago

Found some bugs that need to be fixed. Commit is on the way.

alexrsagen commented 7 years ago

Updating to use traits instead of duplicating code.

metaregistrar commented 7 years ago

Hi Alexander,

Thanks for your contribution, i will review it asap.

metaregistrar commented 7 years ago

Hello Alexander,

I have merged your code to master and made a few changes (mostly in the traits) to make sure that all code inspections are green. Please test if everything still works with the master branch.