Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/refatalsakka/qamar
Framework for web app
https://github.com/refatalsakka/qamar
babel composer eslintrc gulp husky javascipt javascript-lint mvc-framework mvc-framework-for-php npmjs php pug pugjs-lint sass sass-lint scss watch
Last synced: 25 days ago
JSON representation
Framework for web app
- Host: GitHub
- URL: https://github.com/refatalsakka/qamar
- Owner: refatalsakka
- Created: 2019-04-05T14:27:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T00:51:57.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T08:03:55.854Z (25 days ago)
- Topics: babel, composer, eslintrc, gulp, husky, javascipt, javascript-lint, mvc-framework, mvc-framework-for-php, npmjs, php, pug, pugjs-lint, sass, sass-lint, scss, watch
- Language: PHP
- Homepage:
- Size: 3.22 MB
- Stars: 27
- Watchers: 6
- Forks: 9
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/refatalsakka/framework/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/refatalsakka/framework/?branch=master)
[![Build Status](https://scrutinizer-ci.com/g/refatalsakka/framework/badges/build.png?b=master)](https://scrutinizer-ci.com/g/refatalsakka/framework/build-status/master)# Qamar 🌙
### Requirements
- [PHP](https://www.php.net/downloads.php#gpg-7.3) v7.3+
- [Node.js](https://nodejs.org/en/)
- [npm](https://www.npmjs.com/) v6+
- [Composer](https://getcomposer.org/download/) v1.8+### Recommended IDE Extenstions
- [Editor Config](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig)
- [NPM](https://marketplace.visualstudio.com/items?itemName=eg2.vscode-npm-script)
- [PHP Intelephense](https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client)
- [PHP IntelliSense](https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-intellisense)
- [phpcs](https://marketplace.visualstudio.com/items?itemName=ikappas.phpcs)
- [Pug-Lint](https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-puglint)
- [Sass-Lint](https://marketplace.visualstudio.com/items?itemName=glen-84.sass-lint)
- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
- [GitLens](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens)
- [Git History](https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory)### How to Install 🔥
```sh
$ git clone [email protected]:refatalsakka/qamar.git
$ cd qamar
$ npm install
$ composer install
$ npm run build
```
### What will be updated
- adding JS Pollyfill
- separating the Database to an API
- adding JWT
- writing a documentation