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.
cynic 44ee640200
Update README.md
4 years ago
db default info 4 years ago
thumbnail static thumbs 4 years ago
.gitignore gitignore for config 4 years ago
LICENSE license 4 years ago
README.md Update README.md 4 years ago
index.php init 4 years ago
instance.php fixed strpos bug that caused searches to fail 4 years ago
routes.php fixed strpos bug that caused searches to fail 4 years ago

README.md

mlPHP

want a mangaloid instance? like men? this repository might be for you

implemented:

type route args returns
GET /info application/json
GET /manga/search ?title=str, ?author=str, ?artist=str, ?genre=str, ?sort application/json
GET /manga/from_id ?id=int application/json
GET /manga/get_chapters ?id=int application/json
GET /manga/thumbnail ?id=int image/webp
GET /thumbnail static /(id).webp image/webp
GET /manga/people application/json
GET /manga/scanlators application/json

to do:

  • use sqlite instead of hack-y jsons