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 (1 month ago) | Not enough user ratings | Total: 11 | All time: 11,402 This week: 41 |
Version | License | PHP version | Categories | |||
deb-parser 1.0 | The PHP License | 5 | PHP 5, System information, Files and ..., U..., C..., P..., G... |
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.