An open API service indexing awesome lists of open source software.

https://github.com/kd2org/fossil-delta-php

PHP implementation of Fossil delta algorithm
https://github.com/kd2org/fossil-delta-php

Last synced: 3 days ago
JSON representation

PHP implementation of Fossil delta algorithm

Awesome Lists containing this project

README

          

# PHP implementation of Fossil delta algorithm

Ported from the C code of Fossil SCM.

See delta details here:

* http://www.fossil-scm.org/xfer/doc/trunk/www/delta_format.wiki
* http://www.fossil-scm.org/xfer/doc/trunk/www/delta_encoder_algorithm.wiki

## Author

2013 - KD2.org/BohwaZ

## Other Implementations

* [haXe](https://lib.haxe.org/p/fossil-delta)
* [Python](https://pypi.org/project/python-fossil-delta/)
* [C#](https://github.com/endel/FossilDelta)
* [Javascript](https://github.com/dchest/fossil-delta-js) ([Demo](https://dchest.github.io/fossil-delta-js/))
* [Rust](https://crates.io/crates/fossil-delta)