PHPackages                             gabrielelana/spaceland - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. gabrielelana/spaceland

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

gabrielelana/spaceland
======================

List available classes/traits/functions in a project

01.5kPHP

Since Dec 9Pushed 6y agoCompare

[ Source](https://github.com/gabrielelana/spaceland)[ Packagist](https://packagist.org/packages/gabrielelana/spaceland)[ RSS](/packages/gabrielelana-spaceland/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Spaceland
=========

[](#spaceland)

List available classes/traits/functions in a PHP project

Why
---

[](#why)

The primary usage is to automate the use of the `use` statements in editors like `Emacs` or `Vim`.

When you write in your editor something like

```
$app->get('/ping, function(Request $req) {
    // ...
});
```

You need to remember that the full name of `Request` is `Symfony\Component\HttpFoundation\Request` so that you can add the appropriate use statement

```
use Symfony\Component\HttpFoundation\Request;
```

With `spaceland` you can explore your project and its dependencies so that you can automate the resolution process

```
./vendor/bin/spaceland locate:classes | grep Request
```

Installation
------------

[](#installation)

```
composer require --dev gabrielelana/spaceland
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ed102e71a4ddc420660d84010ae0387b1c75340b77670e7e9a49d2964dd2ca80?d=identicon)[gabrielelana](/maintainers/gabrielelana)

---

Top Contributors

[![gabrielelana](https://avatars.githubusercontent.com/u/50211?v=4)](https://github.com/gabrielelana "gabrielelana (17 commits)")

---

Tags

emacsphp7vim

### Embed Badge

![Health badge](/badges/gabrielelana-spaceland/health.svg)

```
[![Health](https://phpackages.com/badges/gabrielelana-spaceland/health.svg)](https://phpackages.com/packages/gabrielelana-spaceland)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
