PHP Package: api-platform/hydra

API-platform's Hydra library provides comprehensive PHP support for RESTful APIs, focusing on hypermedia-driven design and client-server interaction.

Current Version: 4.1.15
Last Updated: Date not available
PHP Requirement: >=8.2
Dependencies:
api-platform/core
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

API-Platform's Hydra PHP library offers a robust solution for building RESTful APIs with hypermedia controls, facilitating seamless client-server communication. With a rich feature set, Hydra extends API functionalities, supporting dynamic operations and resource manipulation. By adhering to industry standards, developers can enhance API development workflows while ensuring scalability and flexibility.

🔗 View on GitHub

Download Latest Version: 4.1.15

Download Download v4.1.15

Previous Versions

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/api-platform/hydra/4.1.15/loader.php';
require_once 'libs/api-platform/core/4.1.16/loader.php';

use ApiPlatform\Hydra\ApiDocumentation;
use ApiPlatform\Core\ApiResource;
use Symfony\Component\Serializer\Serializer;

$obj = new ApiDocumentation();
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.