PHPackages                             atiksoftware/php-framework-amiral - 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. atiksoftware/php-framework-amiral

ActiveLibrary[Framework](/categories/framework)

atiksoftware/php-framework-amiral
=================================

1.1(7y ago)018PHP

Since Dec 12Pushed 7y ago1 watchersCompare

[ Source](https://github.com/atiksoftware/php-framework-amiral)[ Packagist](https://packagist.org/packages/atiksoftware/php-framework-amiral)[ RSS](/packages/atiksoftware-php-framework-amiral/feed)WikiDiscussions master Synced 3d ago

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

PHP Framework ASW Amiral
========================

[](#php-framework-asw-amiral)

PHP small and basic rest api framework

Its not MVC. Its CCV.

---

Installation
------------

[](#installation)

### Using Composer

[](#using-composer)

```
composer require atiksoftware/php-framework-amiral
```

---

HOW TO USE
----------

[](#how-to-use)

### FILE TREE

[](#file-tree)

```
core
    controller (this folder containing your model/class files)
        Posts.php
    engine (this folder containing your middle function files)
        posts
          index.php
          list.php
          delete.php
          update.php
        users.php
index.php

```

### FILE EXAMPLES

[](#file-examples)

*index.php*

```
