PHP Package: devizzent/cebe-php-openapi

A PHP library for generating OpenAPI specifications programmatically, simplifying API documentation and interaction.

Current Version: 1.1.4
Last Updated: 2025-01-16
PHP Requirement: >=7.1.0
Dependencies:
cebe/php-openapi-core
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Cebe PHP OpenAPI is a powerful tool facilitating the creation of detailed OpenAPI specifications in PHP. With this library, developers can define APIs programmatically, ensuring accurate documentation and streamlined API interactions. This library supports a wide array of OpenAPI features, making it a comprehensive solution for API development.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.1.4

Download Download v1.1.4

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/devizzent/cebe-php-openapi/1.1.4/loader.php';
require_once 'libs/cebe/php-openapi-core/{lib_version}/loader.php';

use Cebe\OpenAPI\OpenAPI;

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