Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roufy235/multive
PHP Web/API Framework
https://github.com/roufy235/multive
axios css dotenv gulpjs html javascript mysql mysql-database pdo-mysql php php-di php7 phpdi phpmailer phpunit scss slim slim-framework slimframework vuejs
Last synced: 3 months ago
JSON representation
PHP Web/API Framework
- Host: GitHub
- URL: https://github.com/roufy235/multive
- Owner: roufy235
- License: mit
- Created: 2020-09-19T18:26:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-07T09:02:43.000Z (almost 2 years ago)
- Last Synced: 2024-09-28T15:42:46.231Z (4 months ago)
- Topics: axios, css, dotenv, gulpjs, html, javascript, mysql, mysql-database, pdo-mysql, php, php-di, php7, phpdi, phpmailer, phpunit, scss, slim, slim-framework, slimframework, vuejs
- Language: PHP
- Homepage:
- Size: 956 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![Multive Logo](/assets/images/logo.png "Multive")
# **Multive** - PHP Web Framework[![Software License][ico-license]](LICENSE.md)
[![Version](https://img.shields.io/packagist/v/roufy235/Multive?style=plastic)](https://packagist.org/packages/roufy235/multive)
![Code Size](https://img.shields.io/github/languages/code-size/roufy235/Multive?style=plastic)
![Downloads](https://img.shields.io/packagist/dm/roufy235/Multive?style=plastic)[ico-license]: https://img.shields.io/github/license/roufy235/Multive?style=plastic
## Requirement
- [Composer](https://getcomposer.org/).
- [NodeJs](https://nodejs.org/).
- [GulpJs](https://gulpjs.com/).
- PHP 8.1.2+.
- MySQL/MariaDB.## Quickstart guide
You can create a new project by running this command:
```bash
$ composer create-project roufy235/multive
```
* Install [Node.js](https://nodejs.org/en/) if you don't have it yet.
* Install `gulp-cli` if you don't have it yet.
```bash
$ npm install --global gulp-cli
```
* Run `npm install`
* Run `gulp` to run the default Gulp task#### Configure your connection to MySQL Server:
By default, the FRAMEWORK use a MySQL Database.
You should check and edit this configuration in your `.env` file:
```
DB_HOST = '127.0.0.1'
DB_NAME = 'yourMySqlDatabase'
USER = 'yourMySqlUsername'
PASSWORD = 'yourMySqlPassword'
```## License
The Multive Framework is licensed under the MIT license. See [License File](LICENSE.md) for more information.
## :sunglasses: THAT'S IT!
Now go build a cool Project.