PHPackages                             getcloudcontrol/microframework - 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. getcloudcontrol/microframework

ActiveLibrary[Framework](/categories/framework)

getcloudcontrol/microframework
==============================

Skeleton Microframework for quickly building microservices

1.2.3(6y ago)029MITPHPPHP &gt;=7.2

Since Feb 14Pushed 6y ago1 watchersCompare

[ Source](https://github.com/jenskooij/cloudcontrol-microframework)[ Packagist](https://packagist.org/packages/getcloudcontrol/microframework)[ RSS](/packages/getcloudcontrol-microframework/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (2)Versions (19)Used By (0)

Cloud Control Microframework
============================

[](#cloud-control-microframework)

Skeleton Microframework for quickly building microservices

Installation:
-------------

[](#installation)

```
composer require getcloudcontrol/microframework

```

Usage
-----

[](#usage)

### Recommended project structure

[](#recommended-project-structure)

It is recommended to redirect all trafic to an index file withina "public" folder, so your composer.json and other project files can remain in the root directory and be inaccessible remotely.

```
|
| .htaccess // Which redirects all trafic to public/index.php
| composer.json
| compsser.lock
|_ public/
|_ public/index.php
|_ vendor/

```

### Create an app

[](#create-an-app)

`index.php:`

```
