feat: Add comprehensive documentation suite and reorganize project structure
- Created complete documentation in docs/ directory - Added PROJECT_OVERVIEW.md with feature highlights and getting started guide - Added ARCHITECTURE.md with system design and technical details - Added SECURITY.md with comprehensive security implementation guide - Added DEVELOPMENT.md with development workflows and best practices - Added DEPLOYMENT.md with production deployment instructions - Added API.md with complete REST API documentation - Added CONTRIBUTING.md with contribution guidelines - Added CHANGELOG.md with version history and migration notes - Reorganized all documentation files into docs/ directory for better organization - Updated README.md with proper documentation links and quick navigation - Enhanced project structure with professional documentation standards
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"require": {
|
||||
"proxycheck/proxycheck-php": "^0.2.2"
|
||||
}
|
||||
}
|
||||
+67
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"_readme": [
|
||||
"This file locks the dependencies of your project to a known state",
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "4c04a83c030368524bfa3b6e5956ddb8",
|
||||
"packages": [
|
||||
{
|
||||
"name": "proxycheck/proxycheck-php",
|
||||
"version": "v0.2.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/proxycheck/proxycheck-php.git",
|
||||
"reference": "03d15e5198142d8245360e5db85d5a1ec50cea28"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/proxycheck/proxycheck-php/zipball/03d15e5198142d8245360e5db85d5a1ec50cea28",
|
||||
"reference": "03d15e5198142d8245360e5db85d5a1ec50cea28",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-curl": "*",
|
||||
"ext-json": "*",
|
||||
"php": ">=5.4"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"proxycheck\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "proxycheck and contributors",
|
||||
"homepage": "https://github.com/proxycheck/proxycheck-php/contributors"
|
||||
}
|
||||
],
|
||||
"description": "proxycheck.io PHP Library",
|
||||
"homepage": "https://proxycheck.io/",
|
||||
"keywords": [
|
||||
"api",
|
||||
"proxy checking",
|
||||
"proxycheck"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/proxycheck/proxycheck-php/issues",
|
||||
"source": "https://github.com/proxycheck/proxycheck-php/tree/v0.2.2"
|
||||
},
|
||||
"time": "2023-01-04T15:02:33+00:00"
|
||||
}
|
||||
],
|
||||
"packages-dev": [],
|
||||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": [],
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
"platform": [],
|
||||
"platform-dev": [],
|
||||
"plugin-api-version": "2.6.0"
|
||||
}
|
||||
Reference in New Issue
Block a user