mrnjifanda/simple

Simple is a PHP MVC framework that uses the Repository service pattern. It is useful for creating PHP sites and applications very easily.

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:framework

v1.0.0 2022-07-08 10:52 UTC

This package is not auto-updated.

Last update: 2024-04-16 17:24:35 UTC


README

logo-100.png

About-us

Simple is a PHP Framework

Usage

Install and active PHP ^7.0 and active extension

  curl
  fileinfo
  gd
  mbstring
  mysqli
  openssl
  pdo_mysql
  sockets
  amqp
  pdo_sqlite
  sqlite3

Active extension amqp. If is not install on your system, you have error in composer install command. On windows if is not install read this link

   https://stackoverflow.com/questions/54967199/install-amqp-in-windows-10-php-7-3
git clone https://gitlab.com/mrnjifanda/simple.git

Install PHP dependencies

composer install

Install NPM dependencies (dev)

npm install

After run PHP serve

php -S localhost:3500 -t public
If you have install node js just type: npm start