Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 427 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 427 Bytes

Simple-php-key-authenticator

A simple, pure, php project that will check if an inputted key is valid or not and return a json message depending on the result.

Features

  • Connects to a local sql db
  • Secure from common attacks like sql injection
  • No backends included or third party packages
  • Straight php
  • Easy to read code
  • Easy to configurate

1 2 3 4