PHPackages                             serinc/utilities - 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. [Security](/categories/security)
4. /
5. serinc/utilities

ActiveLibrary[Security](/categories/security)

serinc/utilities
================

Serinc Utilities For Alterative Method CURL With Guzzle HTTP &amp; PSR And have Another Method For Encrypt &amp; Decrypt Methods With Cipher &amp; hexabin algorithm

113PHP

Since Apr 9Pushed 4y agoCompare

[ Source](https://github.com/yahongie2014/SerincHttp)[ Packagist](https://packagist.org/packages/serinc/utilities)[ RSS](/packages/serinc-utilities/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

[![alt tag](https://camo.githubusercontent.com/783f7c339c63e1ab22c75bbe790ca9df34c41af496e6e99ddc43ba6642eeff6c/68747470733a2f2f626c6f677661726f6e6973322e7770656e67696e652e636f6d2f77702d636f6e74656e742f75706c6f6164732f323031392f31322f7067702d656e6372797074696f6e2d6865726f2e706e67 "Encryptor")](https://camo.githubusercontent.com/783f7c339c63e1ab22c75bbe790ca9df34c41af496e6e99ddc43ba6642eeff6c/68747470733a2f2f626c6f677661726f6e6973322e7770656e67696e652e636f6d2f77702d636f6e74656e742f75706c6f6164732f323031392f31322f7067702d656e6372797074696f6e2d6865726f2e706e67)

Laravel Utilites
================

[](#laravel-utilites)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

Install
-------

[](#install)

You can install `Serinc Utilities` package to your laravel project via composer command:

```
$ composer require serinc/utilities:dev-master

```

OR
--

[](#or)

```
$ composer require serinc/utilities:dev-main

```

Description
-----------

[](#description)

This Package Configured To Send Http Request As CURL Method &lt;&gt; For This Function

```
use serinc\utilities\HttpClient;

```

### Example

[](#example)

### AlTretive Method (GET , POST , PUT , DELETE)

[](#altretive--method-get--post--put--delete)

```
use serinc\utilities\HttpClient;

$httpClient = new HttpClient("$url");
$response = $httpClient->setHeaders([
'Authorization' => 'Berare Token',
'Content-Type' => 'application/json',
])->setUri('/api?example')->request("GET", null);
return $response;

```

| For Decrypt &amp; Encrypt Security
------------------------------------

[](#-for-decrypt--encrypt-security)

```
use serinc\utilities\Encryptor;

$value_encrypt = (new Encryptor())->encrypt($password);

$value_decrypt = (new Encryptor())->decrypt($password);

```

\#License By:
-------------

[](#license-by)

$ Follow ME

> Develope by Dev Ahmed S. Ahmed [coder79](https://coder79.online/) ❤

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 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/3485559?v=4)[coder79](/maintainers/coder79)[@coder79](https://github.com/coder79)

---

Top Contributors

[![yahongie2014](https://avatars.githubusercontent.com/u/5874360?v=4)](https://github.com/yahongie2014 "yahongie2014 (39 commits)")

---

Tags

decryptionencryptionguzzlehttphttplaravelrequests

### Embed Badge

![Health badge](/badges/serinc-utilities/health.svg)

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

###  Alternatives

[defuse/php-encryption

Secure PHP Encryption Library

3.9k162.4M214](/packages/defuse-php-encryption)[roave/security-advisories

Prevents installation of composer packages with known security vulnerabilities: no API, simply require it

2.9k97.3M6.4k](/packages/roave-security-advisories)[mews/purifier

Laravel 5/6/7/8/9/10 HtmlPurifier Package

2.0k16.7M113](/packages/mews-purifier)[robrichards/xmlseclibs

A PHP library for XML Security

41278.1M118](/packages/robrichards-xmlseclibs)[bjeavons/zxcvbn-php

Realistic password strength estimation PHP library based on Zxcvbn JS

86917.5M63](/packages/bjeavons-zxcvbn-php)[illuminate/encryption

The Illuminate Encryption package.

9229.7M280](/packages/illuminate-encryption)

PHPackages © 2026

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