PHPackages                             woodynadobhar/biollante - 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. woodynadobhar/biollante

ActiveLibrary

woodynadobhar/biollante
=======================

Laravel scaffolding generator

00PHP

Since Mar 16Pushed 1mo agoCompare

[ Source](https://github.com/WoodyNaDobhar/biollante)[ Packagist](https://packagist.org/packages/woodynadobhar/biollante)[ RSS](/packages/woodynadobhar-biollante/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Biollante
=========

[](#biollante)

A Laravel scaffolding generator for rapidly building application structure.

Biollante provides Artisan commands that generate common Laravel and frontend components, reducing repetitive setup and helping keep projects consistent.

The package focuses on reproducible scaffolding patterns using template-driven generation.

---

Features
--------

[](#features)

- Artisan-based code generation
- Scaffolding for Laravel models, interfaces, and related components
- Frontend scaffolding for Vue components
- Template-driven generation using customizable stubs
- Designed for reuse across multiple Laravel projects

---

Requirements
------------

[](#requirements)

- PHP 8.2+
- Laravel 10 or newer
- Composer

---

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

[](#installation)

Install via Composer:

```
composer require woodynadobhar/biollante
```

Laravel will automatically discover the package service provider.

---

Quick Example
-------------

[](#quick-example)

Generate scaffolding for a model:

```
php artisan make:scaffold Example
```

The command generates the application scaffolding defined by the package templates.

---

Usage
-----

[](#usage)

Run the available Artisan generators:

```
php artisan make:scaffold ModelName
```

Additional generator commands may be available depending on the installed version.

---

Philosophy
----------

[](#philosophy)

Biollante follows a few guiding principles:

**Reduce repetition**
Eliminate boilerplate setup work.

**Encourage consistency**
Generated files follow predictable structure and conventions.

**Remain flexible**
Templates can be modified or extended to suit project needs.

**Stay tool-focused**
Biollante provides scaffolding tools rather than dictating application architecture.

---

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

[](#contributing)

Contributions are welcome.

If you want to contribute:

1. Fork the repository
2. Create a feature branch
3. Commit your changes
4. Push your branch
5. Submit a pull request

Please include a clear description of the problem being solved.

---

License
-------

[](#license)

MIT

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance59

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity11

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

---

Top Contributors

[![WoodyNaDobhar](https://avatars.githubusercontent.com/u/1338540?v=4)](https://github.com/WoodyNaDobhar "WoodyNaDobhar (3 commits)")

### Embed Badge

![Health badge](/badges/woodynadobhar-biollante/health.svg)

```
[![Health](https://phpackages.com/badges/woodynadobhar-biollante/health.svg)](https://phpackages.com/packages/woodynadobhar-biollante)
```

PHPackages © 2026

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