2017 © Pedro Peláez
 

library doctrine-collections-readonly

Read-only collection wrapper for easier work with Doctrine entity collections

image

kdyby/doctrine-collections-readonly

Read-only collection wrapper for easier work with Doctrine entity collections

  • Monday, May 22, 2017
  • by fprochazka
  • Repository
  • 3 Watchers
  • 3 Stars
  • 23,649 Installations
  • PHP
  • 2 Dependents
  • 2 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 9 % Grown

The README.md

Kdyby/DoctrineCollectionsReadonly

This package provides an implementation of a readonly collection wrapper, so you can return collections from your entities, without having to copy the contents of the collection, or exposing the object's state outside of it's control., (*1)

Build Status Downloads this Month Latest stable Coverage Status, (*2)

Installation

The best way to install Kdyby/DoctrineCollectionsReadonly is using Composer:, (*3)

$ composer require kdyby/doctrine-collections-readonly

Usage

Simply wrap your collection and return it., (*4)

public function getComments() : Collection
{
    return new ReadOnlyCollectionWrapper($this->comments);
}

Now you can use the Collection api as you're used to, you just cannot modifying it :), (*5)


Homepage http://www.kdyby.org and repository http://github.com/Kdyby/DoctrineCollectionsReadonly., (*6)

The Versions

22/05 2017

dev-master

9999999-dev http://kdyby.org

Read-only collection wrapper for easier work with Doctrine entity collections

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

The Development Requires

orm collection doctrine entity kdyby readonly read-only

18/05 2017

v1.0.0

1.0.0.0 http://kdyby.org

Read-only collection wrapper for easier work with Doctrine entity collections

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

The Development Requires

orm collection doctrine entity kdyby readonly read-only

29/03 2016

v0.2

0.2.0.0 http://kdyby.org

Read-only collection wrapper for easier work with Doctrine entity collections

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

The Development Requires

orm collection doctrine entity kdyby readonly read-only

28/03 2016

v0.1

0.1.0.0 http://kdyby.org

Read-only collection wrapper for easier work with Doctrine entity collections

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

The Development Requires

orm collection doctrine entity kdyby readonly read-only