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.
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.
Download Latest Version: 4.1.15

Previous Versions
v4.1.1
v4.1.2 - Coming soon
v4.1.3 - Coming soon
v4.1.4 - Coming soon
v4.1.5 - Coming soon
v4.1.6 - Coming soon
v4.1.7 - Coming soon
v4.1.8
v4.1.9
v4.1.12
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.