axy/sourcemap

Work with JavaScript/CSS Source Map

Maintainers

👁 axy

Package info

github.com/axypro/sourcemap

pkg:composer/axy/sourcemap

Statistics

Installs: 763 758

Dependents: 7

Suggesters: 0

Stars: 25

Open Issues: 1

1.1.0 2026-03-13 20:02 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT f4ee1f0702da53bbe64c6eadd8b7a9786b3dffa0

  • Oleg Grigoriev <go.vasac.woop@gmail.com>

javascriptcssSource mapsourcemap

This package is auto-updated.

Last update: 2026-06-13 20:30:38 UTC


README

The library for work with Source Map files from PHP.

👁 Latest Stable Version
👁 Minimum PHP Version
👁 Tests
👁 Coverage Status
👁 License

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