https://github.com/phpactor/phpactor-packages
Monorepo for all Phpactor packages
https://github.com/phpactor/phpactor-packages
Last synced: 3 months ago
JSON representation
Monorepo for all Phpactor packages
- Host: GitHub
- URL: https://github.com/phpactor/phpactor-packages
- Owner: phpactor
- Created: 2019-08-03T09:21:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-29T20:53:53.000Z (over 1 year ago)
- Last Synced: 2025-01-18T08:19:54.006Z (5 months ago)
- Language: PHP
- Size: 3.14 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Phpactor Packages
=================This is a mono repository containing most of the Phpactor packages.
Structure
---------Each package is contained in a namespace:
```
src/
```The corresponding test files are in the `tests/` folder:
```
tests/
```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:- [worse reflection](https://github.com/phpactor/worse-reflection): Static reflection and flow analysis.
- [language-server](https://github.com/phpactor/language-server): Unopinonated language server framework.
- [language-server-protocol](https://github.com/phpactor/language-server-protocol): Transpiled LSP protocol
- [text-document](https://github.com/phpactor/text-document): Value objects for representing source code files.
- [docblock](https://github.com/phpactor/docblock): Sub-standard docblock parsing.
- [class-to-file](https://github.com/phpactor/class-to-file): Determine class names from files and vice-versa.
- [container](https://github.com/phpactor/container): The Phpactor DI container library.
- [map-resolver](https://github.com/phpactor/map-resolver): Similar to the Symfony OptionsResolver (used by the container lib).
- [amp-fs-watch](https://github.com/phpactor/amp-fswatch): Async library to watch for file changes.
- [test-utils](https://github.com/phpactor/test-utils): Various testing utilities (used by above packages).