PHPackages                             c\_o\_r\_e/web\_framework - 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. [Framework](/categories/framework)
4. /
5. c\_o\_r\_e/web\_framework

ActiveProject[Framework](/categories/framework)

c\_o\_r\_e/web\_framework
=========================

Core WEB framework

01PHP

Since Dec 23Pushed 6y agoCompare

[ Source](https://github.com/Alex014/Core)[ Packagist](https://packagist.org/packages/c_o_r_e/web_framework)[ RSS](/packages/c-o-r-e-web-framework/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

ABOUT
=====

[](#about)

- It's a minimalist framework build around **Dependency Injection** pattern
- It can work from one file \_.php
- Compatible with Composer package manager and psr-4

Structure
=========

[](#structure)

### Folders

[](#folders)

```
|-[_]
    |-[config]
    |-[user-dolder-1]
    |-[user-dolder-2]
    |........
|-[public]
    |-index.php
    |........
|-[vendor]
    |........

```

### Main file (index.php)

[](#main-file-indexphp)

**Minimal framework configuration**

```
