e-butik / iodophor
A PHP library for binary IO and bit twiddling
Installs: 5 731
Dependents: 2
Suggesters: 0
Security: 0
Stars: 3
Watchers: 17
Forks: 0
Open Issues: 2
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2024-10-26 12:52:07 UTC
README
A PHP library for binary IO and bit twiddling.
Huge credits goes out to Sven Vollbehr for his library php-reader. As of right now, this is basically just his code in some new namespaced classes (for PSR-0 compatibility) and a Composer file with a new (and pretty awesome) name.
If you want to be able to read or write media file information in an object-oriented fashion you should definitly check php-reader out.
Calling this a fork would be a misnomer. We prefer to think of it as a remix, with full credits, of course.
License
Just like php-reader, Iodophor is licensed under a 3-clause BSD license. Feel free to fork away!