PHPackages                             m-fejczaruk/symfony2-rest-skeleton - 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. [Framework](/categories/framework)
4. /
5. m-fejczaruk/symfony2-rest-skeleton

ActiveProject[Framework](/categories/framework)

m-fejczaruk/symfony2-rest-skeleton
==================================

The Symfony2 "Rest edition skeleton" based on "Symfony Standard Edition" distribution

0.2(11y ago)1441MITPHPPHP &gt;=5.3.3

Since Sep 18Pushed 8y ago1 watchersCompare

[ Source](https://github.com/m-fejczaruk/symfony2-rest-skeleton)[ Packagist](https://packagist.org/packages/m-fejczaruk/symfony2-rest-skeleton)[ RSS](/packages/m-fejczaruk-symfony2-rest-skeleton/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (21)Versions (2)Used By (0)

[![Build Status](https://camo.githubusercontent.com/78e4a71805f460083e1b60010e947031094a6f35c354bec2397616756d088f6a/68747470733a2f2f7472617669732d63692e6f72672f6d2d66656a637a6172756b2f73796d666f6e79322d726573742d736b656c65746f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/m-fejczaruk/symfony2-rest-skeleton)Symfony2 Rest Skeleton
===========================================================================================================================================================================================================================================================================================================================================================

[](#symfony2-rest-skeleton)

This is skeleton for building rest applications in Symfony2. Also one restful service is included.

Installation
============

[](#installation)

If you don't have composer installed

```
curl -sS https://getcomposer.org/installer | php

```

If you've composer installed

```
php composer.phar create-project m-fejczaruk/symfony2-rest-skeleton rest-example
cd rest-example
php app/console doctrine:migrations:migrate

```

And now you can enjoy phpunit tests :)

```
phpunit -c app/

```

And you can also check all carts ( basic restful service ) routes: `php app/console router:debug | grep cart`

You can test 'cart' restful api, with postman:

```
GET app_dev.php/carts
GET app_dev.php/carts/{id}
POST app_dev.php/carts
PUT app_dev.php/carts/{id}
DELETE app_dev.php/carts/{id}

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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

4254d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/640d02c78b36a91ca077329ff543df6749e66209318302502efedb2e298314ef?d=identicon)[ateoem](/maintainers/ateoem)

---

Top Contributors

[![mfejczaruk](https://avatars.githubusercontent.com/u/6344380?v=4)](https://github.com/mfejczaruk "mfejczaruk (3 commits)")[![ekiwok](https://avatars.githubusercontent.com/u/5066380?v=4)](https://github.com/ekiwok "ekiwok (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/m-fejczaruk-symfony2-rest-skeleton/health.svg)

```
[![Health](https://phpackages.com/badges/m-fejczaruk-symfony2-rest-skeleton/health.svg)](https://phpackages.com/packages/m-fejczaruk-symfony2-rest-skeleton)
```

###  Alternatives

[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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