Download the PHP package hop-top/cite without Composer
On this page you can find all versions of the php package hop-top/cite. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor hop-top
Package cite
Short Description Custom URI scheme utilities (polyglot).
License MIT
Homepage https://hop.top/cite
Package cite
Short Description Custom URI scheme utilities (polyglot).
License MIT
Homepage https://hop.top/cite
Please rate this library. Is it a good library?
Informations about the package cite
cite (php)
PHP implementation of cite, the polyglot custom URI parsing and
handler-generation contract for app frameworks, CLIs, and agent-assisted tools.
This repository is a read-only language mirror. Open issues and pull requests in
hop-top/poly-cite.
Features
- Parse canonical custom URIs into scheme, namespace, id, query, fragment, original, and action fields.
- Apply configurable namespace policies per scheme.
- Resolve vanity aliases, fuzzy vanity matches, and completion candidates.
- Normalize action queries such as
action=task.claim,cmd=task&verb=claim, andname=task&action=claim. - Resolve action routes to command plans without executing them.
- Register URI types with parsers and completers.
- Generate language-scoped handler artifacts for Linux, macOS/iOS, and Windows.
- Validate behavior against shared polyglot contract fixtures.
Usage
App Authors
Use this package when your app needs stable custom URI identity, vanity links, completion candidates, or handler artifacts.
Basic parsing:
Action routing:
Advanced vanity alias:
API docs: docs/specs
and spec/fixtures.
License
MIT. See the hop-top/poly-cite LICENSE.
All versions of cite with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2
The package hop-top/cite contains the following files
Loading the files please wait ...