diff --git a/README.md b/README.md index b3b5c63..33d0005 100755 --- a/README.md +++ b/README.md @@ -181,7 +181,6 @@ For frameworks, I considered the official repos: * [CodeIgniter](https://github.com/codeigniter4/CodeIgniter4) * [FastRoute](https://github.com/nikic/FastRoute) * [FatFree](https://github.com/bcosca/fatfree) -* [FrameworkX](https://github.com/clue/framework-x) * [FuelPHP](https://github.com/fuelphp/fuelphp) * [KumbiaPHP](https://github.com/KumbiaPHP/KumbiaPHP) * [Laminas](https://github.com/laminas) diff --git a/benchmark.config b/benchmark.config index c571fe6..a3334a1 100644 --- a/benchmark.config +++ b/benchmark.config @@ -20,7 +20,6 @@ cakephp-4.4 codeigniter-4.3 fastroute-1.3 fatfree-3.8.1 -frameworkx-dev fuelphp-1.9 kumbia-1.1 laminas-2.0 diff --git a/frameworkx-dev/Controllers/HelloWorldController.php b/frameworkx-dev/Controllers/HelloWorldController.php deleted file mode 100755 index c69414e..0000000 --- a/frameworkx-dev/Controllers/HelloWorldController.php +++ /dev/null @@ -1,14 +0,0 @@ -get($prefix.'/public/index.php/hello/index', new Controllers\HelloWorldController()); - -$app->run(); - - -/* *** PHP-Frameworks-Bench *** */ -require $_SERVER['DOCUMENT_ROOT'].'/PHP-Frameworks-Bench/libs/output_data.php'; \ No newline at end of file