Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

php-whois

Support php-whois developing
Collective - Host: opensource - https://opencollective.com/iodev-php-whois - Code: https://github.com/io-developer/php-whois

fix (readme): update changes

github.com/io-developer/php-whois - 916dfa2ecdd6113274da33ea4a050632d5bb349b authored almost 6 years ago
feat (loading): add CurlLoader

github.com/io-developer/php-whois - 4ef04955f3bed2371f5e91e742d5a922c1a11943 authored almost 6 years ago
feat (loading): change options in CurlLoader

github.com/io-developer/php-whois - 7744914f22343922efc0f9547725069b5bb8b8f4 authored almost 6 years ago
fix (travis): replace nightly to 7.3

github.com/io-developer/php-whois - f99ec9ebfcac70e6dce01bf20ed585b4078ad2e2 authored almost 6 years ago
fix (readme): remove multiple instantiating per example

github.com/io-developer/php-whois - 419ab6fe64281f1d92140e7ec4548d4eed3190e6 authored almost 6 years ago
feat (readme): add proxy section

github.com/io-developer/php-whois - 556791651c9b47473170c4f1d67b7c0b41a94961 authored almost 6 years ago
feat (loading): add DNS lookup timeout to SocketLoader

github.com/io-developer/php-whois - 84b11cb0acb61a7fd08eec43a108d80d300a9ac1 authored almost 6 years ago
feat (loading): add timeout to SocketLoader and throw detailed exceptions

github.com/io-developer/php-whois - c21852e7d9bd6b8fe4e9a2f0a737d06e5de09ec2 authored almost 6 years ago
fix (tld/requests): throw exception if no response

github.com/io-developer/php-whois - 25db222a1724728bb732cefe7e62ca1f033d1179 authored almost 6 years ago
fix (tld/config): replace .SITE host by IANA whois

github.com/io-developer/php-whois - 0755469781ac0a89130e8d250d09c6d240d2c550 authored almost 6 years ago
feat (tld/config): add .SITE zone (#47)

github.com/io-developer/php-whois - 96da7a5f2e9a2fb2ae2f7bb93f65eb3578a3ee6e authored almost 6 years ago
feat (tld/servers): add .blog whois server (#43)

github.com/io-developer/php-whois - 7cdbcf8f6816478c0c7ddff87b91dafcdefc867f authored about 6 years ago
test (tld/parsing): cover .NZ

github.com/io-developer/php-whois - eda732ddd68dd8e5a8d59d978c90ded75d23df43 authored about 6 years ago
feat (tld/parsing): improve parsing

github.com/io-developer/php-whois - aa60a4eaf9afacdd812beb28163840cf83a3c906 authored about 6 years ago
test (tld/parsing): cover codepen.io

github.com/io-developer/php-whois - 63b8019e428dd7b96b1f65421a1ed638ff8a2c16 authored about 6 years ago
refact (tld/parsing): improve states and name servers parsing

github.com/io-developer/php-whois - 2c632e405a634c5829e2e09feadff86cbf477485 authored about 6 years ago
fix (helpers): fix timezone parsing for php 5.4

github.com/io-developer/php-whois - 0fb0bbf38be9bd3949f522cbfa6ad75962285794 authored over 6 years ago
feat (tld/config): add .tech to server list (#39)

github.com/io-developer/php-whois - f63a3c17c7b710cf4c2b637b74d35854bce12dc0 authored over 6 years ago
test (tld/parsing): cover .CM

github.com/io-developer/php-whois - 628e674bdc9ec01305a0eeb2cc4b9d91f6686ae5 authored over 6 years ago
fix (helpers): pass valid date string

github.com/io-developer/php-whois - cbbdcd9411502126cd1fa4479229502b3dcccda8 authored over 6 years ago
feat (tld/parsing): improve indent parser and add response autofix

github.com/io-developer/php-whois - bcd4504a1260a0db591ce563ec91cd7e4d34be05 authored over 6 years ago
fix (tld/parsing): use 'NOT ALLOWED' as not registered state

github.com/io-developer/php-whois - 6b116d4e770f3a6b404e9e025cd1c8f610575c51 authored over 6 years ago
fix (tld/servers): don't match ".*.com" for "domain.com"

github.com/io-developer/php-whois - 5670ed6710f12081fa9b3d6b47639ae03926dd56 authored over 6 years ago
feat (tld): get last used servers and keep ordering

github.com/io-developer/php-whois - 8f620163da45cac2f0671f54d161b868af40ce6d authored over 6 years ago
feat (tld/parsing): get used parser type in DomainInfo

github.com/io-developer/php-whois - fddcff3abe65dc64333353c02083cd1bc847bc88 authored over 6 years ago
feat (tld/parsing): add getType() to Parsers

github.com/io-developer/php-whois - ed4d1206fd04d29bb2b7d27d450a59744e56c1f2 authored over 6 years ago
test (tld/parsing): cover .BE

github.com/io-developer/php-whois - ee505dbf0bc643f9b9feada952309294378dfd4b authored over 6 years ago
feat (tld/parsing): add additional status parsing to IndentParser

github.com/io-developer/php-whois - fb2fe28d87584feb1e901c21f873c66995300b8b authored over 6 years ago
fix (tld/config): change .COM server to official whois.verisign-grs.com

github.com/io-developer/php-whois - 4b034f022db1ec08bf544d97a804dfe4675c5175 authored over 6 years ago
fix (loading): remove debug answer writing to file

github.com/io-developer/php-whois - df1d36c2d1219588dabffa96a4e15d55e61d4ec5 authored over 6 years ago
test (tld/parsing): fix empty owner by parsed for .ST

github.com/io-developer/php-whois - 983f4dcfca8b1eefd55c230d826ab9e360cc62cf authored over 6 years ago
feat (tld/parsing): add new default AutoParser

github.com/io-developer/php-whois - 86c647a37c25733c8c57a3f7aaced732961d5537 authored over 6 years ago
fix (tld/parsing): remove duplicates in parsed states

github.com/io-developer/php-whois - 0499c6e60b9d290c2db3e4ebdf3003447edf7747 authored over 6 years ago
fix (tld/parsing): replace default nulls by empty strings

github.com/io-developer/php-whois - 3555ac1a5c3b86d1bbea496f0f674076acbbdf93 authored over 6 years ago
feat (tld): calc valuation for DomainInfo

github.com/io-developer/php-whois - 5ecfb9228ffb82242ca54b236de48f11b7db37fb authored over 6 years ago
refact (tld/parsing): split BlockParser to methods

github.com/io-developer/php-whois - 48e012c973834221bf1ca3b291f0f46677063800 authored over 6 years ago
refact (tld/parsing): reorder value resolving in BlockParser

github.com/io-developer/php-whois - 78cfd2c066c47ea0b1523230004cf19823b4bb7c authored over 6 years ago
refact (tld/parsing): refactor CommonParser

github.com/io-developer/php-whois - 43f88580e3830c9a8090510fbb8bcaac2e5db77a authored over 6 years ago
feat (tld): add isEmpty() and is isValuable() for DomainInfo

github.com/io-developer/php-whois - 8931a4af29142856b219c837f08a6257a5716c9e authored over 6 years ago
fix (helpers): fix filterHasHeader in GroupFilter

github.com/io-developer/php-whois - bda5d048dd57a0b2c1bacc96d41e50752b5dbbd3 authored over 6 years ago
refact (helpers): remove unused code

github.com/io-developer/php-whois - b8f55e1dd014db218d363066f5ce7a91611a7940 authored over 6 years ago
refact (tld/parsing): replace old code in BlockParser

github.com/io-developer/php-whois - 15a476ef8494dc740e279a6c0a2661871e0d5566 authored over 6 years ago
refact (tld/parsing): refact Group* methods

github.com/io-developer/php-whois - ac89e316bbb50743103464c390a3044f34e41a90 authored over 6 years ago
refact (tld/parsing): add filters into GroupSelector

github.com/io-developer/php-whois - df5b7c29bd90c46c82ae596c673efd737b9b7d49 authored over 6 years ago
refact (tld/parsing): replace old code by Group* in CommonParser

github.com/io-developer/php-whois - a748f86762ac702b71aee413b04c9eea22ab679b authored over 6 years ago
feat (tld/parsing): add GroupSelector

github.com/io-developer/php-whois - 5ea4ceb20855e5f944624e251d51a0b0ef7ee0a5 authored over 6 years ago
refact (helpers): improve GroupHelper

github.com/io-developer/php-whois - 25c9698d8cd891af12b17635cb9d31c79653f7f1 authored over 6 years ago
refact (helpers): improve domain correction

github.com/io-developer/php-whois - 2a13c4144a99abb04ffbd6e6977d7003a7bf44c0 authored over 6 years ago
refact (tld/parsing): extract trait from GroupFilter and refact

github.com/io-developer/php-whois - 508e45658edadd29ca897b082e7a1d24e571c238 authored over 6 years ago
refact (tld/parsing): refact GroupFilter

github.com/io-developer/php-whois - d0c9606cb5d323915f89f537121d1cf25c866b0d authored over 6 years ago
refact (tld/parsing): replace groups filtering by GroupFilter

github.com/io-developer/php-whois - d30b49d6f3c26d960df1b6caf3dbe802dda81b3f authored over 6 years ago
refact (tld/parsing): move groups parsing to ParserHelper

github.com/io-developer/php-whois - 597bb9d6b1aaab46cf27fc9d87f5e68c32d6ce14 authored over 6 years ago
refact (tld/parsing): move renderSubsets to GroupHelper

github.com/io-developer/php-whois - 34269eb7629b4319947ab15814e8c35644cb7d1c authored over 6 years ago
refact (tld/parsing): unify group parsing

github.com/io-developer/php-whois - afa5ba3a8138619ac77965e7e3a2ceca53286180 authored over 6 years ago
refact (tld/parsing): move states parsing to ParserHelper

github.com/io-developer/php-whois - 0a57fce046eb650eeebd7a7ee9014c74c8a36c18 authored over 6 years ago
refact (tld/parsing): unify group parsing for block and common parsers

github.com/io-developer/php-whois - 4421433db379d5b2a796e0ae162bf4f5dd041922 authored over 6 years ago
fix (test): rename class to TextHelperTest

github.com/io-developer/php-whois - 924a008f7d39ec43ca2ca570264474c0924e3541 authored over 6 years ago
feat (tld/config): improve parser configs

github.com/io-developer/php-whois - 2631ab1ce04c8fdf7918fd4f791a1fec8e1cf402 authored over 6 years ago
feat (loading): suppress warnings and fix encoding

github.com/io-developer/php-whois - e0d37c629e6318bff8819ad4da08d58c41fcdc87 authored over 6 years ago
test (helpers): cover encoding fixing

github.com/io-developer/php-whois - 66b5b2e998e67a3ad0fb30690d8f67d99f57b6f3 authored over 6 years ago
feat (helpers): fix encoding in TextHelper

github.com/io-developer/php-whois - 570588771ffa6aae6afe3b3775259a7c768613e0 authored over 6 years ago
refact (tld/config): replace some hosts from IANA info

github.com/io-developer/php-whois - 1428519f2173ba0788ac173761a382f7a952b21e authored over 6 years ago
refact (tld/config): replace subdomain duplicates by wildcard

github.com/io-developer/php-whois - 7422d43a522454018cf01050dc9b788a47e93f24 authored over 6 years ago
refact (tld/config): resort servers by root domain

github.com/io-developer/php-whois - 289f32d3c0b54ebf904821a19c7eaac53c0dafbb authored over 6 years ago
docs (tld/server): add defining default/fallback servers

github.com/io-developer/php-whois - 653583759861033e5f0b9baaa31a97f209348f10 authored over 6 years ago
test (tld/server): cover server zone pattern matching

github.com/io-developer/php-whois - 6a64de34e1e808aca7400daa3c819aca906351be authored over 6 years ago
feat (tld/server): support server zone pattern and matching like .*.com

github.com/io-developer/php-whois - 09c834b9de83767a63680d94606dea3bf2e94535 authored over 6 years ago
refact (tld/server): improve server ordering

github.com/io-developer/php-whois - 6bc271752fbc8212666bccfde3849511bd89fe39 authored over 6 years ago
refact (tld/server): move zone matching from helper

github.com/io-developer/php-whois - 57c844a65fce18cc0a2a0880d29e85f95f245e9d authored over 6 years ago
test (tld/parsing): cover .EU zone

github.com/io-developer/php-whois - f2b9897ff56f25d48ba75dfc778d37f7d37994e2 authored over 6 years ago
fix (tld/parsing): skip comments in IndentParser

github.com/io-developer/php-whois - 12ff0481169a13845bcdcddb43c0edffd6690e49 authored over 6 years ago
tests (tld/config): add checking subzone duplicates

github.com/io-developer/php-whois - 2f80d2c99befbd13ac6ca31ef9678fb3ee42c005 authored over 6 years ago
refact (tld/config): remove subzones duplicating root host

github.com/io-developer/php-whois - cda75ff881f21d542d33c0674ed6881a40f58ee9 authored over 6 years ago
fix (helper): match .co zone in google.com.co

github.com/io-developer/php-whois - 2037a344642a71eb9fad69ac87983cb7c7b11351 authored over 6 years ago
feat (tld/config) add .shop zone (#28)

Signed-off-by:Timofey Vorobev <[email protected]>

github.com/io-developer/php-whois - 191a20f96621740d0b2914115023141f3c157b3a authored over 6 years ago
feat (tld/config): add .FUN whois server (#25)

github.com/io-developer/php-whois - 430a07a84b6a14ab8b96c05cc46243e105c46f3a authored over 6 years ago
docs (errors): add WhoisException case on loading

github.com/io-developer/php-whois - 71099e380426ba5e9dbdaef086ae9f9b8599a951 authored over 6 years ago
feat (loading): throw WhoisException on error answer

github.com/io-developer/php-whois - fda1cbac51e93a2081252d00af7827a1e96f8cdd authored over 6 years ago
fix (tld/parsing): handle non-array values in ParserHelper

github.com/io-developer/php-whois - 94e10aab0138a0ef5b47aef64b49cf82f2eda16d authored over 6 years ago
test (tld/parsing): add nintendo.it case

github.com/io-developer/php-whois - c78a006b654ce51d5c623bb1f1b5f924bd5524e2 authored over 6 years ago
fix (tld/parsing): correct getting of first array value

github.com/io-developer/php-whois - 2b74e87b0ddfdc5fae7db19bf4ba59bf8d823a85 authored over 6 years ago
fix (composer): omit version

github.com/io-developer/php-whois - 1011fdb7ce9fc7725916534f9df64bfab0c085d4 authored over 6 years ago
fix (config): remove wrong .me host

#21

github.com/io-developer/php-whois - cc8ff5a51cc619262cf5d296a05e887177c57756 authored over 6 years ago
fix (parsing): match key if colon is close to start

github.com/io-developer/php-whois - 7d8c473c69962eacaaa91715ad55ebe5fe8a3590 authored over 6 years ago
refact (tld/config): fix config names and namespace in full class names

github.com/io-developer/php-whois - 27b7e9fe36a7b2d318afb0552f54211bfb61acb5 authored over 6 years ago
test (tld/parsing): cover .it .pl .uk

github.com/io-developer/php-whois - aecfe799531f2a7167bc87f5e8537141c28d0145 authored over 6 years ago
feat (tld/parsing): create IndentParser

github.com/io-developer/php-whois - 6f50d075fbcd46a030266ab56c969d6c92bacd70 authored over 6 years ago
feat (parsing): extend ParserHelper methods

github.com/io-developer/php-whois - 0d90170e40799a1fd45b99307af6d0667df555ca authored over 6 years ago
refact (tld): fix name CommonTldParser -> CommonParser

github.com/io-developer/php-whois - 22761f34ef2d0894b13336638a43da46eaaaafb1 authored over 6 years ago
feat (parsing): make line splitting via ParserHelper

github.com/io-developer/php-whois - 4eb6069e5afa2700b1076850899ad6f374152057 authored over 6 years ago
feat (composer): update composer.json

github.com/io-developer/php-whois - 8dbffef3b1d9af1234f646a14417c4029321976b authored over 6 years ago
docs: add CODE_OF_CONDUCT.md and update README.md

github.com/io-developer/php-whois - 21c19e886e40d1a78cebe63d8a8c2fdac4b9c05b authored over 6 years ago
fix (tld/server): match TLD for unicode domains

github.com/io-developer/php-whois - 7ce06a4d01dd9090bc7831b400893b891c3cc9b5 authored over 6 years ago
docs (readme): update README.md

github.com/io-developer/php-whois - c8102ccd5a431eecd9df3aa4e59f9458c5497086 authored over 6 years ago
refact (tld/parsing): extract BlockParser registrar config

github.com/io-developer/php-whois - ffdc80a4dab5f6e933e3b9653ad4a6f5fa067ed9 authored over 6 years ago
refact (asn): extract server config

github.com/io-developer/php-whois - 5e6af8ef2740e89116d13b018e5e72740e671172 authored over 6 years ago
docs (readme): fix markup

github.com/io-developer/php-whois - b2c4796872241d4a291534585f355892d44ea0cb authored over 6 years ago
refact (tld): rename Parser -> TldParser

github.com/io-developer/php-whois - 25c46193f3a377be327c28fa0466c583216378b3 authored over 6 years ago
refact (tld): rename Server -> TldServer

github.com/io-developer/php-whois - 0744d12dcebade1da27cfb69fa07d009a0c0276f authored over 6 years ago
docs (readme): update README.md

github.com/io-developer/php-whois - e2cd56226d0056a10707c46d639277ba3ea115a8 authored over 6 years ago