Best laravel framework open-source packages.

SerincHttp

Serinc Utilities For Alterative Method CURL With Guzzle HTTP & PSR And have Another Method For Encrypt & Decrypt Methods With Cipher & hexabin algorithm
Updated 2 years ago

alt tag

Laravel Utilites

Software License

Install

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

$ composer require serinc/utilities:dev-master

OR

$ composer require serinc/utilities:dev-main

Description

This Package Configured To Send Http Request As CURL Method <> For This Function

use serinc\utilities\HttpClient;

Example

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 & Encrypt Security

use serinc\utilities\Encryptor;

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

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

#License By:

$ Follow ME

Develope by Dev Ahmed S. Ahmed coder79