Antoine-Bergerault / Pickle-framework

A php framework made for clean code and an easy start for all of your projects

Home Page:https://antoine-bergerault.github.io/pickle-doc/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pickle framework

Build Status

documentation : https://antoine-bergerault.github.io/pickle-doc/index.html

Presentation of the project

Pickle is a php framework that can easily be used in user-based applications and projects. An MVC system that integrates route and database management, but also authentification system.

Requirements

  • PHP 7
  • MySQL

Getting started

Installation

Command line installation

git clone https://github.com/Antoine-Bergerault/Pickle-framework.git

You can also download it with the download button of GitHub

Install and update composer dependencies

Run composer install and composer update while pointing the framework folder

How to use this framework ?

Install all the files and lauch your local server. With your browser, open the public directory.

Configuration

The file config.php located in the Tools directory is the configuration for the database (MySQL). You need to run the file(s) located in the sql folder in order to make the system work.

For more information, see the documentation

Feel free to contribute if you notice an issue or if you want to make this code better

About

A php framework made for clean code and an easy start for all of your projects

https://antoine-bergerault.github.io/pickle-doc/index.html

License:MIT License


Languages

Language:PHP 91.6%Language:CSS 6.2%Language:TSQL 2.1%Language:Hack 0.0%