PHPackages                             pomm-project/api-platform - 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. pomm-project/api-platform

ActiveLibrary[API Development](/categories/api)

pomm-project/api-platform
=========================

Api platform bridge for pomm

1811.5k7[3 issues](https://github.com/pomm-project/pomm-api-platform/issues)[1 PRs](https://github.com/pomm-project/pomm-api-platform/pulls)PHP

Since Sep 11Pushed 6y ago2 watchersCompare

[ Source](https://github.com/pomm-project/pomm-api-platform)[ Packagist](https://packagist.org/packages/pomm-project/api-platform)[ RSS](/packages/pomm-project-api-platform/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Pomm bridge for Api platform
============================

[](#pomm-bridge-for-api-platform)

[![Build Status](https://camo.githubusercontent.com/0e422dbde635b3331ee6bd51826cbe214f5746422fa38e4c363f2c6d4a943e83/68747470733a2f2f7472617669732d63692e6f72672f706f6d6d2d70726f6a6563742f706f6d6d2d6170692d706c6174666f726d2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/pomm-project/pomm-api-platform)

Use [Pomm](http://www.pomm-project.org/) with [Api platform](https://api-platform.com/).

Filters
-------

[](#filters)

### Search Filter

[](#search-filter)

The search filter supports:

- `partial` strategy uses `LIKE %text%` to search for fields that containing the text.
- `start strategy` uses `LIKE text%` to search for fields that starts with text.
- `end strategy` uses `LIKE %text` to search for fields that ends with text.
- `word_start` strategy uses `LIKE text% OR LIKE % text%` to search for fields that contains the word starting with text.

Prepend the letter `i` to the filter if you want it to be case insensitive. For example `ipartial` or `iexact`.

Add an entry in `services.yml`:

```
services:
    app.book.search_filter:
        parent:    'api_platform.pomm.search_filter'
        arguments: [ { 'title': 'exact', 'description': 'partial'} ]
        tags:      [ { name: 'api_platform.filter', id: 'book.search' } ]
```

And in `resources.yml` use the service filter:

```
resources:
    AppBundle\Entity\Book:
        collectionOperations:
            get:
                filters: ['book.search']
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ad548f45d6e5ef262a3fccb208a92f2e31d6e53b71e989ec49fb3c7fe03dd020?d=identicon)[chanmix51](/maintainers/chanmix51)

---

Top Contributors

[![sanpii](https://avatars.githubusercontent.com/u/113045?v=4)](https://github.com/sanpii "sanpii (24 commits)")[![stood](https://avatars.githubusercontent.com/u/327248?v=4)](https://github.com/stood "stood (2 commits)")

### Embed Badge

![Health badge](/badges/pomm-project-api-platform/health.svg)

```
[![Health](https://phpackages.com/badges/pomm-project-api-platform/health.svg)](https://phpackages.com/packages/pomm-project-api-platform)
```

###  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)
