{ "name": "google/crc32", "description": "Various CRC32 implementations", "homepage": "https://github.com/google/php-crc32", "type": "library", "license": "Apache-2.0", "authors": [ { "name": "Andrew Brampton", "email": "bramp@google.com" } ], "require": { "php": ">=5.4" }, "require-dev": { "paragonie/random_compat": ">=2", "friendsofphp/php-cs-fixer": "^1.13 || v2.14.2", "phpunit/phpunit": "^4" }, "autoload": { "psr-4": { "Google\\CRC32\\": "src" } } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
ext | Folder | 0755 |
|
|
src | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
.gitignore | File | 59 B | 0644 |
|
.travis.yml | File | 390 B | 0644 |
|
CONTRIBUTING.md | File | 1.07 KB | 0644 |
|
LICENSE | File | 11.09 KB | 0644 |
|
Makefile | File | 1.87 KB | 0644 |
|
README.md | File | 3.91 KB | 0644 |
|
composer.json | File | 610 B | 0644 |
|
crc32_benchmark.php | File | 4.35 KB | 0644 |
|