# Introduction

Webdis was created with a single goal in mind, access Redis Server's and run commands on them, and view the keys easily, just like how PHPMyAdmin does with MySQL.&#x20;

Webdis was created from scratch, however, it takes components and pieces from frameworks such as [Laravel](https://laravel.com/) and [Symfony](https://symfony.com/). We utilize features from [Laravel](https://laravel.com/) such as [Blade](https://laravel.com/docs/blade), and even the way [Laravel's](https://laravel.com/) Config files are loaded and cached (which we recreated in a simple way), and added them to Webdis. We also added a few [Symfony](https://symfony.com/) components, like [HttpKernel](https://symfony.com/doc/current/components/http_kernel.html), [HttpFoundation](https://symfony.com/doc/current/components/http_foundation.html), [Filesystem](https://symfony.com/doc/current/components/filesystem.html), and [Finder](https://symfony.com/doc/current/components/finder.html), and used them for every request.
