Download the PHP package aliaslani/apilex without Composer
On this page you can find all versions of the php package aliaslani/apilex. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aliaslani/apilex
More information about aliaslani/apilex
Files in aliaslani/apilex
Package apilex
Short Description Automatic generation of API documentation for Laravel applications.
License MIT
Homepage https://github.com/aliaslani/apilex
Informations about the package apilex
Apilex
Apilex automatically generates OpenAPI 3.1.0 specification and interactive documentation for Laravel projects without requiring you to manually write PHPDoc annotations or attributes.
Author & Maintainer
Developed and maintained by Ali Aslani ([email protected]).
Introduction
The main objective of Apilex is to generate precise, zero-config API documentation directly from your code implementation.
This allows developers to focus on writing clean code and avoiding tedious manual annotations that frequently become outdated. By analyzing your codebase dynamically, Apilex keeps your API documentation always in sync with your real endpoints.
Features
- 🚀 Zero-Config: Generates docs without mandatory code annotations.
- ⚡ OpenAPI 3.1.0 Standard: Outputs strict, standardized schema definitions.
- 🎨 Interactive UI: Built-in documentation UI viewer out-of-the-box.
- 📦 Laravel Support: Supports Laravel 10.x, 11.x, 12.x, and 13.x.
Installation
You can install the package via Composer:
Usage
After installation, the following default routes will be available in your application:
/docs/api- Interactive UI viewer for your API documentation./docs/api.json- OpenAPI specification document in JSON format.
By default, documentation routes are enabled in the local environment.
License
The MIT License (MIT). Please see LICENSE.md for more information.
All versions of apilex with dependencies
illuminate/contracts Version ^10.0|^11.0|^12.0|^13.0
myclabs/deep-copy Version ^1.12
nikic/php-parser Version ^5.0
phpstan/phpdoc-parser Version ^1.0|^2.0
spatie/laravel-package-tools Version ^1.9.2