{"id":21168741,"url":"https://github.com/fastybird/miniserver","last_synced_at":"2026-02-09T18:01:40.481Z","repository":{"id":50661099,"uuid":"321324895","full_name":"FastyBird/miniserver","owner":"FastyBird","description":":control_knobs: FastyBird IoT MiniServer application","archived":false,"fork":false,"pushed_at":"2024-08-07T12:24:37.000Z","size":3061,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-02T23:36:38.585Z","etag":null,"topics":["api","fastybird","iot","management","miniserver","ui"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FastyBird.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"akadlec"}},"created_at":"2020-12-14T11:19:42.000Z","updated_at":"2024-08-07T12:24:40.000Z","dependencies_parsed_at":"2023-11-12T21:28:34.774Z","dependency_job_id":"ecccd6cd-6a95-4eaa-90ad-b30d83ed3988","html_url":"https://github.com/FastyBird/miniserver","commit_stats":{"total_commits":183,"total_committers":2,"mean_commits":91.5,"dds":0.005464480874316946,"last_synced_commit":"84eaf82ee041e22aad9514a7baeff9fd9985e1dc"},"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/FastyBird/miniserver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FastyBird%2Fminiserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FastyBird%2Fminiserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FastyBird%2Fminiserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FastyBird%2Fminiserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FastyBird","download_url":"https://codeload.github.com/FastyBird/miniserver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FastyBird%2Fminiserver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29274729,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T17:15:22.002Z","status":"ssl_error","status_checked_at":"2026-02-09T17:14:42.395Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","fastybird","iot","management","miniserver","ui"],"created_at":"2024-11-20T15:17:06.172Z","updated_at":"2026-02-09T18:01:40.434Z","avatar_url":"https://github.com/FastyBird.png","language":"Vue","funding_links":["https://github.com/sponsors/akadlec"],"categories":[],"sub_categories":[],"readme":"![FastyBird MiniServer](docs/assets/fastybird_miniserver_readme.png)\n\n\u003ch1 align=\"center\"\u003eFastyBird MiniServer Edition\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eThis is FastyBird MiniServer Edition repository for starting new projects.\u003c/p\u003e\n\n## What is FastyBird IoT MiniServer?\n\nMiniServer is standalone application based on [FastyBird](https://www.fastybird.com) [IoT](https://en.wikipedia.org/wiki/Internet_of_things) software.\nThe highest quality of code and strong testing culture, make it best solution for build smart controller application.\n\n[FastyBird](https://www.fastybird.com) [IoT](https://en.wikipedia.org/wiki/Internet_of_things) MiniServer is an Apache2 licensed distributed application,\ndeveloped on top of the [Nette framework](https://nette.org) and [Symfony framework](https://symfony.com).\n\n### Features:\n\n- Devices \u0026 connectors management\n- User \u0026 access control management\n- [{JSON:API}](https://jsonapi.org/) strong api for application management\n- Responsive user interface\n- Third party devices integration like [Shelly](https://www.shelly.cloud/en-cz), [Tuya](https://www.tuya.com) and other\n- Full HomeKit with HAP protocol integration\n\n## Requirements\n\n[FastyBird](https://www.fastybird.com) MiniServer is tested against [PHP](https://www.php.net) 8.1, [Redis](https://redis.io) 6.2 in-memory data store, [MySQL](https://www.mysql.com) relational database management system, [ReactPHP http](https://github.com/reactphp/http) 0.8 event-driven, streaming plaintext HTTP server and [Nette framework](https://nette.org/en/) 3.0 PHP framework for real programmers.\n\n## Getting started\n\n\u003e **NOTE:** If you don't want to install it manually, try [docker image](#install-with-docker)\n\n### Traditional installation\n\nThe best way to install **fastybird/miniserver** is using [Composer](https://getcomposer.org/). If you don't have Composer yet, [download it](https://getcomposer.org/download/) following the instructions.\nThen use command:\n\n```sh\ncomposer create-project --no-dev fastybird/miniserver path/to/install\n```\n\n```sh\ncd path/to/install\n```\n\nEverything required will be then installed in the provided folder `path/to/install`\n\n#### Running app\n\nYou have two options how to run this app\n\n##### Running an app via ReactPHP http server\n\nAll what you need is just run one console command:\n\n```sh\nvendor/bin/fb-console fb:web-server:start\n```\n\nThis command will start build in web server which is listening for incoming http api request messages from clients. \n\n##### Running an app via Apache or Nginx\n\nYou have to configure you web server running on [Apache](http://www.apache.org) or [Nginx](https://www.nginx.com) to server content from `public` folder.\n\nIn this folder is main entry point for accessing application api.\n\n### Install with docker\n\n![Docker Image Version (latest by date)](https://img.shields.io/docker/v/fastybird/miniserver?style=flat-square)\n![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/fastybird/miniserver?style=flat-square)\n![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/fastybird/miniserver?style=flat-square)\n\nDocker image: [fastybird/miniserver](https://hub.docker.com/r/fastybird/miniserver/)\n\n#### Use docker hub image\n\n```bash\ndocker run -d -it --name devices fastybird/miniserver:latest\n```\n\n#### Generate local image\n\n```bash\ndocker build --tag=miniserver .\n```\n\n```sh\ndocker run -d -it --name miniserver miniserver\n```\n\n## Initialization\n\nThis application is using database, and need some initial data to be inserted into it. This could be done via shell command:\n\n```sh\nvendor/bin/fb-console fb:initialize\n```\n\nThis console command is interactive and will ask for all required information.\n\nAfter this steps, application could be started with [server command](#http-server)\n\n## Feedback\n\nUse the [issue tracker](https://github.com/FastyBird/miniserver/issues) for bugs or [mail](mailto:code@fastybird.com) or [Tweet](https://twitter.com/fastybird) us for any idea that can improve the project.\n\nThank you for testing, reporting and contributing.\n\n## Changelog\n\nFor release info check [release page](https://github.com/FastyBird/miniserver/releases)\n\n## Maintainers\n\n\u003ctable\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd align=\"center\"\u003e\n\t\t\t\t\u003ca href=\"https://github.com/akadlec\"\u003e\n\t\t\t\t\t\u003cimg width=\"80\" height=\"80\" src=\"https://avatars3.githubusercontent.com/u/1866672?s=460\u0026amp;v=4\"\u003e\n\t\t\t\t\u003c/a\u003e\n\t\t\t\t\u003cbr\u003e\n\t\t\t\t\u003ca href=\"https://github.com/akadlec\"\u003eAdam Kadlec\u003c/a\u003e\n\t\t\t\u003c/td\u003e\n\t\t\u003c/tr\u003e\n\t\u003c/tbody\u003e\n\u003c/table\u003e\n\n***\nHomepage [https://www.fastybird.com](https://www.fastybird.com) and repository [https://github.com/fastybird/miniserver](https://github.com/fastybird/miniserver).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastybird%2Fminiserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffastybird%2Fminiserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastybird%2Fminiserver/lists"}