PHPackages                             skyline/route-annotation-compiler - 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. skyline/route-annotation-compiler

ActiveLibrary[API Development](/categories/api)

skyline/route-annotation-compiler
=================================

v8.0.0(3y ago)080BSD-3-ClausePHPPHP ^8

Since Apr 23Pushed 3y ago1 watchersCompare

[ Source](https://github.com/tasoftch/skyline-route-annotation-compiler)[ Packagist](https://packagist.org/packages/skyline/route-annotation-compiler)[ RSS](/packages/skyline-route-annotation-compiler/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)Dependencies (5)Versions (5)Used By (0)

Skyline Route Annotation Compiler
=================================

[](#skyline-route-annotation-compiler)

Adding this package to your Skyline Application extends its compilation to read routing information directly from the annotations of action controllers.

```
class MyActionController extends AbstractActionController {
    /**
     * My first action
     *
     * @route literal /direct-uri-to-this-action
     * @route regex %^/my\-(1|2|3)\-action$%i
     *
     * @render html-render
     */
    public function myAction() {
        // ...
    }
}
```

The @route annotation declares how to reach this action. Using literal or regex to describe a request URI. You must declare at least a URI annotation.

Additional declare a specific render to use.

Putting annotations into class doc comment makes it valid for all actions inside the class.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Total

4

Last Release

1188d ago

Major Versions

v0.8.2 → v8.0.02023-02-07

PHP version history (2 changes)v0.8.0PHP ^7.2

v8.0.0PHP ^8

### Community

Maintainers

![](https://www.gravatar.com/avatar/6ebe1f5c8eebd8dbc08f97152d06e1435e7eee746ea87e28eaaabaf708ac17dc?d=identicon)[skyline](/maintainers/skyline)

---

Top Contributors

[![tasoftch](https://avatars.githubusercontent.com/u/24875322?v=4)](https://github.com/tasoftch "tasoftch (11 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/skyline-route-annotation-compiler/health.svg)

```
[![Health](https://phpackages.com/badges/skyline-route-annotation-compiler/health.svg)](https://phpackages.com/packages/skyline-route-annotation-compiler)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M478](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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