PHPackages                             gonzalo123/angularpostrequestserviceprovider - 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. gonzalo123/angularpostrequestserviceprovider

ActiveLibrary

gonzalo123/angularpostrequestserviceprovider
============================================

Angular POST Request Service Provider

1101PHP

Since Mar 4Pushed 11y ago1 watchersCompare

[ Source](https://github.com/gonzalo123/AngularPostRequestServiceProvider)[ Packagist](https://packagist.org/packages/gonzalo123/angularpostrequestserviceprovider)[ RSS](/packages/gonzalo123-angularpostrequestserviceprovider/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

AngularPostRequestServiceProvider
=================================

[](#angularpostrequestserviceprovider)

[![Build Status](https://camo.githubusercontent.com/e635845377301499ce32e41b599406c2705926badcd4ad38c2df3c2496c5282d/68747470733a2f2f7472617669732d63692e6f72672f676f6e7a616c6f3132332f416e67756c6172506f7374526571756573745365727669636550726f76696465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/gonzalo123/AngularPostRequestServiceProvider)

When we work with AngularJs Applications POST request uses Content-Type: application/json Silex (and Symfony) assumes application/x-www-form-urlencoded Here we can se how to handle those requests with Silex:

In this small project we are going to enclose this funcionality within a ServiceProvider

Install Via Composer
--------------------

[](#install-via-composer)

```
{
    "require": {
        "gonzalo123/angularpostrequestserviceprovider": "~1.0"
    }
}
```

Usage
-----

[](#usage)

```
use Silex\Application;
use G\AngularPostRequestServiceProvider;
use Symfony\Component\HttpFoundation\Request;

$app = new Application();
$app->register(new AngularPostRequestServiceProvider());

$app->post("/post", function (Application $app, Request $request) {
    return $app->json([
        'status' => true,
        'name'   => $request->get('name')
    ]);
});

$app->run();
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/39072?v=4)[Gonzalo Ayuso](/maintainers/gonzalo123)[@gonzalo123](https://github.com/gonzalo123)

---

Top Contributors

[![gonzalo123](https://avatars.githubusercontent.com/u/39072?v=4)](https://github.com/gonzalo123 "gonzalo123 (6 commits)")

### Embed Badge

![Health badge](/badges/gonzalo123-angularpostrequestserviceprovider/health.svg)

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

PHPackages © 2026

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