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 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 2w 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 47% of packages

Maintenance20

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://avatars.githubusercontent.com/u/88061?v=4)[Igor](/maintainers/igorw)[@igorw](https://github.com/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

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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