PHPackages                             gnugat/nomo-spaco - 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. gnugat/nomo-spaco

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

gnugat/nomo-spaco
=================

Displays the declared fully qualified classnames of a project

v0.4.3(7y ago)25170.7k↓23.6%55MITPHPPHP &gt;=5.3

Since Nov 25Pushed 7y ago2 watchersCompare

[ Source](https://github.com/gnugat/nomo-spaco)[ Packagist](https://packagist.org/packages/gnugat/nomo-spaco)[ RSS](/packages/gnugat-nomo-spaco/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (1)Versions (8)Used By (5)

Nomo Spaco
==========

[](#nomo-spaco)

Finds available Fully Qualified ClassNames (fqcn) in a project.

> **Caution**: this is a prototype, the work is still in progress.

> **Note**: a Fully Qualified ClassName (fqcn) is a classname with its complete namespace (e.g. `Symfony\Component\HttpFoundation\Request`).

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

[](#installation)

Use [Composer](https://getcomposer.org) to install this library in your projects:

```
composer require "gnugat/nomo-spaco:~0.4"

```

Features
--------

[](#features)

### Find in path

[](#find-in-path)

In order to find all available fully qualified classnames of a PHP project, you need to provide the path to its root:

```
