PHPackages                             mhmdasli/demo-proj - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. mhmdasli/demo-proj

ActiveProject

mhmdasli/demo-proj
==================

Demo market

05JavaScript

Since Jan 13Pushed 7y agoCompare

[ Source](https://github.com/mhmdasli/demo-proj)[ Packagist](https://packagist.org/packages/mhmdasli/demo-proj)[ RSS](/packages/mhmdasli-demo-proj/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Demo App
========

[](#demo-app)

this project is a basic PHP MVC system ,as demo the system hosts sample site and admin area in tow separate themes, these themes are affiliate market site that shows the products and admin area used fo CRUD.

Packages used
=============

[](#packages-used)

Backend
-------

[](#backend)

##### composer/composer

[](#composercomposer)

used for auto loading classes and managing dependencies.

##### symfony/httpFoundation:

[](#symfonyhttpfoundation)

used for handling request/response object.

##### twig/twig:

[](#twigtwig)

templating engine to manage the html themes.

Frontend
--------

[](#frontend)

##### bootstrap:

[](#bootstrap)

framework for building the html views.

##### jquery:

[](#jquery)

specially for manipulating the DOM.

##### frameworkJs:

[](#frameworkjs)

custom js library that handle the ajax requests by using html data-attributes.

Local installation
------------------

[](#local-installation)

clone and install composer or install via composer

```
composer create-project mhmdasli/demo-proj YourFolderName --stability=dev

```

add .env file to your root and include this variables

```
APP_NAME=Demo
APP_DEBUG=True
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=

ADMIN_LOGIN=
ADMIN_PASSWORD=

```

- to use the admin area you must fill the admin password and login
- If you plan on using a database, create database in your local server and run this command:

```
php appInstall
```

Contact
-------

[](#contact)

You can communicate with me using the following E-mail:

Coding standards
----------------

[](#coding-standards)

Please follow the following guides and code standards:

- [PSR 4 Coding Standards](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md)
- [Twigs](https://twig.symfony.com/)
- [Bootstrap](https://getbootstrap.com/)
- [jQuery](https://jquery.com/)

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/28687293?v=4)[mhmdasli](/maintainers/mhmdasli)[@mhmdasli](https://github.com/mhmdasli)

### Embed Badge

![Health badge](/badges/mhmdasli-demo-proj/health.svg)

```
[![Health](https://phpackages.com/badges/mhmdasli-demo-proj/health.svg)](https://phpackages.com/packages/mhmdasli-demo-proj)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
