{"id":15485996,"url":"https://github.com/gabrielelana/spaceland","last_synced_at":"2026-04-18T17:32:50.097Z","repository":{"id":62508609,"uuid":"160797817","full_name":"gabrielelana/spaceland","owner":"gabrielelana","description":"List available classes/traits/functions in a PHP project","archived":false,"fork":false,"pushed_at":"2019-12-09T14:54:33.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-23T06:59:33.882Z","etag":null,"topics":["emacs","php7","vim"],"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/gabrielelana.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}},"created_at":"2018-12-07T08:55:53.000Z","updated_at":"2019-12-09T14:54:35.000Z","dependencies_parsed_at":"2022-11-02T10:16:16.541Z","dependency_job_id":null,"html_url":"https://github.com/gabrielelana/spaceland","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gabrielelana/spaceland","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielelana%2Fspaceland","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielelana%2Fspaceland/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielelana%2Fspaceland/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielelana%2Fspaceland/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gabrielelana","download_url":"https://codeload.github.com/gabrielelana/spaceland/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielelana%2Fspaceland/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31977964,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T17:30:12.329Z","status":"ssl_error","status_checked_at":"2026-04-18T17:29:59.069Z","response_time":103,"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":["emacs","php7","vim"],"created_at":"2024-10-02T06:05:32.029Z","updated_at":"2026-04-18T17:32:50.070Z","avatar_url":"https://github.com/gabrielelana.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spaceland\n\nList available classes/traits/functions in a PHP project\n\n## Why\n\nThe primary usage is to automate the use of the `use` statements in\neditors like `Emacs` or `Vim`.\n\nWhen you write in your editor something like\n\n``` php\n$app-\u003eget('/ping, function(Request $req) {\n    // ...\n});\n```\n\nYou need to remember that the full name of `Request` is\n`Symfony\\Component\\HttpFoundation\\Request` so that you can add the\nappropriate use statement\n\n``` php\nuse Symfony\\Component\\HttpFoundation\\Request;\n```\n\nWith `spaceland` you can explore your project and its dependencies so\nthat you can automate the resolution process\n\n``` shell\n./vendor/bin/spaceland locate:classes | grep Request\n```\n\n## Installation\n\n``` shell\ncomposer require --dev gabrielelana/spaceland\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielelana%2Fspaceland","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabrielelana%2Fspaceland","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielelana%2Fspaceland/lists"}