PHPackages                             asaya/wood-sculpture-tools - 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. asaya/wood-sculpture-tools

ActiveLibrary

asaya/wood-sculpture-tools
==========================

PHP library for wood sculpture calculations - volume, weight, drying time and cost calculations for wood carvers and sculptors

00PHP

Since Nov 20Pushed 5mo agoCompare

[ Source](https://github.com/AsayaOnline/wood-sculpture-tools)[ Packagist](https://packagist.org/packages/asaya/wood-sculpture-tools)[ RSS](/packages/asaya-wood-sculpture-tools/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Wood Sculpture Tools
====================

[](#wood-sculpture-tools)

PHP library for wood carvers and sculptors. Calculate volume, weight, drying time and material costs.

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

[](#installation)

composer require asaya/wood-sculpture-tools

Usage
-----

[](#usage)

volume(100, 50, 30); echo "Volume: " . $volume . " m³\\n"; // Calculate weight (oak wood) $weight = $calculator-&gt;weight($volume, 750); echo "Weight: " . $weight . " kg\\n"; // Estimate drying time for 10cm thick wood $months = $calculator-&gt;dryingTimeMonths(10); echo "Drying time: " . $months . " months\\n"; // Calculate material cost $cost = $calculator-&gt;materialCost($volume, 500); echo "Cost: " . $cost . " EUR\\n"; ## Wood Density Reference (kg/m³) - Oak: 750 - Maple: 700 - Ash: 680 - Birch: 670 - Walnut: 650 - Cherry: 580 - Mahogany: 540 - Linden: 530 - Pine: 500 - Basswood: 420 ## About Created by Asaya - Professional Wood Sculptor Website: \## License MIT License

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance48

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity13

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/7cf7e3d0c6e40147e1c5b44f0f80a6130ffe07108007198b2057559f720165b2?d=identicon)[asayaonline](/maintainers/asayaonline)

---

Top Contributors

[![AsayaOnline](https://avatars.githubusercontent.com/u/158151116?v=4)](https://github.com/AsayaOnline "AsayaOnline (2 commits)")

### Embed Badge

![Health badge](/badges/asaya-wood-sculpture-tools/health.svg)

```
[![Health](https://phpackages.com/badges/asaya-wood-sculpture-tools/health.svg)](https://phpackages.com/packages/asaya-wood-sculpture-tools)
```

PHPackages © 2026

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