PHPackages                             abdulqdos/weight-conversions - 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. abdulqdos/weight-conversions

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

abdulqdos/weight-conversions
============================

My First Pkg

1.1.0(1mo ago)02[1 PRs](https://github.com/abdulqdos/weight-conversions/pulls)MITPHPPHP ^8.4CI passing

Since May 3Pushed 1mo agoCompare

[ Source](https://github.com/abdulqdos/weight-conversions)[ Packagist](https://packagist.org/packages/abdulqdos/weight-conversions)[ Docs](https://github.com/abdulqdos/weight-conversions)[ GitHub Sponsors](https://github.com/abdulqdos)[ RSS](/packages/abdulqdos-weight-conversions/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (2)Dependencies (12)Versions (4)Used By (0)

My First Pkg
============

[](#my-first-pkg)

[![Latest Version on Packagist](https://camo.githubusercontent.com/da2d49c0f1658b0a45dd0e00ca8c4c80db5a69748cd748e244503ba4f7b26f0a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616264756c71646f732f7765696768742d636f6e76657273696f6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/abdulqdos/weight-conversions)[![GitHub Tests Action Status](https://camo.githubusercontent.com/5e9b38743a66e4317dfde8dc404570088d115d011c274541a2d0bc1942d93154/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f616264756c71646f732f7765696768742d636f6e76657273696f6e732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/abdulqdos/weight-conversions/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/65de4acc7206a9692fc1233a8fad1691803385ae6e26eeb6e114a586035b94bb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f616264756c71646f732f7765696768742d636f6e76657273696f6e732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/abdulqdos/weight-conversions/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/25971c461cfb39237b9e950c5372aa4ffef6efd445690db80b12000b02a9f0cc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616264756c71646f732f7765696768742d636f6e76657273696f6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/abdulqdos/weight-conversions)

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 abdulqdos/weight-conversions
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="weight-conversions-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="weight-conversions-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="weight-conversions-views"
```

Usage
-----

[](#usage)

```
$weightConversions = new AbdulqdosAlabinie\WeightConversions();
echo $weightConversions->echoPhrase('Hello, AbdulqdosAlabinie!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Abdulqdos Alabinie](https://github.com/abdulqdos)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance93

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

37d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2a2fb0d8344170d06c485623e3304420925878f7c4d2a1b9aa3b409344676b2f?d=identicon)[abdulqdos](/maintainers/abdulqdos)

---

Top Contributors

[![abdulqdos](https://avatars.githubusercontent.com/u/144905848?v=4)](https://github.com/abdulqdos "abdulqdos (10 commits)")

---

Tags

laravelweight-conversionsabdulqdos

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/abdulqdos-weight-conversions/health.svg)

```
[![Health](https://phpackages.com/badges/abdulqdos-weight-conversions/health.svg)](https://phpackages.com/packages/abdulqdos-weight-conversions)
```

###  Alternatives

[spatie/laravel-data

Create unified resources and data transfer objects

1.8k33.0M871](/packages/spatie-laravel-data)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.3M41](/packages/spatie-laravel-pdf)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

327482.0k25](/packages/codewithdennis-filament-select-tree)[nativephp/desktop

NativePHP for Desktop

37833.6k8](/packages/nativephp-desktop)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

124581.3k](/packages/worksome-exchange)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3913.7k](/packages/rawilk-profile-filament-plugin)

PHPackages © 2026

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