Libraries tagged by null object
maciejczyzewski/bottomline
547100 Downloads
A full-on PHP manipulation utility belt that provides support for working with arrays, objects, and iterables; a lodash or underscore equivalent for PHP.
micromvc/micromvc
66 Downloads
The worlds smallest, full featured, object-oriented PHP 5 Framework
romm/configuration-object
29282 Downloads
Transform any configuration plain array into a dynamic and configurable object structure, and pull apart configuration handling from the main logic of your script. Use provided services to add more functionality to your objects: cache, parents, persistence and much more.
i-lateral/silverstripe-searchable
14376 Downloads
Updated search module for Silverstripe allowing addition of different data objects and makes use of the FulllTextFilter
mediagone/types-collections
1825 Downloads
Provides full-featured collections for primitive types, and generic classes to build your own strongly-typed collections. Each collection has chainable methods to perform traversal, filter and projection operations (similar to Microsoft's LINQ-like features).
crimsonkissaki/mockmaker
42 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.
rawsrc/pdoplusplus
40 Downloads
A full object PDO Wrapper for PHP with a new revolutionary fluid SQL syntax
harm-smits/bol-com-retailer-api
404 Downloads
A PHP Client for the BOL.com v5 API with async support and full object mapping
rawsrc/pdo-plus-plus
1 Downloads
A full object PDO Wrapper for PHP with a new revolutionary fluid SQL syntax
ivir3zam/object-array-tools
155 Downloads
A full featured array behavior Abstract class for using in php libraries
jorrygo/fullvk
343 Downloads
VK-api by object oriented way and with the most complete functionality
harm-smits/sendcloud-shipping-api
58 Downloads
A PHP Client for the SendCloud Shipping API with async support and full object mapping
best-brands/kiyoh-api
10 Downloads
A PHP Client for the Kiyoh API with async support and full object mapping
woutvw/svgator
1 Downloads
A simple and flexible PHP package for generating scalable vector graphics (SVG) programmatically. This package allows developers to create complex SVG images through an intuitive and object-oriented API, offering full control over shapes, paths, text, gradients, and more. Ideal for dynamic image generation and use in web applications, the library supports a wide range of customization options while adhering to SVG standards.
phossa/phossa-di
36 Downloads
A fast and full-fledged dependency injection library for PHP. It supports auto wiring, container delegation, object decorating, definition provider, definition tags, service scope and more.