PHPackages                             pachel/easyframework - 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. pachel/easyframework

ActiveLibrary[Framework](/categories/framework)

pachel/easyframework
====================

Easy Framework

1.0(1y ago)035PHPPHP &gt;=7.2

Since Mar 1Pushed 1y ago1 watchersCompare

[ Source](https://github.com/pachel/easyframework)[ Packagist](https://packagist.org/packages/pachel/easyframework)[ RSS](/packages/pachel-easyframework/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Easy FrameWork &lt;EFW&gt;
==========================

[](#easy-framework-efw)

> klasj dlkasjdlkjasdél kj
>
> asjdh kjash dkjash jkdh ashd
>
> jash dkjash djk

- asdasdasdas
- asdasdasd
    - asdasdasd

Basic usage
-----------

[](#basic-usage)

```

```

Config
------

[](#config)

### Required parameters

[](#required-parameters)

- APP
    - URL
    - UI

> If the **APP.VIEW** folder is not set up, the app is looking for templates in the **APP.UI** folder

### Nice to have

[](#nice-to-have)

- APP
    - VIEWS
    - LOGS

### Usage

[](#usage)

#### Example1

[](#example1)

```
$config = [
  "APP" => [
    "URL" => "http://localhost",
    "UI" => "UI FOLDER"
  ]
];

$App->config($config);

```

#### Example2

[](#example2)

config.php

```
//Content of your config file
