PHPackages                             myrostadler/proto-web - 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. myrostadler/proto-web

ActiveLibrary

myrostadler/proto-web
=====================

v1.2.0(3y ago)022MITPHPPHP &gt;=8.0.2

Since Nov 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/MyroStadler/proto-web)[ Packagist](https://packagist.org/packages/myrostadler/proto-web)[ RSS](/packages/myrostadler-proto-web/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (3)Versions (6)Used By (0)

Prototype web library
---------------------

[](#prototype-web-library)

This should make it easier to spin up quick transacting web apps for modeling client architectures etc.

Suggested usage
---------------

[](#suggested-usage)

### Suggested filesystem

[](#suggested-filesystem)

```
.
├── composer.json
├── composer.lock
├── docker
│   └── app
│       ├── Dockerfile
│       └── assets
│           ├── local.conf
│           └── php.ini
├── example..env
├── public
│   └── index.php
└── src
    └── Acme
        ├── App.php
        ├── AppFactory.php
        ├── Env.php
        └── Transaction
            └── MyTransactionFactory.php
```

### Suggested code implementation

[](#suggested-code-implementation)

#### `index.php`

[](#indexphp)

```
