Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/antidot-framework/antidot-framework

Antidot Framework Apllication Library
https://github.com/antidot-framework/antidot-framework

php psr-11 psr-14 psr-15 psr-7

Last synced: about 2 months ago
JSON representation

Antidot Framework Apllication Library

Awesome Lists containing this project

README

        

Antidot Framework
=================

[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/antidot-framework/antidot-framework/badges/quality-score.png?b=3.x.x)](https://scrutinizer-ci.com/g/antidot-framework/antidot-framework/?branch=3.x.x)
[![Code Coverage](https://scrutinizer-ci.com/g/antidot-framework/antidot-framework/badges/coverage.png?b=3.x.x)](https://scrutinizer-ci.com/g/antidot-framework/antidot-framework/?branch=3.x.x)
[![Build Status](https://scrutinizer-ci.com/g/antidot-framework/antidot-framework/badges/build.png?b=3.x.x)](https://scrutinizer-ci.com/g/antidot-framework/antidot-framework/build-status/3.x.x)
[![Code Intelligence Status](https://scrutinizer-ci.com/g/antidot-framework/antidot-framework/badges/code-intelligence.svg?b=3.x.x)](https://scrutinizer-ci.com/code-intelligence)
[![Maintainability](https://api.codeclimate.com/v1/badges/0e1302d3e8c732c071ca/maintainability)](https://codeclimate.com/github/antidot-framework/antidot-framework/maintainability)

This package contains core components to make Antidot Framework work.

* PSR-15 Middleware
* Router
* Server
* Error Handlers

## Requirements

**v2.x.x**
* PHP >= 8.1

**v1.x.x**
* PHP >= 7.4.0

## Installation

```bash
composer require antidot-fw/framework
```

## Usage

Take a look at [Getting Started Guide](https://antidotfw.io/#/framework/getting-started) in our Docs Site.