Skip to content

Amamatthew/csrf-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

composer require thanhtaivtt/csrf

Usages

  • get input token
$csrf = new CSRF();
$csrf->tokenField();
  • check pass token
$csrf = new CSRF();
$csrf->validate();

tutorial

About

csrf token class for PHP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages