Ratings | | Unique User Downloads | | Download Rankings |
Not yet rated by the users | | Total: 139 | | All time: 9,232 This week: 455 |
Version | | License | | PHP version | | Categories |
dframe-demo 2.1.3 | | Custom (specified... | | 7 | | PHP 5, Libraries |
|
Description | | Author |
This package is an application to demonstrate the Dframe framework.
It provides a complete sample Web application that uses the Dframe framework to demonstrate the capabilities of this package. | |
 |
|
Innovation award
 Nominee: 3x
Winner: 1x |
|
Recommendations
Example
<?php
/**
* DframeFramework
* Copyright (c) Firstname Lastname
*
* @license https://github.com/dusta/Dframe/blob/master/LICENCE
*/
use Dframe\Core;
require_once __DIR__ . '/../vendor/autoload.php';
require_once __DIR__ . '/../app/Bootstrap.php';
$core = new Core();
$core->run();
|
Details
Dframe - Demo application

Documentation available at https://dframeframework.com
Language
Polish | English
Download Files and run composer update.
https://packagist.org/packages/dframe/dframe-demo
Preview

Installation
Release
composer create-project dframe/dframe-demo project_name
Or dev
composer create-project dframe/dframe-demo --stability=dev project_name_dev
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.