PHPackages                             accela-framework/json-ld-plugin - 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. [API Development](/categories/api)
4. /
5. accela-framework/json-ld-plugin

ActiveLibrary[API Development](/categories/api)

accela-framework/json-ld-plugin
===============================

JSON-LD structured data generator for Accela

0.1.2(6mo ago)08MITPHP

Since Dec 19Pushed 6mo agoCompare

[ Source](https://github.com/accela-framework/json-ld-plugin)[ Packagist](https://packagist.org/packages/accela-framework/json-ld-plugin)[ Docs](https://github.com/accela-framework/json-ld-plugin)[ RSS](/packages/accela-framework-json-ld-plugin/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (1)Versions (4)Used By (0)

Accela JSON-LD Plugin
=====================

[](#accela-json-ld-plugin)

JSON-LD構造化データを出力するAccelaプラグイン。

インストール
------

[](#インストール)

```
composer require accela-framework/json-ld-plugin
```

設定
--

[](#設定)

`index.php` でプラグインを有効化：

```
$accela = new Accela([
  "appDir" => __DIR__ . "/app",
  "url" => "https://example.com",
  "plugins" => [
    "json-ld" => []
  ]
]);
```

コンポーネント
-------

[](#コンポーネント)

### breadcrumb

[](#breadcrumb)

パンくずリストの構造化データを出力。

```

  {
    "/": "ホーム",
    "/blog/": "ブログ",
    "@permalink": "@title"
  }

```

#### Content フォーマット

[](#content-フォーマット)

JSON形式で `"URL": "ラベル"` を記述：

```
{
  "/": "ホーム",
  "/blog/": "ブログ",
  "@category_url": "@category",
  "@permalink": "@title"
}
```

#### 記法

[](#記法)

記法説明`"/path/"`静的URL`"ラベル"`静的ラベル`"@prop"`Page Props から取得`"@@text"``@` で始まるリテラル文字列#### 出力例

[](#出力例)

```

{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"ホーム","item":"https://example.com/"},{"@type":"ListItem","position":2,"name":"ブログ","item":"https://example.com/blog/"},{"@type":"ListItem","position":3,"name":"記事タイトル","item":"https://example.com/blog/my-post/"}]}

```

ライセンス
-----

[](#ライセンス)

MIT

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance67

Regular maintenance activity

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity27

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.

###  Release Activity

Cadence

Every ~2 days

Total

3

Last Release

192d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b960901aad8d8784a640337e33f813a8b1cdb88191d0eaf9b0037d47d07ae9b1?d=identicon)[green-spot](/maintainers/green-spot)

---

Top Contributors

[![green-spot](https://avatars.githubusercontent.com/u/97027570?v=4)](https://github.com/green-spot "green-spot (3 commits)")

---

Tags

JSON-LDseophp frameworkstructured-dataSPAAccela

### Embed Badge

![Health badge](/badges/accela-framework-json-ld-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/accela-framework-json-ld-plugin/health.svg)](https://phpackages.com/packages/accela-framework-json-ld-plugin)
```

###  Alternatives

[brotkrueml/schema

Embedding schema.org vocabulary - API and view helpers for schema.org markup

34653.7k16](/packages/brotkrueml-schema)[hszope/laravel-aigeo

Generative Engine Optimization (GEO) for Laravel — get your products surfaced inside AI-generated answers from ChatGPT, Gemini, Perplexity and more.

631.0k](/packages/hszope-laravel-aigeo)[devrabiul/laravel-seo-manager

Laravel SEO Manager is an SEO tool that improves SEO by adding recommended meta tags.

396.7k](/packages/devrabiul-laravel-seo-manager)[larament/seokit

A complete SEO package for Laravel, covering everything from meta tags to social sharing and structured data.

452.8k](/packages/larament-seokit)

PHPackages © 2026

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