PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Stefano D'Agostino   ATON Format PHP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: ATON Format PHP
Encode and decode values using the ATON format
Author: By
Last change:
Date: 3 months ago
Size: 1,068 bytes
 

Contents

Class file image Download
{ "name": "dagost/aton-format", "description": "ATON - Adaptive Token-Oriented Notation. A token-efficient data serialization format for LLM applications.", "version": "2.0.2", "type": "library", "license": "MIT", "authors": [ { "name": "Stefano D'Agostino", "email": "dago.stefano@gmail.com" } ], "require": { "php": ">=8.0" }, "require-dev": { "phpunit/phpunit": "^10.0" }, "autoload": { "psr-4": { "Aton\\": "src/" } }, "autoload-dev": { "psr-4": { "Aton\\Tests\\": "tests/" } }, "scripts": { "test": "phpunit" }, "keywords": [ "aton", "json", "serialization", "token", "llm", "ai", "gpt", "claude", "compression", "data-format" ], "homepage": "https://github.com/dagoSte/aton-format-php", "support": { "issues": "https://github.com/dagoSte/aton-format-php/issues" } }