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 6 0 1.9 0.1 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 24K 0 6.8 51.7 BSD-3-Clause 9 months 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 7 years ago
View on GitHub
Context7
kiwilan/typescriptable-laravel 0.82 39 39 9 2K 7 12.1 26.6 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,503 1,504 13 14M 1 28.3 62.6 BSD-3-Clause 2 months 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 714 74 7K 0 8.5 14.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 3 0 17.2 9.6 MIT 1 month 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. 327 330 54 38K 6 6.3 30.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,502 1,511 145 365K 0 39.1 38.0 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
wnx/laravel-stats 0.79 1,746 1,751 84 26K 0 33.8 18.7 MIT 4 months 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 90 2 470K 0 13.4 56.8 MIT 4 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. 131 134 21 136K 0 5.2 41.6 MIT 1 year 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 81 5 218K 0 16.3 52.6 MIT 5 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. 60 60 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 2M 1 28.3 64.1 MIT 1 month 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 72K 2 25.1 48.1 NOASSERTION 3 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.
nexmo/api-specification
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
ecotone/kafka
22h/doctrine-garbage-collection-bundle
agtp/agtp-php
agtp/mod-php
splash/sonata-admin
splash/metadata