PHPackages                             antidot-fw/installer - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. antidot-fw/installer

ActiveComposer-plugin[HTTP &amp; Networking](/categories/http)

antidot-fw/installer
====================

Antidot Framework skeleton installer

1.0.x-dev(4y ago)101[3 issues](https://github.com/antidot-framework/installer/issues)[5 PRs](https://github.com/antidot-framework/installer/pulls)1BSD-2-ClausePHPPHP ^7.4.0

Since Sep 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/antidot-framework/installer)[ Packagist](https://packagist.org/packages/antidot-fw/installer)[ GitHub Sponsors](https://github.com/kpicaza)[ RSS](/packages/antidot-fw-installer/feed)WikiDiscussions 1.0.x Synced 1mo ago

READMEChangelogDependencies (10)Versions (6)Used By (1)

Antidot Framework Installer
===========================

[](#antidot-framework-installer)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/68b9954835671a51436affb6bbc566a7d12890362490126d5dc80a1fb33e25e3/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616e7469646f742d6672616d65776f726b2f696e7374616c6c65722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/antidot-framework/installer/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/a30cd7c7a408bcf80ba090bc13e3dd852c5a47fb69a8484f1d9f1d33b42ab7ba/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616e7469646f742d6672616d65776f726b2f696e7374616c6c65722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/antidot-framework/installer/?branch=master)[![Build Status](https://camo.githubusercontent.com/fe39f674ec1a31477fa0ab1a8b09822019f9de1395c51680a39ca8783630e257/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616e7469646f742d6672616d65776f726b2f696e7374616c6c65722f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/antidot-framework/installer/build-status/master)[![Code Intelligence Status](https://camo.githubusercontent.com/4589f1973a4d3d02f25f80e75a97e78f40b43d4248dde36a54b5633e9a259930/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616e7469646f742d6672616d65776f726b2f696e7374616c6c65722f6261646765732f636f64652d696e74656c6c6967656e63652e7376673f623d6d6173746572)](https://scrutinizer-ci.com/code-intelligence)[![Maintainability](https://camo.githubusercontent.com/b602536b17a98f7051909b2c22ed71b3432885d0741dd0e00f8c45f5dea7ed50/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f61616139626238656365636661613632373662332f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/antidot-framework/installer/maintainability)

Antidot Framework skeleton installer. This package let you choosing between different types of Antidot framework project skeletons:

- Classic Web App
- Serverless App
- Console Line Tool
- Micro Http App
- React Http App

Requirements
------------

[](#requirements)

- PHP &gt;= 7.4.0 for current
- Composer

Micro HTTP App
--------------

[](#micro-http-app)

Lightweight PSR-15 middleware application.

### Dependencies

[](#dependencies)

- Antidot Framework
- Antidot Container
- Antidot Fast Router Adapter

### Routing

[](#routing)

You can add your routes with it custom middlewares in `public/index.php` file, take a look at the example:

```
