PHPackages                             solcomart/dissect - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. solcomart/dissect

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

solcomart/dissect
=================

A set of tools for lexical and syntactical analysis written in pure PHP

08PHP

Since Aug 22Pushed 8mo agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Dissect
-------

[](#dissect)

This library is based on @jakubledl and @WalterWoshid work.

Dissect library provides a set of tools to create and use lexical parsers. Read more at /docs folder. For the goaop/framework it is responsible for parsing pointcut DSL expressions into AST tree, which might be then processed.

[![GitHub Actions Workflow Status](https://camo.githubusercontent.com/fc89e428e5de35411a6fc6bb5e4193d9238a9b0cb6979c425e4b39b0d7d774e4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f676f616f702f646973736563742f7068702d74657374732e796d6c3f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/fc89e428e5de35411a6fc6bb5e4193d9238a9b0cb6979c425e4b39b0d7d774e4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f676f616f702f646973736563742f7068702d74657374732e796d6c3f6272616e63683d6d6173746572)[![Total Downloads](https://camo.githubusercontent.com/2bf19b29e9f4183fae89766cac923d70207ae9574ca5bc67ca6c0adcebe04019/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f676f616f702f646973736563742e737667)](https://packagist.org/packages/goaop/dissect)[![Daily Downloads](https://camo.githubusercontent.com/d344db8883ea34c3e3752eb9bb9c8499ab35c200977e95e50d07a5d477c92744/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64642f676f616f702f646973736563742e737667)](https://packagist.org/packages/goaop/dissect)[![PHP Version](https://camo.githubusercontent.com/ec21f169d70b69344c67d6f18fa1a24d20476d2f0cd680e8c4a1534c22f34e5f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230382e322d3838393242462e737667)](https://php.net/)[![GitHub License](https://camo.githubusercontent.com/483ab6d49d7ae3cedc81a2eace4b3bbbd58d97c3f1d12188f1f1edf78ed71286/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f676f616f702f64697373656374)](https://camo.githubusercontent.com/483ab6d49d7ae3cedc81a2eace4b3bbbd58d97c3f1d12188f1f1edf78ed71286/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f676f616f702f64697373656374)

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

[](#installation)

```
composer require goaop/dissect
```

Documentation?
==============

[](#documentation)

[Here](docs/index.md).

Testing
-------

[](#testing)

- Run `composer run-script test`
    or
- Run `composer run-script test-coverage`

Show your support
-----------------

[](#show-your-support)

Give a ⭐ if this project helped you!

📝 License
---------

[](#-license)

This project is [MIT](https://opensource.org/licenses/MIT) licensed.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance42

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 Bus Factor1

Top contributor holds 60.9% 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/823fe5b64dd6b59b14a42ad136dc2fbb558077ca43f93a35bc724aa5f209ba44?d=identicon)[solcomart](/maintainers/solcomart)

---

Top Contributors

[![lisachenko](https://avatars.githubusercontent.com/u/640114?v=4)](https://github.com/lisachenko "lisachenko (28 commits)")[![WalterWoshid](https://avatars.githubusercontent.com/u/36635504?v=4)](https://github.com/WalterWoshid "WalterWoshid (14 commits)")[![solcomart](https://avatars.githubusercontent.com/u/5334071?v=4)](https://github.com/solcomart "solcomart (3 commits)")[![samsonasik](https://avatars.githubusercontent.com/u/459648?v=4)](https://github.com/samsonasik "samsonasik (1 commits)")

### Embed Badge

![Health badge](/badges/solcomart-dissect/health.svg)

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

###  Alternatives

[masterminds/html5

An HTML5 parser and serializer.

1.8k242.8M229](/packages/masterminds-html5)[sabberworm/php-css-parser

Parser for CSS Files written in PHP

1.8k191.2M65](/packages/sabberworm-php-css-parser)[jms/metadata

Class/method/property metadata management in PHP

1.8k152.8M88](/packages/jms-metadata)[jms/serializer-bundle

Allows you to easily serialize, and deserialize data of any complexity

1.8k89.3M627](/packages/jms-serializer-bundle)[hassankhan/config

Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files

97513.5M170](/packages/hassankhan-config)[meyfa/php-svg

Read, edit, write, and render SVG files with PHP

54613.9M42](/packages/meyfa-php-svg)

PHPackages © 2026

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