{"id":22010100,"url":"https://github.com/beldar/zendtut","last_synced_at":"2026-04-11T22:02:54.539Z","repository":{"id":10866691,"uuid":"13152497","full_name":"beldar/ZendTut","owner":"beldar","description":"ZendSkeleton Tutorial","archived":false,"fork":false,"pushed_at":"2013-09-27T14:51:23.000Z","size":1248,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-23T07:41:21.502Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beldar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-27T14:26:40.000Z","updated_at":"2013-09-28T09:43:35.000Z","dependencies_parsed_at":"2022-08-29T22:12:19.356Z","dependency_job_id":null,"html_url":"https://github.com/beldar/ZendTut","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/beldar/ZendTut","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beldar%2FZendTut","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beldar%2FZendTut/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beldar%2FZendTut/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beldar%2FZendTut/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beldar","download_url":"https://codeload.github.com/beldar/ZendTut/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beldar%2FZendTut/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31696743,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T21:17:31.016Z","status":"ssl_error","status_checked_at":"2026-04-11T21:17:24.556Z","response_time":54,"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":[],"created_at":"2024-11-30T02:12:01.065Z","updated_at":"2026-04-11T22:02:54.524Z","avatar_url":"https://github.com/beldar.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"ZendSkeletonApplication\n=======================\n\nIntroduction\n------------\nThis is a simple, skeleton application using the ZF2 MVC layer and module\nsystems. This application is meant to be used as a starting place for those\nlooking to get their feet wet with ZF2.\n\n\nInstallation\n------------\n\nUsing Composer (recommended)\n----------------------------\nThe recommended way to get a working copy of this project is to clone the repository\nand use `composer` to install dependencies using the `create-project` command:\n\n    curl -s https://getcomposer.org/installer | php --\n    php composer.phar create-project -sdev --repository-url=\"https://packages.zendframework.com\" zendframework/skeleton-application path/to/install\n\nAlternately, clone the repository and manually invoke `composer` using the shipped\n`composer.phar`:\n\n    cd my/project/dir\n    git clone git://github.com/zendframework/ZendSkeletonApplication.git\n    cd ZendSkeletonApplication\n    php composer.phar self-update\n    php composer.phar install\n\n(The `self-update` directive is to ensure you have an up-to-date `composer.phar`\navailable.)\n\nAnother alternative for downloading the project is to grab it via `curl`, and\nthen pass it to `tar`:\n\n    cd my/project/dir\n    curl -#L https://github.com/zendframework/ZendSkeletonApplication/tarball/master | tar xz --strip-components=1\n\nYou would then invoke `composer` to install dependencies per the previous\nexample.\n\nUsing Git submodules\n--------------------\nAlternatively, you can install using native git submodules:\n\n    git clone git://github.com/zendframework/ZendSkeletonApplication.git --recursive\n\nVirtual Host\n------------\nAfterwards, set up a virtual host to point to the public/ directory of the\nproject and you should be ready to go!\n\nAlternatively — if you are using PHP 5.4 or above — you may start the internal PHP cli-server in the public\ndirectory:\n\n    cd public\n    php -S 0.0.0.0:8080 index.php\n\nThis will start the cli-server on port 8080, and bind it to all network\ninterfaces.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeldar%2Fzendtut","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeldar%2Fzendtut","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeldar%2Fzendtut/lists"}