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
- Host: GitHub
- URL: https://github.com/kd2org/fossil-delta-php
- Owner: kd2org
- License: bsd-2-clause
- Created: 2022-10-26T22:20:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-26T23:03:46.000Z (over 3 years ago)
- Last Synced: 2025-10-27T10:42:48.437Z (8 months ago)
- Language: PHP
- Size: 369 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)