nhujanen / d2c
D2 Core for PHP7+
0.0.4
2019-03-26 22:26 UTC
Requires
- php: ^7.0
- aura/router: ^3.1
- filp/whoops: ^2.3
- leafo/scssphp: ^0.7.7
- matthiasmullie/minify: ^1.3
- ramsey/uuid: ^3.8
- zendframework/zend-config: ^3.2
- zendframework/zend-db: ^2.9
- zendframework/zend-diactoros: ^2.0
This package is auto-updated.
Last update: 2025-03-27 14:36:33 UTC
README
D2 is a lightweight PHP framework core 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 require it:
composer require nhujanen/d2c
Requirements
D2 requires PHP 7.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 D2 in production before version 1.0.0
is released!
License
MIT