PHPackages                             flintstones/rest - 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. flintstones/rest

ActiveLibrary[API Development](/categories/api)

flintstones/rest
================

Adding some REST capabilities to Silex, so you can more easily build RESTful APIs. 110% Buzzword-Driven.

667210[4 issues](https://github.com/flintstones/Rest/issues)[4 PRs](https://github.com/flintstones/Rest/pulls)PHP

Since Aug 21Pushed 13y ago4 watchersCompare

[ Source](https://github.com/flintstones/Rest)[ Packagist](https://packagist.org/packages/flintstones/rest)[ RSS](/packages/flintstones-rest/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Flintstones RestServiceProvider
===============================

[](#flintstones-restserviceprovider)

Adding some REST capabilities to [Silex](http://silex-project.org), so you can more easily build RESTful APIs. 110% Buzzword-Driven.

You get accept header support and request body decoding.

Registering
-----------

[](#registering)

```
$app->register(new Flintstones\Rest\ServiceProvider(), array(
    'rest.fos.class_path'           => __DIR__.'/vendor',
    'rest.serializer.class_path'    => __DIR__.'/vendor',
));

```

Running the tests
-----------------

[](#running-the-tests)

```
$ curl -s https://getcomposer.org/installer | php
$ php composer.phar install
$ phpunit

```

Credits
-------

[](#credits)

- [FOSRestBundle](https://github.com/FriendsOfSymfony/FOSRestBundle)
- [Symfony2 Serializer Component](https://github.com/symfony/Serializer)

License
-------

[](#license)

The RestServiceProvider is licensed under the MIT license.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 58.1% 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/3afcc18d00fff840775bbf9570b3e9cd3997ca4820b9bfb14caf6da3ae580370?d=identicon)[igorw](/maintainers/igorw)

---

Top Contributors

[![igorw](https://avatars.githubusercontent.com/u/88061?v=4)](https://github.com/igorw "igorw (18 commits)")[![tonivdv](https://avatars.githubusercontent.com/u/1267658?v=4)](https://github.com/tonivdv "tonivdv (7 commits)")[![armen](https://avatars.githubusercontent.com/u/6529?v=4)](https://github.com/armen "armen (5 commits)")[![hingole](https://avatars.githubusercontent.com/u/906070?v=4)](https://github.com/hingole "hingole (1 commits)")

### Embed Badge

![Health badge](/badges/flintstones-rest/health.svg)

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

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