Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Php Type Graph Laravel Package

spatie/php-type-graph

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).

View on GitHub
Deep Wiki
Context7
Package
Score
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
spatie/typed 0.83 Userland improved PHP type system with type inference and runtime checking: generics, union types, typed collections/lists, tuples, and structs. Proof-of-concept package from Spatie to add stronger type guarantees without language-level support. 318 321 15 0 0 1.9 MIT 5 years ago
View on GitHub
Context7
stefanzweifel/laravel-stats-phploc 0.82 Fork of sebastianbergmann/phploc used to keep wnx/laravel-stats compatible across Laravel versions by supporting multiple sebastian/version releases. Measures PHP project size and structure (LOC, complexity, dependencies). Not intended for real projects. 5 5 1 34K 0 21.5 60.4 BSD-3-Clause 1 month ago
View on GitHub
Context7
spatie/code-outliner 0.82 CLI tool to visualize your code structure by generating outline images of files or directories. Overlay multiple files to spot dense or repetitive areas and improve readability. Requires Puppeteer via spatie/browsershot; install globally via Composer. 84 85 3 0 0 1.7 MIT 8 years ago
View on GitHub
Context7
kiwilan/typescriptable-laravel 0.82 40 39 9 2K 7 12.1 27.3 MIT 1 year ago
View on GitHub
Context7
sebastian/type 0.81 sebastian/type provides lightweight value objects for representing and working with PHP’s type system (built-in, class, union, intersection, nullable, etc.). Useful for static analysis tools, reflection helpers, and test utilities that need precise type modeling. 1,502 1,504 13 14M 1 31.6 64.9 BSD-3-Clause 1 month ago
View on GitHub
Context7
graphp/graph 0.81 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. 715 715 74 6K 0 8.5 13.4 MIT 4 years ago
View on GitHub
Context7
nexus-scholar/graph-core 0.80 Lightweight PHP 8.2+ graph data-structure for directed/undirected graphs with node/edge attributes, fast adjacency via integer indexing, read-only subgraph views, and exporters for Cytoscape.js JSON, GraphML, and GEXF. Ideal base for graph analytics. 0 0 0 0 0 15.4 MIT 3 months ago
View on GitHub
Context7
graphp/graphviz 0.80 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. 332 334 54 33K 6 6.3 29.7 MIT 6 years ago
View on GitHub
Deep Wiki
Context7
spatie/schema-org 0.80 Fluent PHP builder for the full Schema.org vocabulary. Create Schema.org types and properties via chainable methods and output valid JSON-LD/ld+json scripts for SEO. Auto-generated from Schema.org standards for complete coverage. 1,513 1,529 145 337K 1 41.1 37.8 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
wnx/laravel-stats 0.79 1,747 1,752 84 36K 0 39.1 21.5 MIT 1 month ago
View on GitHub
Context7
czogori/rentgen-bundle 0.79 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
draw/graphviz 0.78 PHP library for generating and rendering Graphviz DOT graphs. Build graphs programmatically, export DOT, and produce images (PNG/SVG/PDF) via the Graphviz CLI, with support for nodes, edges, attributes, and layouts for diagrams and dependency graphs. 0 0 0 0 0 0.0
View on GitHub
Context7
spatie/php-attribute-reader 0.78 Lightweight PHP 8+ utility to read native attributes from classes, methods, properties, and parameters using reflection. Designed for simple, fast attribute discovery in frameworks and libraries, with an API that fits common annotation-style workflows. 89 89 2 619K 0 11.4 57.7 MIT 6 months ago
View on GitHub
Context7
spatie/packagist-api 0.78 Search Packagist and fetch package details via the official Packagist API. Provides a simple PackagistClient built on Guzzle with a URL generator, plus helpers to list all packages or filter by vendor/type, and browse popular packages with pagination. 132 135 23 134K 0 24.6 48.5 MIT 1 month ago
View on GitHub
Context7
spatie/better-types 0.77 Reflection-powered type checking for PHP: verify whether a ReflectionType or method signature accepts given arguments (including unions/nullables and named params). Useful for dispatching/overload-like method selection and safer dynamic calls. 82 82 5 218K 0 13.2 50.9 MIT 7 months ago
View on GitHub
Context7
spatie/one-package-to-rule-them-all 0.77 Pulls in all Spatie packages at once so you don’t have to require them individually. Install via Composer, optionally publish the config, and get the full Spatie “magic” in one go for your Laravel app. 61 61 6 0 0 0.8 MIT 5 years ago
View on GitHub
Context7
spatie/php-structure-discoverer 0.77 Discover PHP classes, interfaces, traits, and enums that match conditions (e.g., implement an interface) across your project. Fast scanning with built-in caching and rich metadata—ideal for auto-registration, tooling, and framework integrations. 178 179 18 3M 1 25.9 63.0 MIT 3 months ago
View on GitHub
Deep Wiki
Context7
mitoteam/jpgraph 0.77 Composer wrapper for JpGraph 4.4.3 with PHP 5.5–8.5 support. Install via composer and call MtJpGraph::load() to autoload the JpGraph core and modules (bar, line, etc.), with optional Extended Mode, then use standard JpGraph classes like Graph. 56 60 7 87K 2 23.0 48.6 NOASSERTION 5 months ago
View on GitHub
Deep Wiki
Context7
jpgraph/jpgraph 0.76 Composer-friendly port of JpGraph (jpgraph.net) for PHP. Provides a vendor library wrapper with simple static loading: use JpGraph\JpGraph::load() and JpGraph\JpGraph::module('moduleName') to include the graph modules you need. 48 55 58 11K 6 2.1 25.2
View on GitHub
Context7
creative-web-solution/svg-graph-bundle 0.76 Laravel bundle for generating SVG-based graphs and charts. Provides helpers to build and render scalable, lightweight visuals in your app, suitable for dashboards and reports, with customizable output for embedding in views or exports. 0 0 0 0 0 0.3 MIT 4 years ago
View on GitHub
Context7
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
calmfox/watch-sylius
damienfern/grpc-symfony-bundle
atoolo/index-bundle
atoolo/genai-bundle
coprotoai/laravel-ticket
davidjln/llm-carbon-bundle
cryonighter/valid-request-bundle
coolms/taxonomy-bundle
coolms/field-bundle
articulate-orm/symfony
aaix/laravel-tall-architect
ephoto/akeneo-connector
emmanuelballery/eb-plantumlbundle
emielburgman/symfony-visitor-beacon
emielburgman/symfony-visit-storage
emielburgman/symfony-security-headers
emielburgman/symfony-log-viewer
emarref/xdebug-bundle
emarref/pubnub-bundle
elriseio/finance-money-bundle