A lax Web news feed parser
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

26 lines
544 B

{
"name": "jkingweb/lax",
"type": "library",
"description": "A lax newsfeed parser",
"keywords": ["rss","atom","jsonfeed"],
"license": "MIT",
"authors": [
{
"name": "J. King",
"email": "jking@jkingweb.ca",
"homepage": "https://jkingweb.ca/"
}
],
"require": {
"php": "^7.0",
"ext-json": "*",
"ext-dom": "*",
"sabre/uri": "^2.0"
},
"autoload": {
"psr-4": {
"JKingWeb\\Lax\\": "lib/"
}
}
}