serinc / utilities
Serinc Utilities For Alterative Method CURL With Guzzle HTTP & PSR And have Another Method For Encrypt & Decrypt Methods With Cipher & hexabin algorithm
dev-main
2022-04-09 17:09 UTC
Requires
- php: >=7.0.0
- ext-json: *
- ext-openssl: *
- guzzlehttp/guzzle: ^6.0|^7.0
- illuminate/support: 5.6.*|5.7.*|5.8.*|6.*.*|7.*.*|8.*.*
This package is auto-updated.
Last update: 2025-03-23 08:04:42 UTC
README
Laravel Utilites
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 ❤