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. [Utility &amp; Helpers](/categories/utility)
4. /
5. asaya/wood-sculpture-tools

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

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 7mo 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 today

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

16

—

LowBetter than 4% of packages

Maintenance44

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://avatars.githubusercontent.com/u/158151116?v=4)[Asaya](/maintainers/asayaonline)[@AsayaOnline](https://github.com/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)
```

###  Alternatives

[rinvex/laravel-menus

Rinvex Menus is a simple menu builder package for Laravel, that supports hierarchical structure, ordering, and styling with full flexibility using presenters for easy styling and custom structure of menu rendering.

304.0k20](/packages/rinvex-laravel-menus)

PHPackages © 2026

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