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 with simple assertions, clear output, and easy CLI running. It supports writing isolated tests, reporting failures nicely, and integrates well into CI pipelines for fast, reliable test suites.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
apigen/apigen ApiGen generates smart, readable API documentation for PHP projects. Modern, easy to use, and supports PHP 8.3 features plus rich phpDoc/ PHPStan types, generics, type aliases, enums, union/intersection types, readonly, and more. 2,167 2,187 307 1K 21 35.5 10.4 NOASSERTION 3 years ago
View on GitHub
Context7
contributte/tester Contributte Tester integrates Nette Tester into your project with a ready-to-use setup and tooling. Install via Composer and follow the included docs to run and manage automated tests on PHP 8.2+ with Nette 3.2+. 2 3 2 5K 1 14.2 49.3 MIT 4 months ago
View on GitHub
Context7
czproject/git-php 555 564 108 113K 6 17.9 38.2 NOASSERTION 1 year ago
View on GitHub
Deep Wiki
Context7
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. 571 572 34 885K 2 27.9 51.7 NOASSERTION 4 days ago
View on GitHub
Context7
dg/twitter-php dg/twitter-php is a lightweight PHP library for the Twitter API, providing simple OAuth authentication and helpers for sending requests, posting tweets, and fetching timelines, user data, and more. Easy to integrate in Laravel or any PHP app. 536 538 146 1K 0 25.5 9.1 BSD-3-Clause 3 months 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 641 634 59 70K 19 7.1 25.6 NOASSERTION 10 years ago
View on GitHub
Context7
latte/latte Latte is a secure, fast PHP templating engine for clean, readable templates with powerful macros, automatic escaping, inheritance, and easy integration. Ideal for building maintainable views in PHP apps, including Laravel or standalone projects. 1,282 1,296 111 170K 18 43.7 42.0 NOASSERTION 1 month 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. 447 455 115 151K 20 43.7 60.5 NOASSERTION 4 days ago
View on GitHub
Deep Wiki
Context7
nette/assets Nette Assets is a lightweight asset pipeline for Nette apps. It helps you manage and reference CSS/JS, handle versioning/cache busting, and organize assets for development and production builds with a simple API and configuration. 43 42 4 14K 2 19.4 40.1 NOASSERTION 2 months 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. 436 442 44 208K 14 36.5 50.5 NOASSERTION 3 weeks 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. 287 287 10 161K 0 27.3 44.6 NOASSERTION 1 week ago
View on GitHub
Context7
nette/database Nette Database is a lightweight PHP database layer with a fluent SQL builder, safe parameter binding, and handy helpers for querying, fetching, and working with result sets. Includes connections, transactions, and simple caching for robust apps. 543 567 113 76K 61 51.6 64.6 NOASSERTION 1 month ago
View on GitHub
Context7
nette/di Nette DI is a fast, configurable dependency injection container for PHP. Compile-time container generation boosts performance, while extensions, autowiring, and service definitions make complex apps easy to wire. Integrates smoothly with the Nette framework or standalone. 923 929 75 338K 16 41.4 54.0 NOASSERTION 1 month 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. 529 543 146 135K 23 44.6 54.4 NOASSERTION 1 week 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. 488 508 89 203K 17 40.9 55.9 NOASSERTION 1 week ago
View on GitHub
Context7
nette/mail Lightweight PHP mailer from the Nette framework: compose and send emails with SMTP support, MIME messages, attachments, HTML/text bodies, and headers. Sensible defaults, easy integration, and good testability for apps and services. 492 540 72 110K 0 34.1 38.1 NOASSERTION 2 weeks ago
View on GitHub
Context7
nette/neon NEON is Nette’s human-friendly data serialization format and parser for PHP. It offers a clean syntax for configuration files, supports comments, multiline strings and typed values, and converts NEON to/from PHP arrays and objects with reliable error reporting. 935 943 36 1M 1 34.4 51.0 NOASSERTION 3 weeks 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,252 2,282 147 3M 1 38.9 48.1 NOASSERTION 3 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. 8 8 0 3K 0 0.0 34.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. 893 899 34 790K 4 30.7 47.1 NOASSERTION 3 months 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. 259 260 4 147K 2 19.6 43.7 NOASSERTION 3 months 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,009 1,013 28 11M 8 27.4 64.7 NOASSERTION 3 months ago
View on GitHub
Deep Wiki
Context7
nette/security Nette Security provides authentication and authorization for PHP apps, with ready-to-use user identity, login/logout handling, roles and permissions, and easy integration with Nette Framework services for secure access control. 377 388 41 108K 3 33.0 41.8 NOASSERTION 3 weeks ago
View on GitHub
Context7
nette/utils Handy PHP utility classes from the Nette Framework: strings, arrays, JSON, dates/times, file system helpers, safe reflection, and more. Lightweight, well-tested, and framework-agnostic—useful building blocks for everyday PHP and Laravel projects. 2,140 2,186 153 11M 9 47.0 66.0 NOASSERTION 3 weeks 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 35 2K 1 24.6 20.6 MIT 1 week 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. 354 360 25 2M 23 11.4 60.1 NOASSERTION 2 years ago
View on GitHub
Context7
shipmonk/dead-code-detector PHPStan extension that detects and helps remove unused PHP code. Finds dead methods/properties/constants/enum cases, dead cycles and transitive dead members, even dead tested code. Supports popular frameworks like Symfony and is configurable via usage providers. 472 470 22 438K 7 36.3 51.7 2 weeks ago
View on GitHub
Context7
tracy/tracy Tracy is a PHP debugging toolkit featuring an interactive error screen, detailed dumps, logging, and performance profiling. It helps you quickly inspect variables, catch exceptions, trace requests, and diagnose issues in development with minimal setup. 1,825 1,863 221 332K 13 49.0 44.7 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.
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle
atriumphp/atrium
sandermuller/package-boost-laravel
sandermuller/boost-skills
redaxo/core
yusufgenc/filament-api-forge
l3aro/rating-star-for-filament
leek/filament-subtenant-scope