Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/antidot-framework/antidot-framework
- Owner: antidot-framework
- License: bsd-2-clause
- Created: 2019-03-31T11:17:46.000Z (almost 6 years ago)
- Default Branch: 3.x.x
- Last Pushed: 2024-05-22T18:50:56.000Z (8 months ago)
- Last Synced: 2024-09-20T14:37:38.003Z (3 months ago)
- Topics: php, psr-11, psr-14, psr-15, psr-7
- Language: PHP
- Homepage: https://antidotfw.io
- Size: 151 KB
- Stars: 18
- Watchers: 6
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.