Download the PHP package vitexsoftware/ease-core without Composer
On this page you can find all versions of the php package vitexsoftware/ease-core. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vitexsoftware/ease-core
More information about vitexsoftware/ease-core
Files in vitexsoftware/ease-core
Download vitexsoftware/ease-core
More information about vitexsoftware/ease-core
Files in vitexsoftware/ease-core
Vendor vitexsoftware
Package ease-core
Short Description An PHP Framework for writing Applications
License MIT
Homepage http://v.s.cz/ease.php
Package ease-core
Short Description An PHP Framework for writing Applications
License MIT
Homepage http://v.s.cz/ease.php
Please rate this library. Is it a good library?
Informations about the package ease-core
EasePHP Framework Core
Object oriented PHP Framework for easy&fast writing small/middle sized apps.
Installation
Composer:
composer require vitexsoftware/ease-core
Docker:
To get Docker image:
docker pull vitexsoftware/ease-core
Framework Constants
- EASE_APPNAME - common name of application. Mainly used in logs. (APP_NAME is also recoginsed)
- EASE_LOGGER - one of memory,console,file,syslog,email,std,eventlog or combination eg. "console|syslog"
- EASE_EMAILTO - recipient email address for Ease/Logger/ToMail
- EASE_SMTP - Custom SMTP Settings (JSON Encoded)
- EASE_FROM - Sent mail sender address
- LOG_DIRECTORY - destination for ToFile logger
- LOG_OPTION - syslog option argument
- LOG_FACILITY - syslog facility argument
Logging
You can use any combination of this logging modules:
- memory - log to array in memory
- console - log to ansi sequence capable console
- file - log to specified file
- syslog - log to linux syslog service
- email - send all messages to constant('EASE_EMAILTO') at end
- std - write messages to stdout/stderr
- eventlog - log to Windows eventlog
Testing
At first you need initialise create sql user & database with login and password from testing/phinx.yml and initialise testing database by phinx migrate command:
Building
Simply run make deb
Links
Homepage: https://www.vitexsoftware.cz/ease.php
GitHub: https://github.com/VitexSoftware/ease-core
phpDocumentor: http://vitexsoftware.cz/php-ease-core/
All versions of ease-core with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7
ext-intl Version *
pear/mail Version >=1.3
pear/mail_mime Version >=1.10
composer-runtime-api Version *
ext-intl Version *
pear/mail Version >=1.3
pear/mail_mime Version >=1.10
composer-runtime-api Version *
The package vitexsoftware/ease-core contains the following files
Loading the files please wait ....