{"id":18264361,"url":"https://github.com/vickypandey14/php-admin-panel","last_synced_at":"2026-02-01T20:03:54.965Z","repository":{"id":221113481,"uuid":"666972192","full_name":"vickypandey14/php-admin-panel","owner":"vickypandey14","description":"This is my first backend project, a complete admin panel. I built this project using PHP and MySQL while I was learning full-stack development in 2022.","archived":false,"fork":false,"pushed_at":"2025-12-13T06:22:43.000Z","size":1354,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-14T20:19:58.564Z","etag":null,"topics":["javascript","jquery-ajax","php","phpunit"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vickypandey14.png","metadata":{"files":{"readme":"README.md","changelog":"change-password.php","contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-16T07:52:08.000Z","updated_at":"2025-12-13T06:22:46.000Z","dependencies_parsed_at":"2024-02-06T08:53:15.709Z","dependency_job_id":"a6f7666d-c7a8-436a-8dad-a548fb1c6d3c","html_url":"https://github.com/vickypandey14/php-admin-panel","commit_stats":null,"previous_names":["vickypandey14/php-admin-panel"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vickypandey14/php-admin-panel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vickypandey14%2Fphp-admin-panel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vickypandey14%2Fphp-admin-panel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vickypandey14%2Fphp-admin-panel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vickypandey14%2Fphp-admin-panel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vickypandey14","download_url":"https://codeload.github.com/vickypandey14/php-admin-panel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vickypandey14%2Fphp-admin-panel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28988426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T18:17:03.387Z","status":"ssl_error","status_checked_at":"2026-02-01T18:16:57.287Z","response_time":56,"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":["javascript","jquery-ajax","php","phpunit"],"created_at":"2024-11-05T11:14:27.868Z","updated_at":"2026-02-01T20:03:54.957Z","avatar_url":"https://github.com/vickypandey14.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP Admin Panel - Content Management System\n\nA simple admin panel built with **PHP** and **MySQL**, created as a learning project during my full-stack development journey in 2022. This was my first backend project, designed to manage users and content through a web-based interface.\n\n## Features\n- **User Authentication**: Secure admin login and logout functionality using PHP sessions.\n- **Dashboard**: A central interface to view key statistics or manage data.\n- **CRUD Operations**: Create, read, update, and delete records (e.g., users or content) stored in a MySQL database.\n- **Responsive Interface**: Basic HTML/CSS frontend, styled for usability on desktop and mobile devices.\n- **Database Integration**: MySQL database to store and manage application data.\n\n## Technologies Used\n- **PHP**: Server-side scripting for backend logic.\n- **MySQL**: Relational database for data storage.\n- **HTML/CSS**: Frontend structure and styling.\n- **JavaScript/jQuery**: Basic interactivity (e.g., form validation).\n\n## Prerequisites\nTo run this project locally, you need:\n- A web server with PHP support (e.g., Apache via XAMPP, WAMP, or MAMP).\n- MySQL database server.\n- A modern web browser.\n\n## Installation\n1. **Clone the Repository**:\n   ```bash\n   git clone https://github.com/vickypandey14/php-admin-panel.git\n   ```\n2. **Set Up the Database**:\n   - Create a MySQL database (e.g., `admin_panel`).\n   - Import the `database.sql` file (located in the repository) into your database.\n   - Update the database connection settings in `config.php` with your MySQL credentials:\n     ```php\n     $host = 'localhost';\n     $user = 'your_username';\n     $password = 'your_password';\n     $database = 'admin_panel';\n     ```\n3. **Configure the Web Server**:\n   - Place the project folder in your web server’s root directory (e.g., `htdocs` for XAMPP).\n   - Ensure the server is running (Apache and MySQL).\n4. **Access the Application**:\n   - Open your browser and navigate to `http://localhost/php-admin-panel`.\n   - Log in with the default admin credentials (check `database.sql` for details or set up a new admin user).\n\n## Usage\n- **Login**: Use the admin credentials to access the dashboard.\n- **Manage Data**: Add, edit, or delete records via the interface.\n- **Logout**: End your session securely.\n\n## Notes\n- This is a learning project and may not include advanced security features (e.g., prepared statements or password hashing). Use it for educational purposes only.\n- Feel free to fork the repository and enhance it with additional features or improved security.\n\n## Contributing\nContributions are welcome! To contribute:\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature-branch`).\n3. Make your changes and commit (`git commit -m \"Add new feature\"`).\n4. Push to your branch (`git push origin feature-branch`).\n5. Open a pull request.\n\n## License\nThis project is licensed under the [MIT License](LICENSE).\n\n## About the Developer\nHi, I'm Vivek Chandra Pandey (Vicky), a full-stack web developer passionate about building web applications. This project was built in 2022 as part of my learning journey. Check out my other projects on GitHub and consider leaving a ⭐ if you find this project helpful!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvickypandey14%2Fphp-admin-panel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvickypandey14%2Fphp-admin-panel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvickypandey14%2Fphp-admin-panel/lists"}