{"id":36388436,"url":"https://github.com/ulrack/web-edition","last_synced_at":"2026-01-11T15:05:42.570Z","repository":{"id":57074963,"uuid":"286291422","full_name":"ulrack/web-edition","owner":"ulrack","description":"The Ulrack Web Edition project.","archived":false,"fork":false,"pushed_at":"2021-04-03T12:19:08.000Z","size":14,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-18T07:10:49.981Z","etag":null,"topics":["api","application","cli","framework","php","ulrack","web"],"latest_commit_sha":null,"homepage":"","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/ulrack.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.dist.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-09T18:10:01.000Z","updated_at":"2021-04-03T12:18:04.000Z","dependencies_parsed_at":"2022-09-21T08:42:10.202Z","dependency_job_id":null,"html_url":"https://github.com/ulrack/web-edition","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/ulrack/web-edition","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulrack%2Fweb-edition","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulrack%2Fweb-edition/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulrack%2Fweb-edition/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulrack%2Fweb-edition/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ulrack","download_url":"https://codeload.github.com/ulrack/web-edition/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulrack%2Fweb-edition/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28309752,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T14:58:17.114Z","status":"ssl_error","status_checked_at":"2026-01-11T14:55:53.580Z","response_time":60,"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":["api","application","cli","framework","php","ulrack","web"],"created_at":"2026-01-11T15:05:40.916Z","updated_at":"2026-01-11T15:05:42.562Z","avatar_url":"https://github.com/ulrack.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Join us on Discord](https://img.shields.io/discord/753858953452191916.svg?label=Join+us\u0026logo=discord\u0026logoColor=ffffff\u0026color=7389D8\u0026labelColor=6A7EC2)](https://discord.gg/k9KVYqm)\n\n# Ulrack Web Edition\n\nThis package contains the base project for a Web package using Ulrack.\n\n## Installation\n\nTo create a new project, run the following command:\n\n```\ncomposer create-project ulrack/web-edition\n```\n\n## Usage\n\nThis project can be used to setup a Web application using PHP.\nThe documentation of the following packages can be helpful to read prior to\nstarting development.\n- [Why the locator.php file?](https://github.com/grizz-it/configuration/blob/master/docs/usage/adding-a-locator.md)\n- [How to create commands](https://github.com/ulrack/cli-application/blob/master/docs/usage/create-a-command.md)\n- [How to create and endpoint](https://github.com/ulrack/web-application/blob/master/docs/usage/create-an-endpoint.md)\n- [How services work](https://github.com/ulrack/services#usage)\n- [How the kernel works](https://github.com/ulrack/kernel/blob/master/docs/index.md)\n- [Install the PECL YAML dependency](https://github.com/grizz-it/codec/blob/master/docs/usage/index.md)\n\nThe following \"invisible\" services are available from the kernel:\n- `services.core.object.manager`\n- `services.core.codec.manager`\n- `services.core.resource.manager`\n- `services.core.cache.manager`\n- `services.core.validation.manager`\n- `services.core.service.manager`\n- `services.core.configuration.manager`\n- `services.core.object.manager`\n\nTheir names directly correlate to the Kernel managers that can be found in the\n[ulrack/kernel](https://github.com/ulrack/kernel/tree/master/src/Component/Kernel/Manager)\npackage. However it is recommended to avoid using these as much as possible,\nunless explicitely required.\n\nThe `bin/application` file can be freely renamed to anything else.\nTo turn the file into an executable, run the following command:\n```bash\nchmod u+x bin/application\n```\n\nIf there are any questions, never hesitate to ask! :)\n\n## Change log\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for details.\n\n## MIT License\n\nCopyright (c) GrizzIT\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulrack%2Fweb-edition","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fulrack%2Fweb-edition","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulrack%2Fweb-edition/lists"}