devsavage / slim4-authentication
An authentication system using Slim Framework v4
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=8.1
- guzzlehttp/guzzle: ^7.9
- guzzlehttp/psr7: ^2.7
- hassankhan/config: ^3.1
- illuminate/database: ^11.26
- mailgun/mailgun-php: ^4.3
- monolog/monolog: ^3.7
- php-di/slim-bridge: ^3.4
- phpmailer/phpmailer: ^6.9
- respect/validation: ^2.3
- robmorgan/phinx: ^0.16.5
- slim/csrf: ^1.5
- slim/flash: ^0.4.0
- slim/psr7: ^1.7
- slim/slim: ^4.14
- slim/twig-view: ^3.4
- symfony/console: ^7.1
- usarise/turnstile: ^0.5.3
- vlucas/phpdotenv: ^5.6
Requires (Dev)
- symfony/var-dumper: ^7.1
This package is auto-updated.
Last update: 2024-10-19 01:31:58 UTC
README
An authentication system using Slim 4 (in development)
Checkout the current roadmap for features.
Getting Started
Prerequisites
You will need the following to get started:
- Web Server
- PHP 8.1 or newer
- URL rewriting enabled
- SSL certification in production. Check out HTTPS Is Easy for additional help.
- Node
- Composer
Installation
Clone the project
$ git clone https://github.com/devsavage/slim4-authentication.git your-project-name
Install Composer dependencies
$ cd your-project-name && composer install
Install Node dependencies
$ npm install
Rename .env-example to .env
Update the .env file to your configuration
Publish database migrations
After your .env file's DB details are updated, run the command below
$ php .\vendor\bin\phinx migrate
Continued configuration
View the wiki for tips on finishing additional setup and view additional information on how to use this project.
Vulnerabilities
Please report any vulnerabilities using the information found at: https://savagedev.io/security.txt
License
This project is licensed under the MIT License - see the LICENSE file for details