PHP Package: nategood/httpful

HTTPful is a PHP library for simplified HTTP request handling, providing a user-friendly interface for RESTful APIs.

Current Version: 1.0.0
Last Updated: Date not available
PHP Requirement: >=8.1
Dependencies:
guzzle/guzzle
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

HTTPful is a lightweight PHP library that streamlines HTTP requests, offering a seamless experience for developers working with RESTful web services. With a focus on simplicity and efficiency, HTTPful simplifies the process of interacting with APIs, making it an ideal choice for web development projects.

🔗 View on GitHub

Download Latest Version: 1.0.0

Download Download v1.0.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/nategood/httpful/1.0.0/loader.php';
require_once 'libs/guzzle/guzzle/7.10.0/loader.php';

use Httpful\Request;
use Httpful\Response;

$obj = new Request();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.