Download the PHP package pragma-framework/core without Composer
On this page you can find all versions of the php package pragma-framework/core. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pragma-framework/core
More information about pragma-framework/core
Files in pragma-framework/core
Download pragma-framework/core
More information about pragma-framework/core
Files in pragma-framework/core
Vendor pragma-framework
Package core
Short Description The Pragma Core Module for Pragma Framework
License MIT
Package core
Short Description The Pragma Core Module for Pragma Framework
License MIT
Please rate this library. Is it a good library?
Informations about the package core
core
Pragma Core Module for the Pragma Framework (ORM, Models, View, Controllers)
For a project skeleton using this module, see: https://github.com/pragma-framework/framework
Installation
Using composer
$ composer require pragma-framework/core:dev-master
Auto-migrate database
Add in composer.json:
"scripts": {
"post-package-install": [
"Pragma\\Helpers\\Migrate::postPackageInstall"
],
"post-package-update": [
"Pragma\\Helpers\\Migrate::postPackageUpdate"
],
"pre-package-uninstall": [
"Pragma\\Helpers\\Migrate::prePackageUninstall"
]
}
These scripts run DB migration for core and all associated plugins (ex: pragma-framework/historic, ...)
PostgreSQL & uidmysql
sudo su postgres -c "psql <db name> -c \"CREATE EXTENSION IF NOT EXISTS \\\"uuid-ossp\\\"\""
Run tests
$ vendor/bin/phpunit --bootstrap ./tests/bootstrap.config.sqlite.php tests/
$ vendor/bin/phpunit --bootstrap ./tests/bootstrap.config.mysql.php tests/
All versions of core with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
ext-pdo Version >=7.0
webpatser/laravel-uuid Version >4.0.1 || dev-master
ext-pdo Version >=7.0
webpatser/laravel-uuid Version >4.0.1 || dev-master
The package pragma-framework/core contains the following files
Loading the files please wait ....