The MetaSyntactical InputOutput component
Installs: 1 328
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 1
Requires
- php: 8.0.*
Requires (Dev)
- infection/infection: ^0.24.0
- mikey179/vfsstream: ^v1.6.9
- phpunit/phpunit: ^9.5
- vimeo/psalm: ^4.8.1
This package is auto-updated.
Last update: 2024-11-06 19:21:57 UTC
README
What is MetaSyntactical/Io?
MetaSyntactical/Io is part of the MetaSyntactical PHP 5.3+ components library and allows to read primitive types from streams and files.
MetaSyntactical/Io is based on the Zend Framework proposal for Zend_Mime_Magic of Matthew Ratzloff and the derived implementation as Google Code project of Sven Vollbehr. I have transformed the code to use namespaces, better exception handling and added a lot of unit tests.
Requirements
MetaSyntactical/Io is only supported on PHP 5.3.10 and up.
Installation
COMING SOON The best way to install MetaSyntactical/Io is to use Composer (http://getcomposer.org).
Documentation
COMING SOON
Contributing
COMING SOON MetaSyntactical/Io is an open source project. If you'd like to contribute, please read the Contributing Code part of the documentation. If you're submitting a pull request, please follow the guidelines in the Submitting a Patch section.