expatbase/var/www/html/flarum/vendor/sycho/sourcemap
2025-08-29 00:22:05 +09:00
..
doc Upload 2025-08-29 00:22:05 +09:00
src Upload 2025-08-29 00:22:05 +09:00
tests Upload 2025-08-29 00:22:05 +09:00
.editorconfig Upload 2025-08-29 00:22:05 +09:00
.gitignore Upload 2025-08-29 00:22:05 +09:00
.travis.yml Upload 2025-08-29 00:22:05 +09:00
CHANGELOG.md Upload 2025-08-29 00:22:05 +09:00
composer.json Upload 2025-08-29 00:22:05 +09:00
LICENSE Upload 2025-08-29 00:22:05 +09:00
phpmd.xml.dist Upload 2025-08-29 00:22:05 +09:00
phpunit.xml.dist Upload 2025-08-29 00:22:05 +09:00
README.md Upload 2025-08-29 00:22:05 +09:00

axy\sourcemap

The library for work with Source Map files from PHP.

Latest Stable Version Minimum PHP Version Build Status Coverage Status License

  • The library does not require any dependencies (except composer packages).
  • Tested on PHP 5.4+, PHP 7, HHVM (on Linux), PHP 5.5 (on Windows).
  • Install: composer require axy/sourcemap.
  • License: MIT.

Documentation

The library provider the following features for work with source map:

  • Creating a new source map file.
  • Search in an existing file.
  • Making changes to an existing file.
  • Simple changes: remove and rename sources, modify positions, etc.
  • Changing source map when inserted and removal from the generated content.
  • Concatenation source map files when concatenated files of code.
  • Merge intermediate source map files.

The library works with source map only. The library does not process the source files and does not generates the output file.

Contents