Giter VIP home page Giter VIP logo

getpinga / tembo Goto Github PK

View Code? Open in Web Editor NEW
11.0 11.0 0.0 577 KB

Tembo is a PHP EPP client that simplifies connections to any EPP server. Known for its power and flexibility, it seamlessly becomes an integral part of your workflow, enhancing the efficiency of your domain management tasks. Uncover the potential of Tembo and raise the bar for your EPP registrar operations today.

License: MIT License

PHP 100.00%
cctld epp epp-client epp-protocol epp-registry forth gtld nask php registry

tembo's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

tembo's Issues

hi there

do you have any solution to create own epp server for selling out slds domains,

just like it.com is doing?

domain:check avail can be true/false

Hi,

according to RFC 5731 domain check command returns an "avail" attribute that can be 0/1 or false/true.
In your EPP class, domainCheck() function type casts avail attribut as an integer, but that fails if answer contains false/true.

$domains[$i]['avail'] = (int)$cd->name->attributes()->avail;

on line 1085 should be

$domains[$i]['avail'] = (string)$cd->name->attributes()->avail;

and then this should be parsed outside or maybe it should be converted to boolean in this function...

Edit: I'm currently using the 'Generic RFC EPP' against 'CORE/Knipp' Registrar.

getting error

Warning: require_once(../vendor/autoload.php): failed to open stream: No such file or directory in /home/gatewaysparrowho/public_html/fred/examples/Hello.php on line 12

error on fred commands

Login Result: 1000: Command completed successfully ContactInfo Error: Command syntax error Logout Result: 1500: Command completed successfully; ending session

Rootpanel integration

Hello i need rootpanel integration for fossbilling
This is example from hopebilling rootpanel integration: link
This is mine api for domain API

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.