{"id":28304634,"url":"https://github.com/antoniomaggi/squadscope","last_synced_at":"2026-05-20T07:40:16.204Z","repository":{"id":242493289,"uuid":"809696206","full_name":"AntonioMaggi/squadscope","owner":"AntonioMaggi","description":"Squad Scope is a PUBG squad statistics and analytics application.","archived":false,"fork":false,"pushed_at":"2024-06-25T00:01:17.000Z","size":2746,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-08T15:06:07.841Z","etag":null,"topics":["api-pubg","e-sport","gaming","laravel","php","pubg","sql"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AntonioMaggi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-06-03T09:18:27.000Z","updated_at":"2024-06-25T07:07:39.000Z","dependencies_parsed_at":"2024-06-21T10:18:55.906Z","dependency_job_id":"eeb7ef77-cf77-49bd-a12b-74fb9c201bbb","html_url":"https://github.com/AntonioMaggi/squadscope","commit_stats":null,"previous_names":["antoniomaggi/squadscope"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AntonioMaggi/squadscope","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AntonioMaggi%2Fsquadscope","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AntonioMaggi%2Fsquadscope/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AntonioMaggi%2Fsquadscope/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AntonioMaggi%2Fsquadscope/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AntonioMaggi","download_url":"https://codeload.github.com/AntonioMaggi/squadscope/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AntonioMaggi%2Fsquadscope/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33250375,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-20T04:48:54.280Z","status":"ssl_error","status_checked_at":"2026-05-20T04:48:10.851Z","response_time":356,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-pubg","e-sport","gaming","laravel","php","pubg","sql"],"created_at":"2025-05-24T01:07:40.029Z","updated_at":"2026-05-20T07:40:16.154Z","avatar_url":"https://github.com/AntonioMaggi.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://github.com/Maysker/bitcoin-trackerV2\" target=\"_blank\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/Maysker/squadscope/master/public/images/logo.png\" width=\"500\" alt=\"Squad Scope Logo\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n# Squad Scope\n\n**Squad Scope** is a PUBG squad statistics and analytics application. It helps you dive deep into match analysis, assess individual and team stats, and utilize tactical tools to craft winning strategies. Improve your chances of victory and become PUBG champions with our app!\n\n## Features\n\n- **Match Analysis**: Detailed statistics for each match.\n- **Team Statistics**: Overall and individual player stats.\n- **Team Management**: Create and manage teams.\n- **User Authentication**: Registration and login functionality.\n- **User-friendly Interface**: Responsive design for better user experience.\n\n## Installation\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/AntonioMaggi/squadscope.git\n    cd squadscope\n    ```\n\n2. Install dependencies:\n\n    ```bash\n    composer install\n    npm install\n    ```\n\n3. Configure your `.env` file:\n\n    ```bash\n    cp .env.example .env\n    php artisan key:generate\n    ```\n\n4. Set up the database in your `.env` file and run the migrations:\n\n    ```bash\n    php artisan migrate\n    ```\n\n5. Install Breeze and Livewire:\n\n    ```bash\n    composer require laravel/breeze --dev\n    php artisan breeze:install\n    php artisan migrate\n    npm install \u0026\u0026 npm run dev\n    ```\n\n## Running the Application\n\nTo run the application, you will need to open two terminal windows or tabs:\n\n1. In the first terminal, start the PHP development server:\n\n    ```bash\n    php artisan serve\n    ```\n\n2. In the second terminal, start the Vite development server:\n\n    ```bash\n    npm run dev\n    ```\n\n3. Open your browser and navigate to [http://localhost:8000](http://localhost:8000).\n\n## Usage\n\nAfter launching the application, open your browser and go to [http://localhost:8000](http://localhost:8000). Register or log in to use all the features of the application.\n\n## Developers\n\n- [Adam Gazdiev](https://github.com/Maysker)\n- [Antonio Maggi](https://github.com/AntonioMaggi)\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nWe welcome contributions from the community! If you have suggestions or find a bug, please create an issue or submit a pull request.\n\n## Acknowledgments\n\nThis project was created as a graduation thesis by students of the Full Stack Developer course at Syntra PXL.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantoniomaggi%2Fsquadscope","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantoniomaggi%2Fsquadscope","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantoniomaggi%2Fsquadscope/lists"}