Recommend this page to a friend! |
Download |
Info | Documentation | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2024-08-11 (3 days ago) | Not yet rated by the users | Total: 8 This week: 8 | All time: 11,396 This week: 9 |
Version | License | PHP version | Categories | |||
deb-parser 1.0 | The PHP License | 5 | PHP 5, System information, Files and ..., U..., C..., P..., G... |
Description | Author | |
This script can parse Debian files to extract package information. |
Parse deb files using php
If you are on PHP 7 or lower, replace this:
if(str_starts_with($line, 'Package: '))
$bundleid = substr($line, 9);
with this:
if(substr($line, 0, 9) === "Package: ")
$bundleid = substr($line, 9);
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.