Skip to content

Instantly share code, notes, and snippets.

View zellien's full-sized avatar

Bogdan Tereshchenko zellien

  • ZellienGroup Inc.
  • Ukraine
View GitHub Profile
@zellien
zellien / DirectoryStructure
Created August 15, 2019 20:13 — forked from satooshi/DirectoryStructure
Directory structure of Domain Driven Design application with Symfony2, Doctrine2.
sf2-ddd
├── app
├── bin
├── build
├── lib
├── src
│   └── __VendorPrefix
│   ├── Application
│   │   └── __DomainNameBundle
│   │   ├── Command
@zellien
zellien / library_Zellien_Image.php
Created April 27, 2016 08:46
Zellien library for ZendFramework
<?php
use Zend_Filter_Callback as FilterCallback;
class Zellien_Image {
protected $_params = [
'width' => 100,
'height' => 100,
'quality' => 100,