PHPackages                             nddcoder/laravel-spring - 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. [Framework](/categories/framework)
4. /
5. nddcoder/laravel-spring

ActiveLibrary[Framework](/categories/framework)

nddcoder/laravel-spring
=======================

Bring Spring Annotation into Laravel application

02PHP

Since Oct 19Pushed 3y ago2 watchersCompare

[ Source](https://github.com/dangdungcntt/laravel-spring)[ Packagist](https://packagist.org/packages/nddcoder/laravel-spring)[ RSS](/packages/nddcoder-laravel-spring/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Bring Spring Annotation into Laravel application
================================================

[](#bring-spring-annotation-into-laravel-application)

[![Latest Version on Packagist](https://camo.githubusercontent.com/562a55752538d82c7e1ca2524671ea3b3229e8752a08e5b169fff70a125389f1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6464636f6465722f6c61726176656c2d737072696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nddcoder/laravel-spring)[![GitHub Tests Action Status](https://github.com/dangdungcntt/laravel-spring/workflows/run-tests/badge.svg?branch=main)](https://github.com/dangdungcntt/laravel-spring/actions?query=workflow%3Arun-tests+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/a0276278ce9c88307d5535462266c0238807004c313265bb980f8c9aa1f9c342/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e6464636f6465722f6c61726176656c2d737072696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nddcoder/laravel-spring)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require nddcoder/laravel-spring
```

You can publish and run the migrations with:

```
php artisan vendor:publish --provider="Nddcoder\LaravelSpring\LaravelSpringServiceProvider" --tag="laravel-spring-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Nddcoder\LaravelSpring\LaravelSpringServiceProvider" --tag="laravel-spring-config"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$laravel-spring = new Nddcoder\LaravelSpring();
echo $laravel-spring->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

14

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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)

---

Top Contributors

[![dangdungcntt](https://avatars.githubusercontent.com/u/22521948?v=4)](https://github.com/dangdungcntt "dangdungcntt (15 commits)")

### Embed Badge

![Health badge](/badges/nddcoder-laravel-spring/health.svg)

```
[![Health](https://phpackages.com/badges/nddcoder-laravel-spring/health.svg)](https://phpackages.com/packages/nddcoder-laravel-spring)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M300](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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