arrayaccess/traydigita

Tray Digita System

Maintainers

👁 ArrayIterator

Package info

github.com/ArrayAccess/TrayDigita

Type:project

pkg:composer/arrayaccess/traydigita

Statistics

Installs: 36

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

2.0.5 2024-10-24 15:08 UTC

Requires (Dev)

Suggests

  • ext-couchbase_v2: To make application support couchbase v2 cache
  • ext-gd: To support image generation & manipulation
  • ext-imagick: For more advance image generation & editing
  • ext-mbstring: Need to support Multibyte String
  • ext-memcached: To make application support memcached cache
  • ext-redis: To make application support redis cache
  • ext-sodium: Provides strong encryption capabilities in an easy and consistent way
  • arrayaccess/dns-client: Allows you to resolve dns client faster & timedout support based on object oriented
  • doctrine/migrations: Allows you to easily update your production databases through a nice programmatic interface
  • league/oauth2-server: Compliant implementation of an OAuth 2.0 authorization server written in PHP which makes working with OAuth 2.0 trivial

Provides

None

Conflicts

None

Replaces

None

MIT ace9db94560647ad09f64c17f4a5017fda5f3412

  • ArrayIterator <arrayiterator.woop@gmail.com>

This package is auto-updated.

Last update: 2026-06-08 20:02:32 UTC


README

Requirements

  • php 8.2 or later
  • ext-curl
  • ext-pdo
  • ext-json
  • ext-openssl
  • ext-pdo
  • ext-gd
  • ext-pdo_mysql
  • ext-fileinfo

Also see composer.json

Note

constant TD_APP_DIRECTORY on console or index loader.

Installation

Create project using composer

composer create-project arrayaccess/traydigita --prefer-dist --stability=dev example.com
  • copy config.example.php to config.php
  • create database & put info config.php
  • Doing install database schema via command line
php bin/tray-digita app:db --schema --execute

then follow the steps

Console & Generator

Read the: Console

Translation

Read the: Translation

Coding Standard

Read the: Coding Standard

Contributing

Read the: Contribute

VERSION

  • Previous Version: 1.0.0
    • Change:
      • Initial Release with Doctrine ORM version 2
  • Current Version: 2.0.0
    • Change:
      • Update Doctrine ORM to 3.0
      • Update Compatibility