Libraries tagged by ArrayAccess
mediaflux/php-tmdb-api
11 Downloads
PHP wrapper for TMDB (TheMovieDatabase) API v3. Supports two types of approaches, one modelled with repositories, models and factories. And the other by simple array access to RAW data from The Movie Database.
lartak/thetvdb-api
11 Downloads
PHP wrapper for The TVDB API v2. Supports two types of approaches, one modelled with repositories, models and factories. And the other by simple array access to RAW data from The TVDB.
irfantoor/collection
237 Downloads
Collection implementing ArrayAccess, Countable and IteratorAggregate
idct/limited-objects-cache
6 Downloads
Simple ArrayAccess objects' cache with a lookup table in memory and fallback to files with serialized data.
evinkuraga/tmdb-api
246 Downloads
PHP wrapper for TMDB (TheMovieDatabase) API v3. Supports two types of approaches, one modelled with repositories, models and factories. And the other by simple array access to RAW data from The Movie Database.
coco-project/magic-access
156 Downloads
\ArrayAccess, \Countable, \IteratorAggregate and __set,__get implementations
chrissileinus/config-php
27 Downloads
A storage to hold the config of an app. It ist mainly static but as a Singleton with integrated interfaces ArrayAccess, Serializable, JsonSerializable, IteratorAggregate and Traversable.
brenoroosevelt/habemus
730 Downloads
PSR-11 Container for Dependency Injection (auto-wiring, attributes, factories, closures, array access)
kael-shipman/php-std-traits
1087 Downloads
An assortment of traits, exceptions and minor classes that help to implement standard PHP interfaces like ArrayAccess, Iterator, etc., as well as a few other useful features.