Download the PHP package umpirsky/wisdom without Composer
On this page you can find all versions of the php package umpirsky/wisdom. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package wisdom
symfony upgrade fixer • twig gettext extractor • wisdom • centipede • permissions handler • extraload • gravatar • locurro • country list • transliterator
Wisdom 

Domain availability checker based on React/Whois.
Example
See more examples.
Adding support for a TLD
This example uses the ch
domain, replace .ch
with your own one.
-
First, create the test cases:
-
Run the tests to make sure they fail.
-
Identify a string in the
umpirsky-wisdom
variant that identifies the domain as available. -
Create the
Wisdom\Whois\Parser\Tld\Ch
class and implement theisAvailable
method. -
Run the tests to make sure they pass.
- Create a pull request on GitHub.
Tests
To run the test suite, you need PHPUnit.
$ phpunit