Skip to content

A sandbox application to battle test php, libs and security stuff. Also css, js ui animations

Notifications You must be signed in to change notification settings

Igwanya/Kuarantine

Repository files navigation

Kuarantine

Project to leran php and experiment with the libs in php and security.

Running tests

Installing

* composer require --dev phpunit/phpunit ^7

option 1

  • ./vendor/bin/phpunit tests

option 2

  • ./vendor/bin/phpunit --testdox tests

Loading env files

  • composer require vlucas/phpdotenv

Apache server docs

  • C:/xampp/apache/manual/howto/htaccess.html.en

Composer setup instructions

*  composer install
*  composer update
*  composer dump-autoload --optimize

Include into scripts

* require_once __DIR__ . '../../vendor/autoload.php';

Initial project setup to the git repo

About

A sandbox application to battle test php, libs and security stuff. Also css, js ui animations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published