Download the PHP package sycho/sourcemap without Composer
On this page you can find all versions of the php package sycho/sourcemap. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sycho/sourcemap
More information about sycho/sourcemap
Files in sycho/sourcemap
Download sycho/sourcemap
More information about sycho/sourcemap
Files in sycho/sourcemap
Vendor sycho
Package sourcemap
Short Description Work with JavaScript/CSS Source Map
License MIT
Homepage https://github.com/sycho9/sourcemap
Package sourcemap
Short Description Work with JavaScript/CSS Source Map
License MIT
Homepage https://github.com/sycho9/sourcemap
Please rate this library. Is it a good library?
Informations about the package sourcemap
axy\sourcemap
The library for work with Source Map files from PHP.
- 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
- Supported Format of Source Map
- Basic Concepts
- Position Map
- Create, Load, Save
- Search in Map
- Build Source Map
- Sources and Names
- Insert/Remove Blocks
- Concatenation of Files
- Merging
- Other Methods
- Errors
All versions of sourcemap with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.3
ext-json Version *
sycho/errors Version ^3.0
sycho/codecs-base64vlq Version ^2.0
ext-json Version *
sycho/errors Version ^3.0
sycho/codecs-base64vlq Version ^2.0
The package sycho/sourcemap contains the following files
Loading the files please wait ....