https://github.com/simply-framework/application
A simple middleware application framework based on PSR standards
https://github.com/simply-framework/application
framework php php-library psr-11 psr-15 psr-17 psr-7
Last synced: 3 months ago
JSON representation
A simple middleware application framework based on PSR standards
- Host: GitHub
- URL: https://github.com/simply-framework/application
- Owner: simply-framework
- License: mit
- Created: 2018-07-13T11:55:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-18T13:47:33.000Z (over 7 years ago)
- Last Synced: 2025-07-15T11:29:02.893Z (9 months ago)
- Topics: framework, php, php-library, psr-11, psr-15, psr-17, psr-7
- Language: PHP
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Middleware Application Framework
[](https://travis-ci.org/simply-framework/application)
[](https://scrutinizer-ci.com/g/simply-framework/application/)
[](https://scrutinizer-ci.com/g/simply-framework/application/)
[](https://packagist.org/packages/simply/application)
This package provides a bare-bones middleware framework that implements the different PSR standards and
takes advantage of the Simply Router and Container to create a coherent whole.
The application framework takes advantage of the [PSR-7 HTTP Message Interface], [PSR-11 Container Interface],
[PSR-15 HTTP Handlers] and [PSR-17 HTTP Factories] standards in order to create an interoperable framework
based on the community best practices and standards.
NOTE: This package is part of a framework that is still highly experimental in nature. Stable api or proper
documentation are not to be expected until the framework has been tested in practice.
API documentation is available at: https://docs.riimu.net/simply/application/
## Credits
This library is Copyright (c) 2018 Riikka Kalliomäki.
See LICENSE for license and copying information.
[PSR-7 HTTP Message Interface]: https://www.php-fig.org/psr/psr-7
[PSR-11 Container Interface]: https://www.php-fig.org/psr/psr-11
[PSR-15 HTTP Handlers]: https://www.php-fig.org/psr/psr-15
[PSR-17 HTTP Factories]: https://www.php-fig.org/psr/psr-17