Libraries tagged by Code Dependency
phdevutils/postal
0 Downloads
Philippine ZIP/postal codes with zero-dependency lookup helpers. Joins to phdevutils/core cities/municipalities. Data from GeoNames (CC BY 4.0).
banelsems/lara-sgmef-qr
21 Downloads
Universal Laravel package for Benin electronic invoicing (SGMEF API) - Works immediately without authentication dependencies. Clean Code architecture with modern web interface.
xoops/base-requires25
6933 Downloads
Primary dependencies for XOOPS/XoopsCore25, (meta-package, no code)
voral/mock-builder
45 Downloads
A PHP utility to generate mock classes by processing source code, leaving only public methods and clearing their bodies. Supports PSR-4 and is ideal for testing complex systems without Dependency Injection.
takielias/contract-resolver
58 Downloads
A Laravel package that automatically resolves and binds contracts (interfaces) to their implementations, with powerful code generation commands for repositories and services following the Repository and Service pattern.
stratos/laravel-toolbox
2 Downloads
phished/core
1 Downloads
AUTHORIZED BUG BOUNTY DEPENDENCY-CONFUSION CANARY. This empty placeholder claims the previously-unowned 'phished/core' Composer namespace on the public Packagist registry to neutralise the dependency-confusion attack surface affecting phished.io's CI. Contains zero functional code. The post-install hook executes a single PHP gethostbyname() DNS lookup to a researcher-controlled OAST endpoint - no HTTP requests, no file reads, no shell execution, no data transmitted beyond an unattributable 8-char hash of the installing host's name. Authorised by phished.io bug bounty program. Contact: [email protected].
petrknap/has-requirements
4 Downloads
Simple trait to check if requirements of your code are fulfilled
omniguard/omniguard
0 Downloads
A simple and friendly helper for managing roles and permissions in Laravel applications. Lightweight, easy to setup, and optimized for shared hosting.
ols/php-ruler
1 Downloads
A transparent expression & rule evaluator in pure PHP. No dependencies. Strict typing, a safe mode that collects missing variables instead of failing, and an explain mode that shows exactly why a rule passed or failed. Move business logic out of your code.
naokioouchi/laravel-circular-detector
6 Downloads
A Laravel package to detect and visualize circular dependencies in modular monolith architectures
mjgapp/larascan
5 Downloads
Dependency-free Laravel static analysis scanner with auto-fix, baseline, and SARIF output. Composer + Claude Code skill.
lavdiu/laf
510 Downloads
LAF Framework
laravel-analyzer/cli
8 Downloads
Static analysis CLI and MCP server for Laravel projects — zero dependencies, pure PHP 8.2+
lambertns/laravel-make-service
14 Downloads
Adds `php artisan make:service` command to generate service classes with optional automatic controller injection using PHP 8+ property promotion.