Registry / utility / sami-sami

sami-sami

JSON →
library4.1.2phppackagistunverified

Sami, an API documentation generator

composer require sami/sami
INSTALL
IMPORT
SIG · SAMI-SAMI
S
sami-sami
utilityphpv4.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Sami
use Sami\Sami;

Generate API documentation from PHP source code

use Sami\Sami; use Symfony\Component\Finder\Finder; $iterator = Finder::create() ->files() ->name('*.php') ->in(__DIR__ . '/src'); $sami = new Sami($iterator, [ 'title' => 'My API', 'build_dir' => __DIR__ . '/build', 'cache_dir' => __DIR__ . '/cache', ]); $sami->render();
Debug
Known issues
gotchaSami is no longer actively maintained; consider phpDocumentor or Doctum
fix
Migrate to Doctum (fork) or phpDocumentor
affects: *
Upgrade
Version history
4.1.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
OpenAI (training)
1
Resources
sami-sami — pip install sami-sami · libregistry