Recommend this page to a friend! |
Classes of Dimitri Sitchet | dFramework | system/dependencies/opis/closure/README.md | Download |
|
DownloadOpis ClosureSerializable closuresOpis Closure is a library that aims to overcome PHP's limitations regarding closure serialization by providing a wrapper that will make all closures serializable. The library's key features:
DocumentationThe full documentation for this library can be found [here][documentation]. LicenseOpis Closure is licensed under the [MIT License (MIT)][license]. Requirements
InstallationOpis Closure is available on [Packagist] and it can be installed from a command line interface by using [Composer].
Or you could directly reference it into your
Migrating from 2.xIf your project needs to support PHP 5.3 you can continue using the Semantic versioningOpis Closure follows [semantic versioning][SemVer] specifications. Arbitrary object serializationWe've added this feature in order to be able to support the serialization of a closure's bound object.
The implementation is far from being perfect, and it's really hard to make it work flawless.
We will try to improve this, but we can't guarantee anything.
So our advice regarding the [documentation]: https://www.opis.io/closure "Opis Closure" [license]: http://opensource.org/licenses/MIT "MIT License" [Packagist]: https://packagist.org/packages/opis/closure "Packagist" [Composer]: https://getcomposer.org "Composer" [SemVer]: http://semver.org/ "Semantic versioning" [CHANGELOG]: https://github.com/opis/closure/blob/master/CHANGELOG.md "Changelog" |