About

This package is 15.3 KB. It is available at http://archive.ubuntu.com/ubuntu/pool/universe/p/php-email-validator/php-email-validator_2.1.3-1_all.deb .

View its full control file here: debian/control.

Description

A library for validating emails against several RFCs

Relations

This package depends on: php-common, php-doctrine-lexer (>= 1.0.1), php-doctrine-lexer (<< 2~~).

This package does not recommend any other package.

This package suggests: php-intl.

This package does not conflict with any other package.

Package Contents

This package is indexed.

php-email-validator 2.1.3-1 is in ubuntu - bionic / universe. This package's architecture is: architectureless.

File Mime Type Owner Mode Size
/usr/ root:root 0o755
/usr/share/ root:root 0o755
/usr/share/doc/ root:root 0o755
/usr/share/doc/php-email-validator/ root:root 0o755
/usr/share/doc/php-email-validator/changelog.Debian.gz application/gzip root:root 0o644 1.0 KB
/usr/share/doc/php-email-validator/copyright text/plain root:root 0o644 1.3 KB
/usr/share/doc/php-email-validator/README.md text/plain root:root 0o644 3.8 KB
/usr/share/php/ root:root 0o755
/usr/share/php/Egulias/ root:root 0o755
/usr/share/php/Egulias/EmailValidator/ root:root 0o755
/usr/share/php/Egulias/EmailValidator/autoload.php text/x-php root:root 0o644 6.7 KB
/usr/share/php/Egulias/EmailValidator/EmailLexer.php text/x-php root:root 0o644 5.0 KB
/usr/share/php/Egulias/EmailValidator/EmailParser.php text/x-php root:root 0o644 2.6 KB
/usr/share/php/Egulias/EmailValidator/EmailValidator.php text/x-php root:root 0o644 1.2 KB
/usr/share/php/Egulias/EmailValidator/Exception/ root:root 0o755
/usr/share/php/Egulias/EmailValidator/Exception/AtextAfterCFWS.php text/x-php root:root 0o644 165 bytes
/usr/share/php/Egulias/EmailValidator/Exception/CharNotAllowed.php text/x-php root:root 0o644 174 bytes
/usr/share/php/Egulias/EmailValidator/Exception/CommaInDomain.php text/x-php root:root 0o644 181 bytes
/usr/share/php/Egulias/EmailValidator/Exception/ConsecutiveAt.php text/x-php root:root 0o644 156 bytes
/usr/share/php/Egulias/EmailValidator/Exception/ConsecutiveDot.php text/x-php root:root 0o644 158 bytes
/usr/share/php/Egulias/EmailValidator/Exception/CRLFAtTheEnd.php text/x-php root:root 0o644 156 bytes
/usr/share/php/Egulias/EmailValidator/Exception/CRLFX2.php text/x-php root:root 0o644 171 bytes
/usr/share/php/Egulias/EmailValidator/Exception/CRNoLF.php text/x-php root:root 0o644 154 bytes
/usr/share/php/Egulias/EmailValidator/Exception/DomainHyphened.php text/x-php root:root 0o644 165 bytes
/usr/share/php/Egulias/EmailValidator/Exception/DotAtEnd.php text/x-php root:root 0o644 151 bytes
/usr/share/php/Egulias/EmailValidator/Exception/DotAtStart.php text/x-php root:root 0o644 157 bytes
/usr/share/php/Egulias/EmailValidator/Exception/ExpectingATEXT.php text/x-php root:root 0o644 158 bytes
/usr/share/php/Egulias/EmailValidator/Exception/ExpectingAT.php text/x-php root:root 0o644 157 bytes
/usr/share/php/Egulias/EmailValidator/Exception/ExpectingCTEXT.php text/x-php root:root 0o644 158 bytes
/usr/share/php/Egulias/EmailValidator/Exception/ExpectingDomainLiteralClose.php text/x-php root:root 0o644 204 bytes
/usr/share/php/Egulias/EmailValidator/Exception/ExpectingDTEXT.php text/x-php root:root 0o644 157 bytes
/usr/share/php/Egulias/EmailValidator/Exception/ExpectingQPair.php text/x-php root:root 0o644 157 bytes
/usr/share/php/Egulias/EmailValidator/Exception/InvalidEmail.php text/x-php root:root 0o644 280 bytes
/usr/share/php/Egulias/EmailValidator/Exception/NoDNSRecord.php text/x-php root:root 0o644 236 bytes
/usr/share/php/Egulias/EmailValidator/Exception/NoDomainPart.php text/x-php root:root 0o644 155 bytes
/usr/share/php/Egulias/EmailValidator/Exception/NoLocalPart.php text/x-php root:root 0o644 153 bytes
/usr/share/php/Egulias/EmailValidator/Exception/UnclosedComment.php text/x-php root:root 0o644 175 bytes
/usr/share/php/Egulias/EmailValidator/Exception/UnclosedQuotedString.php text/x-php root:root 0o644 171 bytes
/usr/share/php/Egulias/EmailValidator/Exception/UnopenedComment.php text/x-php root:root 0o644 174 bytes
/usr/share/php/Egulias/EmailValidator/Parser/ root:root 0o755
/usr/share/php/Egulias/EmailValidator/Parser/DomainPart.php text/x-php root:root 0o644 11.9 KB
/usr/share/php/Egulias/EmailValidator/Parser/LocalPart.php text/x-php root:root 0o644 4.4 KB
/usr/share/php/Egulias/EmailValidator/Parser/Parser.php text/x-php root:root 0o644 6.3 KB
/usr/share/php/Egulias/EmailValidator/Validation/ root:root 0o755
/usr/share/php/Egulias/EmailValidator/Validation/DNSCheckValidation.php text/x-php root:root 0o644 1.5 KB
/usr/share/php/Egulias/EmailValidator/Validation/EmailValidation.php text/x-php root:root 0o644 751 bytes
/usr/share/php/Egulias/EmailValidator/Validation/Error/ root:root 0o755
/usr/share/php/Egulias/EmailValidator/Validation/Error/RFCWarnings.php text/x-php root:root 0o644 219 bytes
/usr/share/php/Egulias/EmailValidator/Validation/Error/SpoofEmail.php text/x-php root:root 0o644 258 bytes
/usr/share/php/Egulias/EmailValidator/Validation/Exception/ root:root 0o755
/usr/share/php/Egulias/EmailValidator/Validation/Exception/EmptyValidationList.php text/x-php root:root 0o644 313 bytes
/usr/share/php/Egulias/EmailValidator/Validation/MultipleErrors.php text/x-php root:root 0o644 498 bytes
/usr/share/php/Egulias/EmailValidator/Validation/MultipleValidationWithAnd.php text/x-php root:root 0o644 2.5 KB
/usr/share/php/Egulias/EmailValidator/Validation/NoRFCWarningsValidation.php text/x-php root:root 0o644 794 bytes
/usr/share/php/Egulias/EmailValidator/Validation/RFCValidation.php text/x-php root:root 0o644 957 bytes
/usr/share/php/Egulias/EmailValidator/Validation/SpoofCheckValidation.php text/x-php root:root 0o644 1003 bytes
/usr/share/php/Egulias/EmailValidator/Warning/ root:root 0o755
/usr/share/php/Egulias/EmailValidator/Warning/AddressLiteral.php text/x-php root:root 0o644 251 bytes
/usr/share/php/Egulias/EmailValidator/Warning/CFWSNearAt.php text/x-php root:root 0o644 221 bytes
/usr/share/php/Egulias/EmailValidator/Warning/CFWSWithFWS.php text/x-php root:root 0o644 237 bytes
/usr/share/php/Egulias/EmailValidator/Warning/Comment.php text/x-php root:root 0o644 209 bytes
/usr/share/php/Egulias/EmailValidator/Warning/DeprecatedComment.php text/x-php root:root 0o644 210 bytes
/usr/share/php/Egulias/EmailValidator/Warning/DomainLiteral.php text/x-php root:root 0o644 234 bytes
/usr/share/php/Egulias/EmailValidator/Warning/DomainTooLong.php text/x-php root:root 0o644 258 bytes
/usr/share/php/Egulias/EmailValidator/Warning/EmailTooLong.php text/x-php root:root 0o644 286 bytes
/usr/share/php/Egulias/EmailValidator/Warning/IPV6BadChar.php text/x-php root:root 0o644 249 bytes
/usr/share/php/Egulias/EmailValidator/Warning/IPV6ColonEnd.php text/x-php root:root 0o644 260 bytes
/usr/share/php/Egulias/EmailValidator/Warning/IPV6ColonStart.php text/x-php root:root 0o644 264 bytes
/usr/share/php/Egulias/EmailValidator/Warning/IPV6Deprecated.php text/x-php root:root 0o644 244 bytes
/usr/share/php/Egulias/EmailValidator/Warning/IPV6DoubleColon.php text/x-php root:root 0o644 255 bytes
/usr/share/php/Egulias/EmailValidator/Warning/IPV6GroupCount.php text/x-php root:root 0o644 250 bytes
/usr/share/php/Egulias/EmailValidator/Warning/IPV6MaxGroups.php text/x-php root:root 0o644 269 bytes
/usr/share/php/Egulias/EmailValidator/Warning/LabelTooLong.php text/x-php root:root 0o644 233 bytes
/usr/share/php/Egulias/EmailValidator/Warning/LocalTooLong.php text/x-php root:root 0o644 302 bytes
/usr/share/php/Egulias/EmailValidator/Warning/NoDNSMXRecord.php text/x-php root:root 0o644 260 bytes
/usr/share/php/Egulias/EmailValidator/Warning/ObsoleteDTEXT.php text/x-php root:root 0o644 252 bytes
/usr/share/php/Egulias/EmailValidator/Warning/QuotedPart.php text/x-php root:root 0o644 270 bytes
/usr/share/php/Egulias/EmailValidator/Warning/QuotedString.php text/x-php root:root 0o644 261 bytes
/usr/share/php/Egulias/EmailValidator/Warning/TLD.php text/x-php root:root 0o644 188 bytes
/usr/share/php/Egulias/EmailValidator/Warning/Warning.php text/x-php root:root 0o644 510 bytes