PHPackages                             adjai/backender - 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. adjai/backender

ActiveLibrary

adjai/backender
===============

Simple backend

0.0.148(1y ago)02471GPL-2.0-or-laterPHP

Since Mar 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/mx-studio/backender)[ Packagist](https://packagist.org/packages/adjai/backender)[ RSS](/packages/adjai-backender/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (143)Used By (1)

BACKENDER
=========

[](#backender)

INSTALLATION
------------

[](#installation)

```
composer require adjai/backender

```

Then run installation:

```
php vendor/adjai/backender/install.php

```

After installation all required directories and files will be created. If you had your main **index.php** file before, then add content to it:

```
include_once 'vendor/autoload.php';
$backend = new \adjai\backender\core\Backender();

```

USING
-----

[](#using)

Add controller `TestController.php` to `controllers` directory. Fill file with following content:

```
