Download the PHP package ixolit/interoperability without Composer
On this page you can find all versions of the php package ixolit/interoperability. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ixolit/interoperability
More information about ixolit/interoperability
Files in ixolit/interoperability
Download ixolit/interoperability
More information about ixolit/interoperability
Files in ixolit/interoperability
Vendor ixolit
Package interoperability
Short Description Ixolit interoperability interfaces for PHP
License MIT
Homepage http://www.distribload.com
Package interoperability
Short Description Ixolit interoperability interfaces for PHP
License MIT
Homepage http://www.distribload.com
Keywords interfaces
Please rate this library. Is it a good library?
Informations about the package interoperability
IXOLIT PHP Interoperability Package
This package declares the common interfaces used among Ixolit packages. It is intended as an interoperability framework for our projects.
Interface overview
Array conversion
These interfaces help you with converting an object from- and to an array.
- ArrayConversionExceptionInterface: All exceptions that happen during a conversion should implement this interface.
- ArrayConvertibleInterface: Declares the toArray() method.
- ArrayLoadableInterface: Declares the fromArray() method.
- ArraySerializableInterface: Declares both the toArray() and fromArray() interface.
- ArrayObjectInterface: An interface that implements all interfaces from the built-in \ArrayObject class to help with creating array-compatible classes.
PHP-FIG
This package also pulls in the latest PHP-FIG packages to aid in interoperability:
- psr/log
- psr/http-message
Contributing
All contributions are welcome. Please follow the following rules:
- Only interfaces, no specific implementations.
- All interfaces and methods need to be documented according to their intent.
- All names should be unambiguous regarding their function, even without reading the documentation.
- All contributions are made under the MIT open source license.
All versions of interoperability with dependencies
PHP Build Version
Package Version
The package ixolit/interoperability contains the following files
Loading the files please wait ....