PHPackages                             omatech/editora-astro-resource - 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. omatech/editora-astro-resource

ActiveLibrary

omatech/editora-astro-resource
==============================

0508↓100%PHP

Since Oct 3Pushed 7mo ago6 watchersCompare

[ Source](https://github.com/omatech/editora-astro-resource)[ Packagist](https://packagist.org/packages/omatech/editora-astro-resource)[ RSS](/packages/omatech-editora-astro-resource/feed)WikiDiscussions edge Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Editora Astro Resource
======================

[](#editora-astro-resource)

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

[](#installation)

Require the package in your composer.json

```
composer require omatech/editora-astro-resource

```

Setup configuration
-------------------

[](#setup-configuration)

Set the configuration option in ***config/editora.php***

```
'astroToken' => 'hash'
```

Using
-----

[](#using)

### Get uris

[](#get-uris)

The endpoint is predefined to obtain all published routes. Use the token to authenticate.

```
Headers: { astro-token: hash }
POST: /api/astro/routes

```

### Get resources

[](#get-resources)

Use AstroResource in controllers to extract data and return it as a response.

```
return AstroResource::resources(
    HomeExtraction::find($this->inst_id, $this->preview),
    GlobalExtraction::find(2, $this->preview),
    [
        'breadcrumbs' => PageExtraction::getBreadcrumbs($this->inst_id, $this->preview)
    ]
);
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance44

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 Bus Factor1

Top contributor holds 72.7% 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/2a6b2440a7864015d71501a9cd77d28bed549c283afdd8d1af95f54b650dc833?d=identicon)[aponscat](/maintainers/aponscat)

---

Top Contributors

[![hondilla](https://avatars.githubusercontent.com/u/7813599?v=4)](https://github.com/hondilla "hondilla (8 commits)")[![jabello187](https://avatars.githubusercontent.com/u/125561460?v=4)](https://github.com/jabello187 "jabello187 (2 commits)")[![rubenmaralc](https://avatars.githubusercontent.com/u/119672520?v=4)](https://github.com/rubenmaralc "rubenmaralc (1 commits)")

### Embed Badge

![Health badge](/badges/omatech-editora-astro-resource/health.svg)

```
[![Health](https://phpackages.com/badges/omatech-editora-astro-resource/health.svg)](https://phpackages.com/packages/omatech-editora-astro-resource)
```

PHPackages © 2026

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