暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910111213141516171819202122232425
  1. {
  2. "name": "kosinix/grafika",
  3. "description": "An image manipulation library for PHP.",
  4. "keywords": ["grafika"],
  5. "homepage": "http://kosinix.github.io/grafika",
  6. "type": "library",
  7. "license": [
  8. "MIT",
  9. "GPL-2.0+"
  10. ],
  11. "authors": [
  12. {
  13. "name": "Nico Amarilla",
  14. "homepage": "https://www.kosinix.com"
  15. }
  16. ],
  17. "require": {
  18. "php": ">=5.3"
  19. },
  20. "autoload": {
  21. "psr-4": {
  22. "Grafika\\": "src/Grafika"
  23. }
  24. }
  25. }