mirror of
				https://github.com/sitelease/sugar-cube-client.git
				synced 2025-10-31 03:52:30 +01:00 
			
		
		
		
	+ Added a bunch of API handler classes that will use the already created models + Created a new Client class that will connect to new API handler classes + Created new collection classes
		
			
				
	
	
		
			52 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "description": "Gitea client library.",
 | |
|   "homepage": "https://dev.sabcomputer.com/gitea.php",
 | |
|   "license": "MIT",
 | |
|   "name": "sab-international/gitea",
 | |
|   "type": "library",
 | |
|   "authors": [
 | |
|     {"email": "contact@sabcomputer.com", "name": "SAB International", "homepage": "http://www.sabcomputer.com"},
 | |
|     {"email": "cedric@belin.io", "name": "Cédric Belin", "homepage": "https://belin.io"}
 | |
|   ],
 | |
|   "autoload": {
 | |
|     "psr-4": {"Gitea\\": "src/"}
 | |
|   },
 | |
|   "autoload-dev": {
 | |
|     "files": ["vendor/phpunit/phpunit/src/Framework/Assert/Functions.php"],
 | |
|     "psr-4": {"Gitea\\": "test/"}
 | |
|   },
 | |
|   "config": {
 | |
|     "optimize-autoloader": true
 | |
|   },
 | |
|   "keywords": [
 | |
|     "api",
 | |
|     "client",
 | |
|     "git",
 | |
|     "gitea",
 | |
|     "scm",
 | |
|     "vcs"
 | |
|   ],
 | |
|   "require": {
 | |
|     "php": ">=7.2.0",
 | |
|     "ext-curl": "*",
 | |
|     "ext-json": "*",
 | |
|     "cedx/enum": "^7.4.0",
 | |
|     "guzzlehttp/guzzle": "~6.0"
 | |
|   },
 | |
|   "require-dev": {
 | |
|     "cedx/coveralls": "^10.1.0",
 | |
|     "consolidation/robo": "^1.4.9",
 | |
|     "henrikbjorn/lurker": "^1.2.0",
 | |
|     "phpstan/phpstan": "^0.11.5",
 | |
|     "phpunit/phpunit": "^8.1.2"
 | |
|   },
 | |
|   "scripts": {
 | |
|     "coverage": "robo coverage",
 | |
|     "test": "robo test"
 | |
|   },
 | |
|   "support": {
 | |
|     "docs": "https://dev.sabcomputer.com/gitea.php/api",
 | |
|     "issues": "https://github.com/sab-international/gitea.php/issues"
 | |
|   }
 | |
| }
 |