Download the PHP package dominicsayers/isemail without Composer

On this page you can find all versions of the php package dominicsayers/isemail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package isemail

is_email()

Copyright 2008-2016 Dominic Sayers [email protected]

https://isemail.info

BSD License (https://www.opensource.org/licenses/bsd-license.php)

How to use is_email()

  1. Add the downloaded file is_email.php to your project
  2. In your scripts use it like this:

  3. If you want to return detailed diagnostic error codes then you can ask is_email to do so. Something like this should work:

  4. Example scripts are in the extras folder

Version history

Date Component Version Notes
2016-12-07 (all) 3.0.7 Semantic version numbering
2016-12-05 (all) 3.06 Changed all http links to https. Updated my links. Updated copyright. Clarified license
2013-11-29 tests.xml 3.05 Changed Test #71 from ISEMAIL_RFC5321 to ISEMAIL_DEPREC
2013-11-29 meta.xml 3.05 Changed category of ISEMAIL_RFC5321_IPV6DEPRECATED to ISEMAIL_DEPREC
2011-07-14 tests.xml 3.04 Changed my link to https://isemail.info
2011-05-23 tests.xml 3.02 tests.php: Argument no longer passed by reference (deprecated). Test#32: Changed domain to c--n.com because g--a.com no longer has an MX record.
2010-11-15 meta.xml 3.03 Clarified definition of Valid for numpties
2010-10-18 tests.xml 3.0 New schema designed to enhance fault identification.
2010-10-18 is_email.php 3.0 Forensic categorization of email validity

All versions of isemail with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package dominicsayers/isemail contains the following files

Loading the files please wait ....