Skip to content

project motel, a project i made using php dedicated to make booking room in a motel more convinience

Notifications You must be signed in to change notification settings

ItsaMeChun/phpmvc

Repository files navigation

The PHP Interpreter

Push Build status Build status Fuzzing Status

Documentation

The PHP manual is available at php.net/docs.

Installation

Using XAMPP to install PHP version ">= 8.2.0" Clone the project with

git clone https://github.com/ItsaMeChun/phpmvc.git

Then install composer

php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('sha384', 'composer-setup.php') === '55ce33d7678c5a611085589f1f3ddf8b3c52d662cd01d4ba75c0ee0459970c2200a51f492d557530c71c15d8dba01eae') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php -r "unlink('composer-setup.php');"

Then install all the dependencies with

composer require

If you want to install more dependencies of your choice use

composer require [name of the package you want to use]

Then add the thing you want like Firebase in

config/firebase-config.json.example

Credits

For the list of people who've put work into PHP, please see the PHP credits page.

About

project motel, a project i made using php dedicated to make booking room in a motel more convinience

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published