You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 7, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: build/builders/domain.php
+50-48Lines changed: 50 additions & 48 deletions
Original file line number
Diff line number
Diff line change
@@ -17,52 +17,64 @@
17
17
18
18
namespaceblobfolio\dev;
19
19
20
+
use \blobfolio\bob\format;
21
+
use \blobfolio\bob\io;
22
+
use \blobfolio\bob\log;
20
23
use \blobfolio\common\mbasv_mb;
21
24
use \blobfolio\common\ref\sanitizeasr_sanitize;
22
-
use \blobfolio\bob\utility;
23
25
24
-
class domains extends \blobfolio\bob\base\build {
25
-
constNAME = 'domains';
26
+
class domain extends \blobfolio\bob\base\mike {
27
+
// Project Name.
28
+
constNAME = 'blob-domain';
29
+
constDESCRIPTION = 'blob-domain is a simple PHP library for parsing and validating domain names. It supports the full Public Suffix ruleset, translates Unicode to ASCII or vice versa (if the PHP extension INTL is present), and can break down a host into its constituent parts: subdomain, domain, and suffix.';
0 commit comments