2017 © Pedro Peláez
 

symfony-bundle trashbin-bundle

Symfony SKCMS Trashbin Bundle by SOLID-kiss

image

skcms/trashbin-bundle

Symfony SKCMS Trashbin Bundle by SOLID-kiss

  • Saturday, September 5, 2015
  • by kokmok
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

SKCMS-TrashBin

This package is currently under development, more documentation and features will come soon., (*1)

The TrashBin bundle of SKCMS for Symfony2

Installation

Download dependecies via composer

use php composer.phar instead of composer on Windows, (*2)

composer require SKCMS/trashbin-bundle:dev-master

Set entity trashBinable

use annotation:, (*3)

use SKCMS\TrashBinBundle\Annotation\TrashBinable as TrashBinable;
/**
* @ORM\Table()
* @ORM\Entity
* @TrashBinable
*/
class MyEntity{
//...

That's all. The reverse method exist but not yet implemented., (*4)

An interface to see trashbinned entities and restore it has to be done quickly., (*5)

The Versions

05/09 2015

dev-master

9999999-dev

Symfony SKCMS Trashbin Bundle by SOLID-kiss

  Sources   Download

GPL-3.0+

The Requires