devsavage/slim4-authentication

An authentication system using Slim Framework v4

0.2.0 2024-10-19 01:29 UTC

This package is auto-updated.

Last update: 2024-10-19 01:31:58 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

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