/jwt-php-native

Implementasi JWT dengan PHP native

Primary LanguagePHP

jwt-php-native

Implementasi JWT dengan PHP native

Requirements

  1. Composer
  2. PHP
  3. Apache

Instalasi

  1. Clone proyek ini
git clone https://github.com/itsfaqih/jwt-php-native.git
cd jwt-php-native
  1. Install dependency
composer install
  1. Copy .env.example dengan nama .env, dan sesuaikan setting
  2. Jalankan web server
php -S localhost:8000