bramstein / bit-array

JavaScript implementation of bit arrays.
78 stars 18 forks source link

A PHP Alternative to communicate with via JSON #1

Closed foglcz closed 13 years ago

foglcz commented 13 years ago

Added PHP alternative of Bitarray (so that we are able to communicate the BitArray.js into php equivalent via JSON; and vice versa) The alternative is pretty much a dumb-rewrite into PHP; with some extensions of the native JS version (eg. foreach loop in php etc.)

Thanks for great JS lib!

bramstein commented 13 years ago

Great work! Do you mind independently maintaining it? My project specifically targets JavaScript, and I unfortunately don't have the time to maintain a PHP port. I would be happy to link to your port though.

Thanks for taking the time to port it :)

foglcz commented 13 years ago

sure thing! I didn't want to reply earlier as we didn't know whether the project will be pushed into production, but we are using it for one of our clients & the website where it's used is going to be published soon - hence, I can safely maintain the class...

Feel free to link the port, it's designed to work in conjuction with your class (hence the json methods).

bramstein commented 13 years ago

Thanks, I've linked to the port.