PHP Classes

Dframe Demo: Application to demonstrate the Dframe framework

Recommend this page to a friend!
  Info   Example   Screenshots   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 139 All time: 9,232 This week: 455Up
Version License PHP version Categories
dframe-demo 2.1.3Custom (specified...7PHP 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.

Picture of Slawomir Kaleta
  Performance   Level  
Innovation award
Innovation award
Nominee: 3x

Winner: 1x

 

Recommendations

Website structure
I need a basis structure to build my website

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

Build Status Latest Stable Version Latest Unstable Version License

Documentation available at https://dframeframework.com

Language Polish | English

Download Files and run composer update. https://packagist.org/packages/dframe/dframe-demo

Preview

Preview

Installation

Release

composer create-project dframe/dframe-demo project_name

Or dev

composer create-project dframe/dframe-demo --stability=dev project_name_dev


Screenshots (1)  
  • preview.png
  Files folder image Files (36)  
File Role Description
Files folder image.github (1 file, 1 directory)
Files folder imageapp (1 file, 6 directories)
Files folder imagemodules (1 file)
Files folder imagetests (1 file)
Files folder imageweb (3 files, 1 directory)
Accessible without login Plain text file .htaccess Data Auxiliary data
Accessible without login Plain text file .travis.yml Data Auxiliary data
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file composer.lock Data Auxiliary data
Plain text file dframe-cli Class Class source
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file phpunit.xml Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login Plain text file server.php Aux. Auxiliary script

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 100%
Total:139
This week:0
All time:9,232
This week:455Up