jane/open-api
Deprecated package for generating API clients/models from OpenAPI specs with Jane. This repository is no longer maintained; use the consolidated JanePHP project instead: https://github.com/janephp/janephp
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| devizzent/cebe-php-openapi | 0.88 | Fork of cebe/php-openapi providing PHP objects to read/write OpenAPI 3.0/3.1 YAML and JSON. Includes a CLI tool to validate and convert API description files. Install via Composer; works on PHP 7.1+ (including PHP 8). | 38 | 37 | 14 | 557K | 4 | 16.8 | 62.5 | MIT | 4 months ago | |
| exsyst/swagger | 0.88 | — | 358 | 359 | 9 | 81K | 1 | 5.9 | 32.5 | MIT | 5 years ago | |
| jane-php/open-api-3 | 0.88 | — | 20 | 21 | 6 | 41K | 0 | 0.3 | 45.5 | MIT | — | |
| jane-php/open-api-2 | 0.88 | — | 4 | 4 | 2 | 10K | 0 | 0.1 | 45.6 | MIT | — | |
| age/api-bundle | 0.88 | Symfony2 bundle for simplifying connections to external APIs. Provides a straightforward way to configure and call remote services from your application, aiming to keep API integrations clean and easy to manage. | 1 | 1 | 0 | 0 | 0 | 0.0 | — | — | — | |
| kleijnweb/php-api-descriptions | 0.87 | Parse and handle PHP API Description documents (OpenAPI-like) with utilities for loading, validating, and working with structured API metadata. Useful for tooling that needs to read API specs and generate clients, docs, or integrations. | 5 | 5 | 4 | 20 | 18 | 2.8 | 10.5 | LGPL-3.0 | — | |
| vyuldashev/laravel-openapi | 0.87 | — | 462 | 462 | 109 | 12K | 38 | 17.2 | 32.9 | MIT | — | |
| cirlmcesc/laravel-swaggerdoc | 0.87 | Generate OpenAPI 3.0 (Swagger) docs from your Laravel tests/commands. Write tests and produce an interface document automatically, inspired by swagger-php, to keep API documentation in sync with your code. | 1 | 1 | 0 | 0 | 0 | 1.8 | 0.4 | MIT | 5 years ago | |
| kleijnweb/swagger-bundle | 0.87 | Unmaintained Symfony bundle for contract-first REST APIs using OpenAPI/Swagger. Generates routing from specs, validates requests, and transforms input/output with minimal config and no FOSRestBundle/Twig. Includes security integration; 4.0 beta targets PHP 7. | 24 | 24 | 9 | 4 | 7 | 3.6 | 3.0 | LGPL-3.0 | 9 years ago | |
| creads/api2symfony | 0.87 | Converts API Platform endpoints into Symfony-friendly client code from your OpenAPI/Swagger spec. Generates models and request classes to speed up integration with API Platform services and keep your Symfony app’s API clients consistent and maintainable. | 13 | 14 | 3 | 0 | 5 | 0.9 | 1.1 | MIT | 9 years ago | |
| alhames/apihelper | 0.87 | Laravel/PHP helper utilities for building API responses and common API tasks. Provides convenience methods for formatting output, handling errors, and streamlining controller/service code when creating REST-style endpoints. | 0 | 0 | 0 | 0 | 0 | 0.6 | — | MIT | 9 years ago | |
| zircote/swagger-php | 0.87 | Generate OpenAPI 3.0/3.1/3.2 specs from PHP 8.2+ code using attributes (preferred) or legacy Doctrine annotations. Provides a CLI and programmatic API, extracts from phpdoc, and reports errors with context for REST API documentation. | 5,299 | 5,380 | 937 | 4M | 15 | 74.8 | 52.2 | Apache-2.0 | 1 week ago | |
| asanak/laravel-web-call-client | 0.87 | Laravel package for Asanak WebCall REST API: upload voice files, place voice or OTP calls, check call status, and get credit. Configure via .env, auto-registers service provider/facade, and optionally logs requests/responses to Laravel logs. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| jane/openapi-runtime | 0.87 | Deprecated runtime package for Jane OpenAPI. This repository is no longer maintained; development has moved to the main janephp/janephp project. Use that repo for current OpenAPI runtime components and updates. | 6 | 6 | 3 | 248 | 0 | 0.2 | 15.2 | MIT | 9 years ago | |
| spatie/laravel-openapi-cli | 0.86 | Generate Laravel Artisan commands from an OpenAPI spec. Each API endpoint becomes its own command with typed options for params and request bodies, plus auth, base URL, caching, redirects, and output formatting—ideal for building API CLIs with Laravel Zero. | 39 | 39 | 4 | 252 | 0 | 21.2 | 13.9 | MIT | 4 weeks ago | |
| apie/schema-generator | 0.86 | Generates JSON Schema components from PHP objects with type hints, tailored for Apie entities, value objects, DTOs, enums, lists, and hashmaps. Produces cebe/php-openapi schema objects, focusing on schema sections (not full OpenAPI documents). | 0 | 0 | 0 | 22 | 0 | 0.0 | 18.8 | MIT | — | |
| jane-php/open-api-common | 0.85 | Shared utilities and models used by Jane PHP for OpenAPI/Swagger code generation and runtime support. Provides common components like normalizers, reference handling, and helpers for building OpenAPI-based API clients and servers in PHP. | 4 | 4 | 3 | 46K | 0 | 0.1 | 54.7 | — | — | |
| cnd-api-maker/core | 0.84 | Laravel package for building and scaffolding API endpoints with CND API Maker. Provides core helpers and structure to generate controllers, routes, and resources, speeding up common CRUD API development and standardizing patterns across projects. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| kleijnweb/php-api-routing-bundle | 0.84 | Laravel-friendly bundle for building API routing with a structured approach. Helps organize route definitions, controllers, and versioned endpoints into a cleaner setup for small to medium PHP APIs. | 2 | 2 | 2 | 13 | 0 | 0.0 | 7.1 | LGPL-3.0 | — | |
| jane-php/open-api-runtime | 0.84 | Runtime dependencies and utility classes used by clients generated with Jane OpenAPI. Provides shared infrastructure for request/response handling, serialization, and other common helpers so generated SDKs work consistently without duplicating code. | 19 | 20 | 14 | 313K | 0 | 0.8 | 55.3 | MIT | 7 years ago |
How can I help you explore Laravel packages today?