PHPackages                             neartech/dev-tool - 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. neartech/dev-tool

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

neartech/dev-tool
=================

001[1 PRs](https://github.com/baodv/neartech-dev-tool/pulls)PHP

Pushed 3y ago1 watchersCompare

[ Source](https://github.com/baodv/neartech-dev-tool)[ Packagist](https://packagist.org/packages/neartech/dev-tool)[ RSS](/packages/neartech-dev-tool/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersionsUsed By (0)

Neartech Dev Tools
==================

[](#neartech-dev-tools)

neartech/dev-tool is a Laravel package which wa created to manage your Laravel . Module is like a laravel package, it have some views, controllers or models. This package is supported available tools for HMVC Laravel projects.

### Installation

[](#installation)

To install through composer, simply put the following in your `composer.json` file:

```
{
    "repositories": [
        {
            "type": "path",
            "url": "./platform/core/*"
        },
        {
            "type": "path",
            "url": "./platform/plugins/*"
        },
        {
            "type": "path",
            "url": "./platform/packages/*"
        }
    ]
}

```

And then run composer install to fetch the package.

```
composer require neartech/dev-tool

```

### Create new module

[](#create-new-module)

To create a new module you can simply run :

```
php artisan neartech:module:create

```

- `` - Required. The name of module will be created.
- `` - Optional. You might need to register your module provider to `config/app.php` if you skip option.

Artisan Commands
----------------

[](#artisan-commands)

Update later

###  Health Score

9

—

LowBetter than 0% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity8

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://www.gravatar.com/avatar/ae8c79bd61db0de1bf1351af371a4826abcf6f135699a77a726152b6f36e318f?d=identicon)[baodv](/maintainers/baodv)

---

Top Contributors

[![baodv](https://avatars.githubusercontent.com/u/40750577?v=4)](https://github.com/baodv "baodv (1 commits)")

### Embed Badge

![Health badge](/badges/neartech-dev-tool/health.svg)

```
[![Health](https://phpackages.com/badges/neartech-dev-tool/health.svg)](https://phpackages.com/packages/neartech-dev-tool)
```

###  Alternatives

[dbrekelmans/bdi

PHAR distribution of dbrekelmans/browser-driver-installer.

635.8M128](/packages/dbrekelmans-bdi)[kenangundogan/fontisto

Fontisto gives you scalable vector icons that can instantly be customized: size, color, drop shadow and anything that can be done with the power of CSS.

4901.6k](/packages/kenangundogan-fontisto)[wehaa/liveupdate

A Laravel Nova field.

29184.8k](/packages/wehaa-liveupdate)

PHPackages © 2026

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