Download the PHP package docuccino/core without Composer
On this page you can find all versions of the php package docuccino/core. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download docuccino/core
More information about docuccino/core
Files in docuccino/core
Package core
Short Description OpenAPI 3.2, 3.1 and 3.0 emitters, semantic API diffing and breaking-change detection: the framework-agnostic engine behind Docuccino.
License MIT
Homepage https://docuccino.app
Informations about the package core
docuccino/core
The framework-agnostic engine behind Docuccino — the document model, canonicalizer, identities, OpenAPI emitters and semantic diff.
Core compiles an application into a UIR: a Universal Intermediate Representation, an OpenAPI 3.2-shaped JSON document that is deterministic and carries a stable identity and provenance for every operation, schema and parameter. From it, core emits OpenAPI 3.2 and 3.1, validates against the published JSON Schema, and answers what changed between two documents rather than only what the endpoints are.
It has no framework dependency and no static-analysis dependency. Framework adapters consume it —
if you are documenting a Laravel application, you want docuccino/laravel,
which pulls this in for you.
Install
Usage
Emit a canonical OpenAPI 3.2 document from a built UIR document:
Compare two documents over their identities, and classify what moved:
Part of Docuccino
| Package | Role |
|---|---|
docuccino/laravel |
The Laravel adapter: provider, config, commands, viewer, integrations. Start here. |
docuccino/core ← you are here |
Framework-agnostic document model, canonicalizer, identities, emitters, diff. |
docuccino/inference-phpstan |
PHPStan + Larastan type inference. Install as a dev dependency. |
docuccino/attributes |
Dependency-free PHP attribute classes. |
Documentation
Full documentation is at docs.docuccino.app. See especially the UIR format overview, spec hosting and writing an extension. The versioned UIR JSON Schema is served at https://spec.docuccino.app/uir/1.0/schema.json.
Issues and contributing
This repository is a read-only subtree split of docuccino/docuccino. Open issues and pull requests on the monorepo — commits pushed here are overwritten. See CONTRIBUTING.md.
License
MIT. See LICENSE.
All versions of core with dependencies
composer-runtime-api Version ^2
psr/container Version ^1.1 || ^2.0
opis/json-schema Version ^2.4
symfony/yaml Version ^7.0 || ^8.0
nikic/php-parser Version ^5
phpstan/phpdoc-parser Version ^2
docuccino/attributes Version self.version