1234567891011121314151617 |
- {
- "name": "dsiddharth2/php-zxing",
- "description": "Wrapper for zxing using php",
- "type": "library",
- "license": "MIT",
- "authors": [
- {
- "name": "Siddharth",
- "email": "dsiddharth2@gmail.com"
- }
- ],
- "autoload": {
- "psr-0" : {
- "" : "src/"
- }
- }
- }
|