{"id":20839701,"url":"https://github.com/bjverde/ludsce","last_synced_at":"2026-02-23T13:15:16.885Z","repository":{"id":58117301,"uuid":"500689533","full_name":"bjverde/ludsce","owner":"bjverde","description":"LUDS ( PHP Digital Signage ), a simple Digital Signage with Player Software via browser:","archived":false,"fork":false,"pushed_at":"2025-03-09T00:35:56.000Z","size":11080,"stargazers_count":28,"open_issues_count":3,"forks_count":13,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-08-09T10:11:26.426Z","etag":null,"topics":["adianti","adianti-framework","digital-signage","php","signage-display"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bjverde.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}},"created_at":"2022-06-07T04:33:07.000Z","updated_at":"2025-07-05T13:11:59.000Z","dependencies_parsed_at":"2022-09-01T12:10:11.856Z","dependency_job_id":"554ebae7-8df4-4223-abdd-8efbbe22d660","html_url":"https://github.com/bjverde/ludsce","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/bjverde/ludsce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjverde%2Fludsce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjverde%2Fludsce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjverde%2Fludsce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjverde%2Fludsce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bjverde","download_url":"https://codeload.github.com/bjverde/ludsce/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjverde%2Fludsce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29743765,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:44:07.782Z","status":"ssl_error","status_checked_at":"2026-02-23T07:44:07.432Z","response_time":90,"last_error":"SSL_read: 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":["adianti","adianti-framework","digital-signage","php","signage-display"],"created_at":"2024-11-18T01:14:14.655Z","updated_at":"2026-02-23T13:15:16.851Z","avatar_url":"https://github.com/bjverde.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LUDS\n\n![visão geral](document/digital-signage.png)\n\nLUDS ( PHP Digital Signage ), a simple Digital Signage with Player Software via browser:\n\nThis is Community Edition, free software\n\nSee this documentation in other languages:\n- :us: [English version](README.md)\n- :brazil: [Portuguese version available](document/README_pt-BR.md). This is main documentation. This translates to the other languages\n- :es: [Spanish version available](document/README_es.md), translated by Google\n\nother known names\n* indoor media\n* tv media\n* corporate tv\n* digital panels\n* digital murals\n\nSee more information about:\n* How a Digital Signage works - https://www.voxeldigital.com.br/blog/como-funciona-publicacao-digital-signage/\n* What is a CMS - https://www.hostinger.com.br/tutorials/o-que-e-cms\n\n![visão geral](document/exemplo01.jpg)\n\n# Requirements\n* PHP 8.1.x or higher\n* [Adianti Fork Template 8.0.0.X ou superior](https://github.com/bjverde/adianti-fork-template/)\n\n# What's in each folder\n* database - SQL script to create the database see `maindatabase.sql` file. Extra permissions script see `permission-inserts-complemento.sql` file\n* document - documentation with images and auxiliary text.\n* system - is the system itself. With two parts: The external one, which is the web player, and the internal administrative one, which will be accessed at the URL `/admin`\n\n# Assembling web application\n\n1. Clone the project locally or on the server.\n1. Download [Adianti Fork Temaplate 8.0.0.1](https://github.com/bjverde/adianti-fork-template/releases/tag/v8.0.0.1) and copy the template content in the `ludsce\\system\\admin` folder. *Folders can be merged. But DO NOT REPLACE any*. Note you can use the original [Adianti Fork Temaplate 8.0.0.1](https://github.com/bjverde/adianti-fork-template/releases/tag/v8.0.0.1)\n1. Check with git if any files have changed. *Discards any changes or new files*\n1. Have a PHP 8.0.x server or higher, installed and configured with PDO SqLite.\n1. On the PHP server create the `ludsce` folder\n1. Copy the contents of the `system` folder to the `ludsce` created in the previous item.\n1. That's it, just access the system\n     1. External part that will be shown on TVs, http://SERVIDOR/ludsce/\n     1. Administrative part: http://SERVIDOR/ludsce/admin\n\nuser | password | profile\n------ | ------------------ | --------------------\nadmin | admin | it is super user can do everything in the system.\nuser | user | it is ordany user can only post Digital Signage\n\n# Similar Software \n| Name             | Site                                                     | GitHub                                    | Description                          |\n|------------------|----------------------------------------------------------|-------------------------------------------|--------------------------------------|\n| Xibo             | https://xibo.org.uk/                                     |                                           | Most Famous software Digital Display |\n| Hikvision Europe | https://www.youtube.com/channel/UCRY0VuF6yFucrTqMfZk6Bng |                                           |                                      |\n| smil control     | https://smil-control.com/                                | https://github.com/sagiadinos             |                                      |\n| CampusVision     | https://johnsonlm.com/CampusVision/                      | https://github.com/JohnsonLM/CampusVision |                                      |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbjverde%2Fludsce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbjverde%2Fludsce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbjverde%2Fludsce/lists"}