PHPackages                             nddcoder/php-attributes-scanner - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. nddcoder/php-attributes-scanner

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

nddcoder/php-attributes-scanner
===============================

Scan directory and get Class with Attributes info

035PHP

Since Oct 19Pushed 3y ago1 watchersCompare

[ Source](https://github.com/dangdungcntt/php-attributes-scanner)[ Packagist](https://packagist.org/packages/nddcoder/php-attributes-scanner)[ RSS](/packages/nddcoder-php-attributes-scanner/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

This is my package php-attributes-scanner
=========================================

[](#this-is-my-package-php-attributes-scanner)

[![Latest Version on Packagist](https://camo.githubusercontent.com/260fc7fec98cb0524c95cbcbdb86b6119320cd3ee0efb56b5f62ad65b09137dd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6464636f6465722f7068702d617474726962757465732d7363616e6e65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nddcoder/php-attributes-scanner)[![GitHub Tests Action Status](https://github.com/dangdungcntt/php-attributes-scanner/workflows/Tests/badge.svg?branch=main)](https://github.com/dangdungcntt/php-attributes-scanner/actions?query=workflow%3Arun-tests+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/4335f6e60957d2dc04c8014ac92237f285829ade9e11d2baaf30f5bfef4c0369/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e6464636f6465722f7068702d617474726962757465732d7363616e6e65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nddcoder/php-attributes-scanner)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require nddcoder/php-attributes-scanner
```

You can publish and run the migrations with:

```
php artisan vendor:publish --provider="Nddcoder\PhpAttributesScanner\PhpAttributesScannerServiceProvider" --tag="php-attributes-scanner-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Nddcoder\PhpAttributesScanner\PhpAttributesScannerServiceProvider" --tag="php-attributes-scanner-config"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$php-attributes-scanner = new Nddcoder\PhpAttributesScanner();
echo $php-attributes-scanner->echoPhrase('Hello, Nddcoder!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Dung Nguyen Dang](https://github.com/dangdungcntt)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/108944439?v=4)[nddzee](/maintainers/nddcoder)[@nddcoder](https://github.com/nddcoder)

### Embed Badge

![Health badge](/badges/nddcoder-php-attributes-scanner/health.svg)

```
[![Health](https://phpackages.com/badges/nddcoder-php-attributes-scanner/health.svg)](https://phpackages.com/packages/nddcoder-php-attributes-scanner)
```

###  Alternatives

[usamamuneerchaudhary/country-city-state

Country City State Data Provider for Laravel 12+

242.6k](/packages/usamamuneerchaudhary-country-city-state)[coldtrick/user_support

Offers different community master features to support your users

142.4k](/packages/coldtrick-user-support)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
