PHPackages                             roshangara/webservice - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. roshangara/webservice

ActiveLibrary[HTTP &amp; Networking](/categories/http)

roshangara/webservice
=====================

package for request to another server

0.7.2(6y ago)0119[1 PRs](https://github.com/roshangara/webservice/pulls)MITPHPPHP &gt;=7.0

Since Mar 1Pushed 6y ago1 watchersCompare

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

READMEChangelog (9)Dependencies (1)Versions (10)Used By (0)

webservice
==========

[](#webservice)

package for request to another server

Install with composer

```
composer require roshangara/webservice
```

Usage
=====

[](#usage)

send request
------------

[](#send-request)

```
 $webservice = new \Roshangara\Webservice\Webservice();

    $webservice
        ->setMethod('get')
        ->setUrl('https://restcountries.eu/rest/v2/')
        ->setFunction('all')
        ->setParam('fullText', 'true')
        ->send();

    \\ get array result
    $webservice->getResult();
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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.

###  Release Activity

Cadence

Every ~70 days

Total

9

Last Release

2428d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/33b50f41a8a3cc3fa3667011c3f185d89b26ffadeb207648685acc67555199b1?d=identicon)[mtc2012](/maintainers/mtc2012)

---

Top Contributors

[![roshangara](https://avatars.githubusercontent.com/u/18377638?v=4)](https://github.com/roshangara "roshangara (17 commits)")

---

Tags

laravellumenwebserviceroshangara

### Embed Badge

![Health badge](/badges/roshangara-webservice/health.svg)

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

###  Alternatives

[hhxsv5/laravel-s

🚀 LaravelS is an out-of-the-box adapter between Laravel/Lumen and Swoole.

3.9k676.0k10](/packages/hhxsv5-laravel-s)[palanik/lumen-cors

Cross-origin resource sharing (CORS) middleware for Lumen micro-framework.

101237.4k](/packages/palanik-lumen-cors)[neomerx/cors-illuminate

CORS (Cross-Origin Resource Sharing) support for Laravel and Lumen

4996.4k2](/packages/neomerx-cors-illuminate)[megaads/apify

A pretty library to help developers build RESTful APIs lightly, quickly and properly even without writing code

151.7k](/packages/megaads-apify)[noitran/opendox

OpenApi(Swagger) 3.0 package for Lumen 5.5+ and Laravel 5.5+ with REDOC UI and SwaggerUI 3

2313.9k](/packages/noitran-opendox)

PHPackages © 2026

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