PHPackages                             perfectin/webservice - 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. perfectin/webservice

ActiveTypo3-flow-framework[API Development](/categories/api)

perfectin/webservice
====================

TYPO3 Flow package for creating webservices

1.0.0(10y ago)013LGPL-3.0+PHP

Since Feb 10Pushed 10y ago1 watchersCompare

[ Source](https://github.com/benovie/PerfectIn.Webservice)[ Packagist](https://packagist.org/packages/perfectin/webservice)[ RSS](/packages/perfectin-webservice/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

PerfectIn.Webservice
====================

[](#perfectinwebservice)

is a TYPO3.Flow package to create webservices for existing code

Create webservice configuration where you define the methods that needs to be delivered as webservices

- Supports REST and SOAP

Example webservice configurations
---------------------------------

[](#example-webservice-configurations)

### Find all TYPO3\\Flow\\Security\\Role with REST

[](#find-all-typo3flowsecurityrole-with-rest)

webservices.yaml:

```
-
  name: Roles
  operations:
    -
      name: findAll
      bindings:
        -
          type: rest
          options:
            url: webservice/security/role
            method: GET
      implementation:
        class: TYPO3\Flow\Security\Policy\RoleRepository
        method: findAll

```

### Find one TYPO3\\Flow\\Security\\Roles with REST

[](#find-one-typo3flowsecurityroles-with-rest)

> Note that the variable {identifier} in the url is automatically mapped to the $identifier parameter in the `findByIdentifier` method

webservices.yaml:

```
    -
      name: read
      bindings:
        -
          type: rest
          options:
            url: webservice/security/role/{identifier}
            method: GET
      implementation:
        class: TYPO3\Flow\Security\Policy\RoleRepository
        method: findByIdentifier

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

3743d ago

### Community

Maintainers

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

---

Top Contributors

[![benovie](https://avatars.githubusercontent.com/u/6870882?v=4)](https://github.com/benovie "benovie (8 commits)")

### Embed Badge

![Health badge](/badges/perfectin-webservice/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

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

A PHP wrapper for Twilio's API

1.6k92.9M272](/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)
