PHP Package: darkaonline/l5-swagger

L5-swagger is a PHP library for generating OpenAPI documentation for Laravel applications with minimal effort and maximum flexibility.

Current Version: 9.0.1
Last Updated: 2025-02-28
PHP Requirement: ^8.2
Dependencies: None

Package Description

L5-swagger is a powerful tool to automatically generate API documentation from your Laravel application. It provides a clean and user-friendly interface for documenting your APIs. You can easily customize the documentation to suit your needs and keep it up-to-date with your code changes.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 9.0.1

Download Download v9.0.1

Code Integration Example

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

<?php
// Example from PHPlibraries.com

require_once 'libs/darkaonline/l5-swagger/9.0.1/loader.php';
use Darkaonline\L5Swagger\L5Swagger;

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