PHPackages                             chandachewe/php-email-verification - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. chandachewe/php-email-verification

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

chandachewe/php-email-verification
==================================

This is the PHP package which allows the system to send verification emails to the new registered users. It uses PHPMAILER

v1.0.0(3y ago)14MITPHPPHP ^7.3|^8.0

Since Aug 3Pushed 3y ago1 watchersCompare

[ Source](https://github.com/chandachewe10/PHP-EMAIL-VERIFICATION)[ Packagist](https://packagist.org/packages/chandachewe/php-email-verification)[ RSS](/packages/chandachewe-php-email-verification/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

### EMAIL VERIFICATION IN PHP

[](#email-verification-in-php)

This repository was created by, and is maintained by Chanda Chewe. It is an email verification package in PHP which allows you to send verification emails to the new registered users.

### INSTALLATION

[](#installation)

If you have composer installed in your machine you can install this package by running `composer require chandachewe/php-email-verification` on your CLI.

### USE CASE

[](#use-case)

Navigate to `src/libs/config.php` and setup the configurations there. An example below is given for you

`EXAMPLE`

`Your Db credentials here`
define("DB\_HOST", "localhost");
define("DB\_USER", "root");
define("DB\_PASS", "test1234");
define("DB\_NAME", "users");
define("TABLE\_NAME", "registration");

`Define Your smtp Configurations here`
define("SMTP\_HOST", "smtp.google.com");
define("SMTP\_USER", "");
define("SMTP\_PASS", "\*\*\*\*\*\*\*\*\*\*\*");
define("SMTP\_SECURE", "ssl");
define("SMTP\_PORT", "465");
define("EMAIL\_SENDER\_NAME", "CHANDA CHEWE");

`VERIFYING URL`
define("URL","")

The `TABLE_NAME` defined should be the table where you will be storing registered users. This table should contain the `email,pass and verified_at` columns. You can start with with the `register.php` in the folder.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1376d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/676eb212f5dc38c0267b9e1b75c0024950e91329f80f3f862e2b64fb975a9e41?d=identicon)[chandachewe10](/maintainers/chandachewe10)

---

Top Contributors

[![chandachewe10](https://avatars.githubusercontent.com/u/82529756?v=4)](https://github.com/chandachewe10 "chandachewe10 (4 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/chandachewe-php-email-verification/health.svg)

```
[![Health](https://phpackages.com/badges/chandachewe-php-email-verification/health.svg)](https://phpackages.com/packages/chandachewe-php-email-verification)
```

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M228](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
