Download the PHP package nhujanen/d2p without Composer
On this page you can find all versions of the php package nhujanen/d2p. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package d2p
D2
D2 Project is a lightweight PHP framework which can be used as Composer project to create your own software.
How to get it?
- You can use
git clone
to get it from GitHub - You can use Composer to install it as skeleton project:
composer create-project nhujanen/d2p
How to use it?
- After you have used Composer's create-project, you should do following:
cd d2p
composer update
- Now you should configure your database credentials - those can be located from d2p/.config
- Now you can continue set up process by:
composer setup
chmod +x keen
(if you want to use Commander Keen)
Requirements
D2P is requires PHP7.0 and is built over some other packages.
- [zendframework/zend-config] - Used in core configuration
- [zendframework/zend-db] - Used in ActiveRecord
- [zendframework/zend-diactoros] - Used in core request-response -routing
- [ramsey/uuid] - Used for UUID generation
- [filp/whoops] - Used for debugging
- [aura/router] - Used for routing
- [leafo/scssphp] - Used for realtime SCSS compiling
- [matthiasmullie/minify] - Used for realtime JS / CSS minifying
What's up - why to use?
- Crypted sessions on database with custom session handling.
- Powerful ORM implementation with query builder & schema generator.
- Support for mixed CMS & MVC -mode.
- SCSS made easy - no more precompiling.
- Most straightforward View-Controller -implementation out there.
- Major CSS styling included (in SCSS ofc).
- Flexible routing.
How to help?
At this point D2P is a one-man show. Architecture WILL be changed and some parts will be rewritten for sure.
NOTICE!
Please do not use D2P in production before version 1.0.0
is released!
License
MIT
All versions of d2p with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0
nhujanen/d2c Version 0.*
zendframework/zend-config Version ^3.2
zendframework/zend-db Version ^2.9
ramsey/uuid Version ^3.8
filp/whoops Version ^2.3
zendframework/zend-diactoros Version ^2.0
aura/router Version ^3.1
leafo/scssphp Version ^0.7.7
matthiasmullie/minify Version ^1.3
nhujanen/d2c Version 0.*
zendframework/zend-config Version ^3.2
zendframework/zend-db Version ^2.9
ramsey/uuid Version ^3.8
filp/whoops Version ^2.3
zendframework/zend-diactoros Version ^2.0
aura/router Version ^3.1
leafo/scssphp Version ^0.7.7
matthiasmullie/minify Version ^1.3
The package nhujanen/d2p contains the following files
Loading the files please wait ....