{"id":28403272,"url":"https://github.com/phel-lang/web-skeleton","last_synced_at":"2025-10-11T11:03:14.791Z","repository":{"id":75541351,"uuid":"591924549","full_name":"phel-lang/web-skeleton","owner":"phel-lang","description":"A simple skeleton to build a website using Phel.","archived":false,"fork":false,"pushed_at":"2025-06-09T17:29:01.000Z","size":42,"stargazers_count":15,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-09-27T05:50:24.907Z","etag":null,"topics":["functional-programming","phel","phel-lang","php","scaffolding","webapp"],"latest_commit_sha":null,"homepage":"https://phel-lang.org/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phel-lang.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}},"created_at":"2023-01-22T11:18:20.000Z","updated_at":"2025-06-09T17:29:10.000Z","dependencies_parsed_at":"2024-03-16T15:07:09.295Z","dependency_job_id":"3c9a0f86-8073-4a34-89c0-1c50ad8fe212","html_url":"https://github.com/phel-lang/web-skeleton","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/phel-lang/web-skeleton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phel-lang%2Fweb-skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phel-lang%2Fweb-skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phel-lang%2Fweb-skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phel-lang%2Fweb-skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phel-lang","download_url":"https://codeload.github.com/phel-lang/web-skeleton/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phel-lang%2Fweb-skeleton/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007000,"owners_count":26084225,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["functional-programming","phel","phel-lang","php","scaffolding","webapp"],"created_at":"2025-06-01T17:30:26.363Z","updated_at":"2025-10-11T11:03:14.782Z","avatar_url":"https://github.com/phel-lang.png","language":"PHP","funding_links":[],"categories":["Project Skeletons"],"sub_categories":[],"readme":"# Phel Web Skeleton\n\n[Phel](https://phel-lang.org/) is a functional programming language that compiles to PHP. \n\nThis repository provides you the basic setup to start coding a website using phel.\n\n## Getting started\n\n### Requirements\n\nPhel requires at least PHP 8.3.\n\n#### Locally (no Docker)\n\n1. Ensure you have PHP \u003e=8.3 (Some help about how to install multiple PHP versions locally on [linux](https://github.com/phpbrew/phpbrew) and [Mac](https://github.com/shivammathur/homebrew-php))\n1. Ensure you have [composer](https://getcomposer.org/composer-stable.phar)\n1. Clone this repo\n1. Install the dependencies | `composer install` \n\n#### Using Docker\n\n1. Clone this repo\n1. Build the image | `docker-compose up -d --build`\n1. Go inside the console | `docker exec -ti -u dev phel_web_skeleton bash`\n1. Install the dependencies | `composer install`\n\n### Phel code\n\n1. Write your phel code in `src/`\n2. Run your web server with \n   - `composer run:dev`: it will recompile the code on every request\n   - `composer run:prod`: it will run the same compiled code on every request \n\n### Tests\n\n1. Write your phel tests in `tests/`\n1. Execute your tests with `composer test`\n\n## More about starting with phel\n\nFind more information about how to start with phel in [getting started](https://phel-lang.org/documentation/getting-started/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphel-lang%2Fweb-skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphel-lang%2Fweb-skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphel-lang%2Fweb-skeleton/lists"}