Skip to content

navarr/attribute-dependency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Dependency Attribute for PHP

This is a composer package to make your static analysis tools happy :)

Usage

use Navarr\Attribute\Dependency;
    
// ...
    
#[Dependency(package: 'psr/log', versionConstraint: '^1', reason: 'Use of LoggerInterface::error')]

PHP 7 support

While the Attribute only works in PHP8, so long as it does not span multiple lines, it may be included in PHP7 codebases

Tools

See navarr/dependency-annotation for tools to analyse usage.

About

Dependency Attribute (see navarr/dependency-annotation)

Resources

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages