miniPHP icon indicating copy to clipboard operation
miniPHP copied to clipboard

A small, simple PHP MVC framework skeleton that encapsulates a lot of features surrounded with powerful security layers.

Results 14 miniPHP issues
Sort by recently updated
recently updated
newest added

https://github.com/OmarElgabry/miniPHP/blob/7ddf0c9db29b936418c1992e3d94cdf4918a1e93/app/models/Validation.php#L165 `"Test" => [ "hello today", inArray('hello today','hello tomorrow' ],` // hellotoday,hellotomorrow If there are strings with spaces in the array, the spaces are removed and the **inArray** check fails

Add access to the site to guests, did as below, but writes an error in the logs TodoController public function initialize() { $this->loadComponents([ 'Auth' => [ 'authorize' => ['Controller'] ],...

Hi Omar, how are you ? I'm trying your framework , I like it very much. But I have problems with csrf ... at beggining it works, but after some...

Tell me how to implement cron tasks execution

Stack after page 7

Hi https://miniphp.ga Not working

after num 255 it stops working consider change to alphaID: http://kvz.io/blog/2009/06/10/create-short-ids-with-php-like-youtube-or-tinyurl/

This file won't be executed correctly once you change the database default name. Removing the database name will fix the small issue

Hi, Hope you are doing great! My current Ajax post requests are being denied by the server. How can it be resolved?