PHPackages                             plinct/web - 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. plinct/web

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

plinct/web
==========

Web objects and widgets for Plinct app

1.22.1(7mo ago)0365proprietaryPHPPHP ^7.4|^8.0

Since Jul 22Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/maurocruz/web)[ Packagist](https://packagist.org/packages/plinct/web)[ RSS](/packages/plinct-web/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (95)Used By (0)

web
===

[](#web)

Web objects and widgets for Plinct app

write on array or json and output in HTML

> ## basic element
>
> [](#basic-element)

```
[
  "tag" => "element html tag",
  "attributes" => [ "name" => "value" ],
  "content" => "string" or [other element or object: array],
  "href" => "path/to/"
]

```

> ## html Objects
>
> [](#html-objects)
>
> There are three types: image, figure, picture, video, list, navbar, table

```
[
  "object" => "image",
  "attributes => [
    "class" => "image-styles",
    "id" => "image-id",
    "name" => "value"
  ],
  "src" => "/path/to/image.ext",
  "href" => "/path/to/link",
  "width" = number,
  "height = number
  "attributesHref = [array]
],
[
  "object" => "figure",
  "attributes" => [ "name" => "value" ],
  "src" => "/path/to/image.ext",
  "href" => "/path/to/link",
  "width" = number,
  "height = number,
  "caption" = "string",
  "attributesImg = [array],
  "attributesHref = [array]
],
[
  "object" => "picture",
  "attributes" => [
    "class" => "image-styles",
    "id" => "image-id"
  ],
  "src" => "/path/to/image.ext",
  "href" => "/path/to/link",
  "sources" => [
    [ "width" => number, "height" => proportional number ],
    [ "width" => 720, "height" => 0.75 ],
    [ "width" => 1024, "height" => 0.5 ]
  ],
  "content" => another object or element
]

```

And more

- Breadcrumb function
- Scroll up button
- form widgets
- street map
- icons
- page navigation
- website

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance66

Regular maintenance activity

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity76

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

Recently: every ~34 days

Total

94

Last Release

187d ago

Major Versions

0.11.0 → 1.0.02021-11-27

PHP version history (4 changes)v0.1.0PHP ^7.2

0.4.0PHP ^7.3

0.7.5PHP ^7.2|^8.0

0.8.3PHP ^7.4|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/71b64089f48dffb7001a369ccb93d1b6c910a1cdb90abf3d04d80f1f3f48c858?d=identicon)[maurocruz](/maintainers/maurocruz)

---

Top Contributors

[![maurocruz](https://avatars.githubusercontent.com/u/10211301?v=4)](https://github.com/maurocruz "maurocruz (187 commits)")

### Embed Badge

![Health badge](/badges/plinct-web/health.svg)

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

PHPackages © 2026

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