PHPackages                             portedcheese/webflow-integration - 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. portedcheese/webflow-integration

ActiveLibrary

portedcheese/webflow-integration
================================

Load webflow template

v1.3.0(5y ago)1130[2 issues](https://github.com/PortedCheese/webflow-integration/issues)MITPHP

Since Apr 30Pushed 5y ago1 watchersCompare

[ Source](https://github.com/PortedCheese/webflow-integration)[ Packagist](https://packagist.org/packages/portedcheese/webflow-integration)[ RSS](/packages/portedcheese-webflow-integration/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (6)Versions (41)Used By (0)

WebFlow integration
===================

[](#webflow-integration)

Установка
---------

[](#установка)

`composer require portedcheese/webflow-integration`

Настройка
---------

[](#настройка)

Пройтись по процессу установки [Base |](https://packagist.org/packages/portedcheese/base-settings)[Seo |](https://packagist.org/packages/portedcheese/seo-integration)[Ajax forms |](https://packagist.org/packages/portedcheese/ajax-forms)[Contact](https://packagist.org/packages/portedcheese/contact-page)

```
php artisan migrate

php artisan make:webflow

```

Описание
--------

[](#описание)

Добавляет на страницы с шаблоном WebFlow меню сайта (main)

Что бы сделать вывод главной, можно в контроллер главной страницы дописать:

```
if (class_exists(WebflowPage::class)) {
    $page = WebflowPage::getHomePage();
    if (!empty($page)) {
        return $page;
    }
}

```

Меню для админки

`@includeIf("webflow-integration::admin.webflow.menu")`

На странице должен быть блок с аттрибутом `main-section="main-section"`

Что бы заработало меню сайта, нужен элемент nav с атрибутом `navigation-menu='navigation-menu'`.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity71

Established project with proven stability

 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 ~13 days

Recently: every ~87 days

Total

40

Last Release

2067d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ba53ceb68f24f423fef88740a75df7872996a5c2f95ac9503cdaa39da1baccb4?d=identicon)[PortedCheese](/maintainers/PortedCheese)

---

Top Contributors

[![PortedCheese](https://avatars.githubusercontent.com/u/10044027?v=4)](https://github.com/PortedCheese "PortedCheese (27 commits)")

### Embed Badge

![Health badge](/badges/portedcheese-webflow-integration/health.svg)

```
[![Health](https://phpackages.com/badges/portedcheese-webflow-integration/health.svg)](https://phpackages.com/packages/portedcheese-webflow-integration)
```

###  Alternatives

[jkuchar/pdfresponse

PdfResponse is wrapper of mPDF for Nette.

10329.4k](/packages/jkuchar-pdfresponse)[lochmueller/seocli

SEO CLI Tool

1113.4k](/packages/lochmueller-seocli)

PHPackages © 2026

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