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

Tester Laravel Package

nette/tester

Nette Tester is a lightweight PHP unit testing framework focused on fast execution and readable assertions. It supports test cases, data providers, output capture, and isolation of tests, making it easy to write reliable automated tests without heavy setup.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
dg/bypass-finals DG\BypassFinals lets you bypass PHP’s final classes and methods at runtime so you can mock, extend, or patch code that’s otherwise locked down—useful for testing legacy dependencies. Lightweight, Composer-ready, and works with popular test frameworks. 564 565 32 961K 8 29.3 55.2 NOASSERTION 1 year ago
View on GitHub
Context7
jakub-onderka/php-parallel-lint Abandoned PHP tool for fast parallel linting (syntax checking) of PHP files with colored output and formats like Checkstyle/JSON. Install via Composer and run on directories with options for excludes, jobs, stdin, and git blame. Suggested alternative: php-parallel-lint/PHP-Parallel-Lint 642 634 59 43K 19 15.6 40.5 NOASSERTION 10 years ago
View on GitHub
Context7
latte/latte Latte is a secure, designer-friendly templating engine for PHP. It offers automatic escaping, fast compilation to PHP, clear syntax, reusable components like blocks and macros, and smooth integration with frameworks. Ideal for building safe, maintainable views. 1,274 1,290 113 194K 19 45.7 44.8 NOASSERTION 2 weeks ago
View on GitHub
Context7
nette/application Nette Application is the web framework core of the Nette stack, providing MVC architecture with presenters, routing, DI integration, HTTP handling, and error/debug support. Build secure, structured PHP web apps with clean separation of concerns. 446 450 116 224K 20 43.4 64.5 NOASSERTION 3 months ago
View on GitHub
Deep Wiki
Context7
nette/assets Nette Assets provides a lightweight way to manage web assets in Nette apps. It helps register, version, and generate URLs for CSS/JS and other files, supporting cache busting and clean asset linking in templates and presenters. 41 41 4 22K 2 22.6 44.8 NOASSERTION 1 week ago
View on GitHub
Context7
nette/caching High-performance caching library from Nette. Provides flexible cache storage backends, automatic expiration, dependency-based invalidation, and easy integration for PHP apps. Ideal for speeding up responses and reducing database or API load. 435 440 44 224K 14 37.1 52.1 NOASSERTION 1 month ago
View on GitHub
Context7
nette/component-model Nette Component Model is a lightweight PHP package for building component-based UI structures. It provides component containers, naming and lookup, lifecycle hooks, and signal handling—forming the foundation used by Nette for reusable, composable components. 285 284 10 198K 0 26.8 46.2 NOASSERTION 4 months ago
View on GitHub
Context7
nette/database Nette Database is a lightweight PHP database layer with a fluent query builder, safe parameter binding, and convenient data fetching. Works with PDO and integrates with Nette, offering transactions, profiling, and easy exploration of results. 542 565 112 106K 58 53.0 71.8 NOASSERTION 5 months ago
View on GitHub
Context7
nette/di Nette DI is a fast, secure dependency injection container for PHP. It compiles configuration into optimized PHP for performance, supports autowiring, service factories, extensions, and strong type safety. Ideal for Nette apps or standalone use. 920 927 74 373K 16 42.3 56.7 NOASSERTION 5 months ago
View on GitHub
Context7
nette/forms Nette Forms is a PHP form-building library for creating secure, reusable web forms with built-in validation, CSRF protection, rendering helpers, and easy component composition. Integrates smoothly with Nette Framework but works standalone in any PHP app. 527 540 147 168K 21 43.8 56.4 NOASSERTION 4 months ago
View on GitHub
Context7
nette/http Nette HTTP provides a clean, lightweight HTTP layer for PHP apps. It handles requests, responses, headers, cookies, sessions, and URL utilities with a consistent API, making it easy to build frameworks, middleware, or standalone services. 486 505 89 296K 17 40.8 59.6 NOASSERTION 5 months ago
View on GitHub
Context7
nette/mail Nette Mail is a PHP library for composing and sending emails. Build MIME messages with text/HTML bodies, attachments, and embedded images, set headers and recipients, and send via SMTP or native mail() with a simple, reliable API. 491 538 73 132K 8 36.5 43.4 NOASSERTION 1 week ago
View on GitHub
Context7
nette/neon Nette Neon is a human-friendly configuration format for PHP, similar to YAML but simpler and safer. This package provides a fast NEON encoder/decoder with support for comments, multi-line strings, and rich data types, ideal for configs and app settings. 934 939 36 1M 1 35.0 51.9 NOASSERTION 3 months ago
View on GitHub
Context7
nette/php-generator Generate PHP code via a fluent API: build classes, interfaces, functions, methods, properties, namespaces, and PHPDoc, then render to valid PHP. Handy for code generators, scaffolding tools, and runtime code output with strict formatting and escaping. 2,247 2,276 146 3M 1 45.2 50.2 NOASSERTION 2 months ago
View on GitHub
Deep Wiki
Context7
nette/phpstan-rules Extra PHPStan rules from the Nette ecosystem to catch more issues in your PHP codebase. Adds stricter checks and best-practice validations on top of PHPStan, helping improve static analysis coverage and prevent bugs before runtime. 6 6 0 2K 0 0.0 32.4
View on GitHub
Context7
nette/robot-loader Nette RobotLoader is a fast, zero-configuration autoloader for PHP that automatically discovers classes, caches results for performance, and rebuilds when files change. Ideal for Nette apps and standalone projects needing reliable class loading. 891 896 34 952K 4 35.9 50.6 NOASSERTION 1 month ago
View on GitHub
Context7
nette/routing Fast, flexible URL routing for PHP apps. Define clean routes with parameters, optional parts, and strict matching. Supports route lists, host/path based rules, URL generation, and reverse routing—ideal for structured web apps and APIs. 257 257 4 188K 2 25.0 47.4 NOASSERTION 1 month ago
View on GitHub
Context7
nette/schema nette/schema is a small PHP library for validating and normalizing structured data. Define schemas for arrays, configuration, and user input with type checks, defaults, required fields, ranges, and clear error messages—ideal for safe config loading. 1,003 1,008 29 10M 8 33.0 68.1 NOASSERTION 1 month ago
View on GitHub
Deep Wiki
Context7
nette/security Secure Laravel authentication with Nette’s OAuth2, JWT, and session management—simplify identity handling for APIs and web apps. 373 383 42 126K 3 33.2 43.4 NOASSERTION 5 months ago
View on GitHub
Context7
nette/utils Handy PHP utility classes from Nette: strings, arrays, JSON, validators, safe HTML, and more. Lightweight, well-tested helpers that complement any framework or plain PHP app, making common tasks cleaner, safer, and faster to write. 2,139 2,186 152 10M 10 48.1 67.9 NOASSERTION 1 month ago
View on GitHub
Deep Wiki
Context7
om/potrans Laravel package to manage, store and sync translations. Provides tools to import/export language files, edit translations via a UI, and keep localization data consistent across environments and deployments. 105 105 36 951 1 24.4 16.2 MIT 3 months ago
View on GitHub
Context7
php-parallel-lint/php-parallel-lint Parallel PHP syntax checker that lints files concurrently for faster CI runs. Supports plain/colored text, JSON, and checkstyle output, plus optional blame to find the commit that introduced errors. Install via Composer or use the provided PHAR. 351 355 25 2M 23 31.3 71.9 NOASSERTION 2 years ago
View on GitHub
Context7
shipmonk/dead-code-detector PHPStan extension that finds and can auto-remove unused PHP code: dead methods/properties/constants/enum cases, dead cycles, transitive dead members, and even dead tested code. Supports popular libs like Symfony and Doctrine with customizable usage providers. 377 361 20 360K 5 33.7 49.5 1 day ago
View on GitHub
Context7
tracy/tracy Tracy is a powerful PHP debugging and profiling toolkit. It provides an in-browser debug bar, detailed error screens, dumps, logging, and performance tools to quickly inspect requests, trace issues, and speed up development in PHP apps. 1,822 1,861 221 353K 23 53.7 55.0 NOASSERTION 1 month 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.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport