arrayaccess / traydigita
Tray Digita System
Fund package maintenance!
arrayiterator
Liberapay
Patreon
www.paypal.me/pentagonal
Installs: 34
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.2|^8.3
- ext-curl: *
- ext-fileinfo: *
- ext-json: *
- ext-openssl: *
- ext-pdo: *
- ext-pdo_mysql: *
- doctrine/data-fixtures: ^1.7
- doctrine/orm: ~3
- doctrine/sql-formatter: ^1.4
- dragonmantank/cron-expression: ^3.3
- endroid/qr-code: ^5.0
- league/iso3166: ^4.3
- monolog/monolog: ^3.7.0
- nelexa/zip: ^4.0.2
- nikic/php-parser: ~4
- predis/predis: ~2
- psr/cache: ~3
- psr/container: ^2
- psr/http-client: ^1
- psr/http-factory: ~1
- psr/http-message: ~2
- psr/http-server-middleware: ~1
- psr/log: ^3.0
- psr/simple-cache: ^3
- symfony/cache: ^7
- symfony/console: ^7
- symfony/filesystem: ^7
- symfony/finder: ^7
- symfony/http-client: ^7
- symfony/mailer: ^7
- symfony/polyfill-intl-idn: ^1
- symfony/polyfill-mbstring: ^1
- symfony/yaml: ^7
- twig/twig: ^v3.10.3
- whichbrowser/parser: ^v2.1.8
Requires (Dev)
- slevomat/coding-standard: ^8.15.0
- squizlabs/php_codesniffer: ^3.10.2
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
This package is auto-updated.
Last update: 2024-10-27 04:21:06 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
must be declared 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
- Initial Release with Doctrine ORM version
- Change:
- Current Version:
2.0.0
- Change:
- Update Doctrine ORM to 3.0
- Update Compatibility
- Change: