fastybird / web-server-plugin
FastyBird IoT simple web server plugin with ReactPHP & Apache or Nginx support
Fund package maintenance!
akadlec
Installs: 149
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Type:fastybird-plugin
Requires
- php: >=8.0.0|>=8.+1.0
- cweagans/composer-patches: ^1.7
- fastybird/socket-server-factory: ^0.5
- fig/http-message-util: ^1.1
- ipub/slim-router: ^0.2
- nette/bootstrap: ^3.1
- nette/di: ^3.0
- nette/utils: ^3.2
- psr/event-dispatcher: ^1.0
- psr/http-message: ^1.0
- psr/log: ^1.1|^3.0
- react/http: ^1.5
- sunrise/http-server-request: ^2.0
- symfony/console: ^5.0|^6.0
- symfony/event-dispatcher: ^5.4
Requires (Dev)
- mockery/mockery: ^1.4
- ninjify/nunjuck: ^0.3
- ninjify/qa: ^0.13
- pds/skeleton: ^1.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^1.8
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-nette: ^1.0
- phpstan/phpstan-strict-rules: ^1.1
- tracy/tracy: ^2.9
Suggests
- fastybird/json-api: Handle request with {JSON:API} schemas
- fastybird/simple-auth: Handle basic user authentication & authorization
README
What is web server plugin?
Web server plugin is extension for FastyBird IoT ecosystem which is implementing http server based on ReactPHP.
Web server plugin is an Apache2 licensed distributed extension, developed in PHP on top of the Nette framework and Symfony framework.
Features:
- Build-in PSR-7 extendable router
- Build-in http server with SSL support
- Build-in static files server
- Extendable via PSR-7 middleware
Installation
The best way to install fastybird/web-server-plugin is using Composer:
composer require fastybird/web-server-plugin
Documentation
Learn how to build and handle http api requests in documentation.
Feedback
Use the issue tracker for bugs or mail or Tweet us for any idea that can improve the project.
Thank you for testing, reporting and contributing.
Changelog
For release info check release page.
Contribute
The sources of this package are contained in the FastyBird monorepo. We welcome contributions for this package on FastyBird/fastybird.
Maintainers
Adam Kadlec |
Homepage https://www.fastybird.com and repository https://github.com/FastyBird/web-server-plugin.