{"id":37000441,"url":"https://github.com/forkbb/forkbb","last_synced_at":"2026-01-14T00:02:54.758Z","repository":{"id":45296864,"uuid":"78082382","full_name":"forkbb/forkbb","owner":"forkbb","description":"ForkBB is a free and open source forum software.","archived":false,"fork":false,"pushed_at":"2025-12-31T01:58:00.000Z","size":9010,"stargazers_count":37,"open_issues_count":7,"forks_count":11,"subscribers_count":7,"default_branch":"master","last_synced_at":"2026-01-04T02:53:15.934Z","etag":null,"topics":["forkbb","forum","parserus","pdo","pdo-mysql","pdo-pgsql","pdo-sqlite","sceditor"],"latest_commit_sha":null,"homepage":"https://forkbb.ru","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/forkbb.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-01-05T05:28:50.000Z","updated_at":"2025-12-31T01:58:04.000Z","dependencies_parsed_at":"2023-10-22T18:36:34.327Z","dependency_job_id":"ae1d77c4-1375-4202-9d30-b399e8757034","html_url":"https://github.com/forkbb/forkbb","commit_stats":{"total_commits":1711,"total_committers":1,"mean_commits":1711.0,"dds":0.0,"last_synced_commit":"7e7f4a291be58b29332870927f8c583c5bbbb11e"},"previous_names":[],"tags_count":63,"template":false,"template_full_name":null,"purl":"pkg:github/forkbb/forkbb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forkbb%2Fforkbb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forkbb%2Fforkbb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forkbb%2Fforkbb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forkbb%2Fforkbb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/forkbb","download_url":"https://codeload.github.com/forkbb/forkbb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forkbb%2Fforkbb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28406468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","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":["forkbb","forum","parserus","pdo","pdo-mysql","pdo-pgsql","pdo-sqlite","sceditor"],"created_at":"2026-01-14T00:02:54.158Z","updated_at":"2026-01-14T00:02:54.744Z","avatar_url":"https://github.com/forkbb.png","language":"PHP","readme":"# ForkBB rev.91 Beta Readme\n\n## About\n\nForkBB is a free and open source forum software. The project is based on [FluxBB_by_Visman](https://github.com/MioVisman/FluxBB_by_Visman)\n\n## Requirements\n\n* PHP 8.0+\n* PHP extensions: pdo, intl, json, mbstring, fileinfo\n* PHP extensions (suggests): imagick or gd (for upload avatars and other images), openssl (for send email via smtp server using SSL/TLS), curl (for OAuth)\n* A database such as MySQL 5.5.3+ (an extension using the mysqlnd driver must be enabled), SQLite 3.25+, PostgreSQL 10+\n\n## Install\n\nTopic [Установка (Installation)](https://forkbb.ru/topic/28/ustanovka-installation)\n\n### For Apache:\n\nApache must have **mod_rewrite** and **mod_headers** enabled. Also, the **AllowOverride** directive must be set to **All**.\n\nTwo options\n1. Shared hosting or site folder (Document Root != [**/public/**](https://github.com/forkbb/forkbb/tree/master/public) folder):\n    * Rename **.dist.htaccess** to **.htaccess**,\n    * Rename **index.dist.php** to **index.php**.\n    * (If you install the forum engine in the site folder, there may be conflicts between the forum's .htaccess rules and the site's .htaccess rules.)\n2. VPS/VDS with access to Apache configuration (Document Root == [**/public/**](https://github.com/forkbb/forkbb/tree/master/public) folder):\n    * Rename /public/**.dist.htaccess** to /public/**.htaccess**,\n    * Rename /public/**index.dist.php** to /public/**index.php**;\n\n### For NGINX:\n\n* [Example](https://github.com/forkbb/forkbb/blob/master/nginx.dist.conf) nginx configuration.\n* Note: Root must point to the [**/public/**](https://github.com/forkbb/forkbb/tree/master/public) directory.\n* Note: The **index.dist.php** file does not need to be renamed.\n\n## Favicon\n* You can rename /public/**favicon48.ico** file to /public/**favicon.ico**\n* You can create your own favicon file and copy it to /public/favicon.ico\n\n## Links\n\n* Homepage: https://forkbb.ru/\n* GitHub: https://github.com/forkbb/forkbb\n\n## License\n\nThis project is under MIT license. Please see the [license file](LICENSE) for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforkbb%2Fforkbb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fforkbb%2Fforkbb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforkbb%2Fforkbb/lists"}