pear/structures_graph
PEAR Structures_Graph is a lightweight PHP library for creating and working with graphs (nodes and edges). It provides common graph data structures and algorithms for traversal and analysis, useful for dependency graphs, routing, and other graph-based problems.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| pear/archive_tar | 0.86 | PEAR Archive_Tar handles TAR archives in PHP: create, list, extract, and append files. Supports gzip (zlib), bzip2 (bz2), and LZMA2/XZ compression when extensions are available. | 76 | 78 | 35 | 1M | 0 | 7.9 | 56.5 | — | 10 months ago | |
| pear/pear | 0.85 | PEAR (PHP Extension and Application Repository) provides a classic package manager and installer for PHP, enabling you to discover, install, and update reusable libraries and extensions. Includes tooling for packaging, channels, dependency resolution, and versioned releases. | 114 | 116 | 104 | 24K | 1 | 22.0 | 36.1 | NOASSERTION | 4 months ago | |
| pear/net_ftp | 0.82 | PEAR Net_FTP is a PHP library for connecting to FTP servers, browsing directories, and transferring files. It provides an object-oriented API for common FTP operations like login, upload/download, rename, delete, and permissions handling. | 3 | 4 | 8 | 1K | 0 | 0.1 | 24.6 | — | — | |
| pear/versioncontrol_git | 0.82 | PEAR’s VersionControl_Git is a PHP library for interacting with Git repositories from your code. It wraps common git commands (status, log, diff, commit, branch, tag, etc.), supports executing via the Git CLI, and helps automate repository workflows in PHP apps. | 37 | 37 | 13 | 8K | 0 | 0.3 | 22.4 | — | — | |
| pear/xml_util | 0.80 | PEAR XML_Util provides handy helpers for working with XML: build attribute lists from arrays, generate tags, validate XML names, and more. Lightweight utility methods for creating and checking XML document parts in PHP. | 2 | 2 | 3 | 39K | 0 | 1.4 | 39.0 | — | 6 years ago | |
| symplify/package-builder | 0.80 | Helper utilities for building Symfony/PHP packages: lightweight DI and service configuration, parameter resolution, class and file helpers, and tooling-friendly conventions. Designed to reduce boilerplate when composing reusable packages and developer tools. | 164 | 168 | 7 | 72K | 0 | 0.5 | 25.7 | MIT | — | |
| pear/pear-core-minimal | 0.78 | Minimal core components for PEAR, providing essential infrastructure for PEAR-based installs and tooling without the full PEAR distribution. Useful for lightweight setups, embedding, or environments that need only the basics of PEAR’s package system. | 80 | 81 | 8 | 2M | 0 | 18.7 | 61.6 | — | 4 months ago | |
| symplify/easy-testing | 0.77 | Utilities for easier PHP unit testing, focused on writing cleaner tests with less boilerplate. Provides helpers and base test cases commonly used in Symplify tools to streamline assertions, fixture handling, and test setup across projects. | 41 | 42 | 3 | 46K | 0 | 0.1 | 29.7 | MIT | — | |
| spiral/snapshots | 0.77 | Laravel snapshot testing helpers for asserting arrays, JSON, and HTTP responses against stored snapshots. Generate, update, and compare snapshots in tests to catch unexpected changes with clear diffs and simple PHPUnit integration. | 2 | 2 | 0 | 779 | 0 | 1.2 | 33.4 | MIT | 7 years ago | |
| mbsoft31/graph-core | 0.77 | Lightweight, dependency-free graph library for PHP 8.2+. Build directed/undirected graphs with node and edge attributes, fast adjacency lookups, subgraph views, and export to Cytoscape.js JSON, GraphML, and GEXF (XML exports require ext-dom). | 0 | 0 | 0 | 108 | 0 | 6.5 | 29.7 | MIT | 8 months ago | |
| symplify/rule-doc-generator | 0.77 | Generate consistent, readable documentation for custom PHP rules. Symplify Rule Doc Generator creates rule descriptions and examples automatically, helping you document PHPStan, Rector, or coding-standard rules quickly and keep docs in sync with code. | 31 | 31 | 3 | 28K | 0 | 0.2 | 36.2 | MIT | — | |
| graphp/graph | 0.76 | Graphp/graph is a PHP graph data structure library for building and traversing graphs of vertices and edges. Create directed or undirected graphs, attach attributes, and run common algorithms like shortest paths, cycles, and connectivity for analysis and visualization. | 713 | 713 | 74 | 6K | 0 | 8.5 | 13.5 | MIT | 4 years ago | |
| php-standard-library/php-standard-library | 0.76 | PSL is a modern standard library for PHP 8.4+, inspired by HHVM’s HSL. It offers consistent, well-typed APIs for async, collections, I/O, networking, crypto, terminal UI, and more—safer alternatives to built-ins with predictable errors and async-ready design. | 1,543 | 1,544 | 87 | 254K | 21 | 46.2 | 44.0 | MIT | 1 week ago | |
| pear/log | 0.73 | PEAR Log provides a simple, standardized logging system for PHP. It supports multiple backends (file, console, syslog, database, mail, etc.), configurable priorities and formatting, and a consistent API to route application messages wherever you need. | 51 | 54 | 19 | 38K | 1 | 7.7 | 40.3 | MIT | 10 months ago | |
| phpdocumentor/guides-graphs | 0.73 | Graph extension for phpDocumentor Guides that adds diagram/graph rendering support to your documentation. Generate visual graphs from source definitions and integrate them into Guides output as part of your build pipeline. | 0 | 0 | 2 | 9K | 0 | 1.6 | 54.6 | MIT | 2 years ago | |
| graphp/graphviz | 0.73 | PHP GraphViz builder for creating, editing, and rendering Graphviz DOT graphs. Build nodes and edges programmatically, manage attributes, and export to images or DOT output for documentation, diagrams, and visualization workflows. | 325 | 329 | 54 | 34K | 6 | 5.1 | 2.3 | MIT | 6 years ago | |
| spatie/php-type-graph | 0.72 | Build a graph of all PHP types in your project. Analyze classes, interfaces, enums, and their relationships to understand your codebase structure, dependencies, and type usage. Useful for architecture insights, tooling, and visualization (WIP). | 10 | 9 | 4 | 0 | 0 | 0.7 | — | MIT | 2 years ago |
How can I help you explore Laravel packages today?