zendframework/zend-stdlib
Zend\Stdlib provides general-purpose utility components for PHP, including array helpers, messaging utilities, string wrappers, and more. Note: this repository was abandoned on 2019-12-31 and moved to laminas/laminas-stdlib.
$content property
of the Message class to indicate it is a string. All known implementations
already assumed this.Zend\Stdlib\ConsoleHelper class, providing minimal support for writing output to STDOUT and STDERR, with optional colorization, when the console supports that feature.Zend\Stdlib\JsonSerializable, as all supported version of PHP now support it.Zend\Json\Json::GLOB_BRACE constant on systems using non-gcc glob implementations.AggregateHydrator implementation to add overrides for the hydrate() and extract() methods; this was done to ensure they trigger zend-stdlib-specific event classes (vs the zend-hydrator base classes), in order to ensure backwards compatibility.HelperPluginManager implementation to return zend-stdlib-specific instances (instead of zend-hydrator instances), to ensure backwards compatibility when typehinting against the zend-stdlib types.Zend\Stdlib\CallbackHandler see #35Zend\Stdlib\DateTime; this had been deprecated since 2.5, and only existed as a polyfill for the createFromISO8601() support, now standard in all PHP versions we support.Zend\Stdlib\Exception\InvalidCallbackException, which was unused since #33.Zend\Stdlib\Guard\GuardUtils, which duplicated Zend\Stdlib\Guard\AllGuardsTrait to allow usage with pre-PHP 5.4 versions.src/compatibility/autoload.php, which has been dprecated since 2.5.Zend\Stdlib\Hydrator\Iterator, which provides mechanisms for hydrating objects when iterating a traversable. This allows creating generic collection resultsets; the original idea was pulled from PhlyMongo, where it was used to hydrate collections retrieved from MongoDB.How can I help you explore Laravel packages today?