Download the PHP package cravelight/email-authentication-service without Composer
On this page you can find all versions of the php package cravelight/email-authentication-service. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cravelight/email-authentication-service
More information about cravelight/email-authentication-service
Files in cravelight/email-authentication-service
Download cravelight/email-authentication-service
More information about cravelight/email-authentication-service
Files in cravelight/email-authentication-service
Vendor cravelight
Package email-authentication-service
Short Description Email address authentication service
License MIT
Homepage https://github.com/cravelight/php-email-authentication-service
Package email-authentication-service
Short Description Email address authentication service
License MIT
Homepage https://github.com/cravelight/php-email-authentication-service
Keywords Authentication
Please rate this library. Is it a good library?
Informations about the package email-authentication-service
Email Authentication Service
Helper service to support the ability to:
- verify a user has access to an email address
- store and validate a user provided email/password combination
To use, simply install with Composer: composer require cravelight/phpunit-helpers
To make changes, after cloning:
- run
composer install
- copy
.env.example
to.env
and configure your db credentials - run
php vendor/bin/phinx migrate
- run tests
Automated Tests
To run automated test we are using the following frameworks:
- PHPUnit (testing framework)
- PHP dotenv (setting environment variables)
PHPStorm Configuration
To configure PHPStorm:
- Open Preferences and navigate to Languages and Frameworks → PHP → PHPUnit
- Under PHPUnit library, select Use custom autoloader
- Enter Path to script as
[path/to/project/vendor/autoload.php]
- In the Test Runner section, select Default bootstrap file and enter the
[path/to/project/tests/bootstrap.php]
- Apply your changes and exit Preferences
Command Line
When running from the command line use the following:
php [path/to/phpunit] --bootstrap [path/to/tests/bootstrap.php] --no-configuration [path/to/tests]
For additional information see: PHPUnit command line options
All versions of email-authentication-service with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0
vlucas/phpdotenv Version ^2.2
robmorgan/phinx Version ^0.5.5
nesbot/carbon Version ^1.21
illuminate/database Version ^5.2
vlucas/phpdotenv Version ^2.2
robmorgan/phinx Version ^0.5.5
nesbot/carbon Version ^1.21
illuminate/database Version ^5.2
The package cravelight/email-authentication-service contains the following files
Loading the files please wait ....