{"id":18925301,"url":"https://github.com/solutionstack/php-data-to-ul-parser","last_synced_at":"2026-03-14T13:30:14.675Z","repository":{"id":214795038,"uuid":"125531073","full_name":"solutionstack/php-data-to-ul-parser","owner":"solutionstack","description":"Demo for parsing Structured text data to an HTML \u003cul\u003e ","archived":false,"fork":false,"pushed_at":"2018-03-16T16:13:55.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-12-31T17:47:15.360Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/solutionstack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-03-16T14:57:31.000Z","updated_at":"2021-07-18T21:41:19.000Z","dependencies_parsed_at":"2023-12-30T20:37:47.302Z","dependency_job_id":"225c1f46-ee6d-4cfe-816e-558cd4d72e84","html_url":"https://github.com/solutionstack/php-data-to-ul-parser","commit_stats":null,"previous_names":["solutionstack/php-data-to-ul-parser"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solutionstack%2Fphp-data-to-ul-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solutionstack%2Fphp-data-to-ul-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solutionstack%2Fphp-data-to-ul-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solutionstack%2Fphp-data-to-ul-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solutionstack","download_url":"https://codeload.github.com/solutionstack/php-data-to-ul-parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239921844,"owners_count":19718844,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-08T11:10:46.092Z","updated_at":"2026-03-14T13:30:14.589Z","avatar_url":"https://github.com/solutionstack.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# php-data-to-ul-parser\nDemo for parsing Structured text data to an HTML \u0026lt;ul\u003e \n\n\n## The PHP scripts expects structured/formatted data in the input_data file\n\nThe input file format is formatted with each level indexed by four spaces more than the level above,\nLevel zero (the first line) is indexed with four spaces exactly\n\n\n### Example\n```\n    Head\n    Same level\n        Sublevel\n            Sub-sub-level\n            same-level\n        Sublevel\n    Same level\n        Sublevel\n    Same level\n\n```\n\nThe class is automatically called, when you run the index.php file. With the input above the output should be\n\n```html\n\n                    \u003cul\u003e\n                        \u003cli\u003eHead\u003c/li\u003e\n                        \u003cli\u003eSame level\u003c/li\u003e\n                        \u003cul\u003e\n                            \u003cli\u003eSublevel\u003c/li\u003e\n                            \u003cul\u003e\n                                \u003cli\u003eSub-sub-level\u003c/li\u003e\n                                \u003cli\u003esame-level\u003c/li\u003e\n                            \u003c/ul\u003e\n                            \u003cli\u003eSublevel\u003c/li\u003e\n                        \u003c/ul\u003e\n                        \u003cli\u003eSame level\n                            \u003cul\u003e\n                                \u003cli\u003eSublevel\u003c/li\u003e\n                            \u003c/ul\u003e\n                        \u003c/li\u003e\n                        \u003cli\u003eSame level\u003c/li\u003e\n                    \u003c/ul\u003e\n  \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolutionstack%2Fphp-data-to-ul-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolutionstack%2Fphp-data-to-ul-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolutionstack%2Fphp-data-to-ul-parser/lists"}