PHPackages                             level51/silverstripe-find-http-action - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. level51/silverstripe-find-http-action

ActiveSilverstripe-vendormodule[HTTP &amp; Networking](/categories/http)

level51/silverstripe-find-http-action
=====================================

Finds actions by HTTP method used on the request.

0.2.0(6y ago)01.5k1MITPHP

Since Oct 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Level51/silverstripe-find-http-action)[ Packagist](https://packagist.org/packages/level51/silverstripe-find-http-action)[ Docs](https://github.com/level51/silverstripe-find-http-action)[ RSS](/packages/level51-silverstripe-find-http-action/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

Silverstripe Find HTTP Action
=============================

[](#silverstripe-find-http-action)

[![License](https://camo.githubusercontent.com/08cef40a9105b6526ca22088bc514fbfdbc9aac1ddbf8d4e6c750e3a88a44dca/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d626c75652e737667)](LICENSE.md)[![Version](https://camo.githubusercontent.com/18bca9c90f4006be7ad519b2a040fea23a596f26ef0acbd6d6aa4bd7b94c866b/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c6576656c35312f73696c7665727374726970652d66696e642d687474702d616374696f6e2e7376673f7374796c653d666c6174)](https://packagist.org/packages/level51/silverstripe-find-http-action)

Trait for finding controller actions by HTTP method used on the request. Handy for building CRUD based Webservices. Can be used alongside the default action handling.

Requirements
------------

[](#requirements)

- Silverstripe 4.x

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

[](#installation)

- `composer require level51/silverstripe-find-http-action`
- Flush config (`flush=all`)

Usage
-----

[](#usage)

```
use Level51\FindHTTPAction\FindHTTPAction;
use SilverStripe\Control\Controller;

class MyCRUDController extends Controller {

    use FindHTTPAction;

    ...

    private static $url_handlers = [
        'foo/$id'  => [
            'GET'    => 'getFooRecords',
            'POST'   => 'createFooRecord',
            'PUT'    => 'updateFooRecord',
            'DELETE' => 'deleteFooRecord'
        ],
        'bar/$id!' => [
            'PUT' => 'updateBarRecord'
        ],
        'about'    => 'myRegularAction
    ];
}
```

Maintainer
----------

[](#maintainer)

- Julian Scheuchenzuber

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% 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 ~25 days

Total

2

Last Release

2369d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/441f0e8f95c17048417a33f37e35d5ffdd4c07902cbedaf7f5786f4b7c454284?d=identicon)[JZubero](/maintainers/JZubero)

---

Top Contributors

[![JZubero](https://avatars.githubusercontent.com/u/13751426?v=4)](https://github.com/JZubero "JZubero (5 commits)")[![dkliemsch](https://avatars.githubusercontent.com/u/13777159?v=4)](https://github.com/dkliemsch "dkliemsch (1 commits)")

---

Tags

crudhttpsilverstripesilverstripe-4silverstripe-modulehttpsilverstripecrudsilverstripe-trait

### Embed Badge

![Health badge](/badges/level51-silverstripe-find-http-action/health.svg)

```
[![Health](https://phpackages.com/badges/level51-silverstripe-find-http-action/health.svg)](https://phpackages.com/packages/level51-silverstripe-find-http-action)
```

###  Alternatives

[ringcentral/psr7

PSR-7 message implementation

15322.2M61](/packages/ringcentral-psr7)

PHPackages © 2026

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