PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Thierry Feuzeu   Jaxon Sentry   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Jaxon Sentry
Common classes for Jaxon based Ajax applications
Author: By
Last change: Changed dependency version in composer.json.
The package now registers the Sentry instance in the DI container.
Date: 2 years ago
Size: 760 bytes
 

Contents

Class file image Download
{ "name": "jaxon-php/jaxon-sentry", "type": "library", "description": "Common classes providing advanced features to the Jaxon library", "authors": [ {"name": "Thierry Feuzeu"} ], "homepage": "https://github.com/jaxon-php/jaxon-sentry", "license": "BSD-3-Clause", "keywords": ["Jaxon", "Xajax", "Ajax", "PHP", "Framework"], "support": { "issues": "https://github.com/jaxon-php/jaxon-sentry/issues", "source": "https://github.com/jaxon-php/jaxon-sentry" }, "require": { "jaxon-php/jaxon-core": "~3.0" }, "autoload": { "psr-4": { "Jaxon\\Sentry\\": "src/" }, "files": [ "src/start.php" ] } }