Minimalist RestAPI web framework for PHP, Affected by Express
require 'phpExpress.php';
$app = new phpExpress();
$app->get('/', function ($req, $res) {
$res->send("Hello World");
});
$app->listen();
- Robust routing
- Focus on high performance and Minimalist
- HTTP helpers (redirection, caching, GET and POST read, etc)
- Support many headers
- phpSequelize ORM, Affected by Sequelize
- php7 or higher
- Download Framework file.
- Follow code sample.
require 'phpExpress.php';
$app = new phpExpress();
Now you ready to use it
I not ready this way yet. Coming soon.
Please take a look at Example page.
phpSequlize is not ready