https://github.com/anamarijapapic/weight-conversions

Weight conversions in PHP. (Spatie Laravel Package Training v2.0 - Creating a PHP package)

https://github.com/anamarijapapic/weight-conversions

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.5%) to scientific vocabulary

Keywords

conversion php weight weight-conversion
Last synced: 5 months ago · JSON representation

Repository

Weight conversions in PHP. (Spatie Laravel Package Training v2.0 - Creating a PHP package)

Basic Info
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 2
  • Releases: 3
Topics
conversion php weight weight-conversion
Created over 2 years ago · Last pushed over 2 years ago
Metadata Files
Readme Changelog Funding License

README.md

Weight conversions in PHP.

Latest Version on Packagist Tests Total Downloads

Weight conversions in PHP.
(Spatie Laravel Package Training v2.0 - Creating a PHP package)

Installation

You can install the package via composer:

bash composer require anamarijapapic/weight-conversions

Usage

```php use AnamarijaPapic\WeightConversions\Weight;

$pounds = Weight::kilograms(100)->toPounds();

$stones = Weight::kilograms(100)->toStones();

echo "100 kg = $pounds lb = $stones st"; ```

Testing

bash composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

Owner

  • Name: Anamarija Papić
  • Login: anamarijapapic
  • Kind: user
  • Location: Split, Croatia
  • Company: @Agilo

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: 17 minutes
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 1.25
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 4
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (4)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • packagist 4 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 3
  • Total maintainers: 1
packagist.org: anamarijapapic/weight-conversions

Weight conversions in PHP.

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 4 Total
Rankings
Dependent packages count: 18.8%
Forks count: 27.6%
Dependent repos count: 33.2%
Stargazers count: 37.9%
Average: 41.9%
Downloads: 92.0%
Maintainers (1)
Funding
  • url: https://github.com/anamarijapapic: type: github
Last synced: 6 months ago