phpactor / phpactor-packages

Monorepo for all Phpactor packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phpactor Packages

This is a mono repository containing most of the Phpactor packages.

Structure

Each package is contained in a namespace:

src/<package name>

The corresponding test files are in the tests/ folder:

tests/<package name>

History

Originally each of the packages existed as an independent GIT repository, but given that none of them were every stable and nobody used them it only created a massive maintenance burden.

Most of the repositories have now been consolidated here with the exceptions of:

About

Monorepo for all Phpactor packages


Languages

Language:PHP 99.6%Language:Twig 0.4%