{"id":25809911,"url":"https://github.com/aliyara290/dev_blog_platform","last_synced_at":"2025-07-24T18:18:06.817Z","repository":{"id":270462369,"uuid":"910436027","full_name":"aliyara290/DEV_Blog_Platform","owner":"aliyara290","description":"a PHP-based blogging platform built using Object-Oriented Programming (OOP) principles and the Model-View-Controller (MVC) design pattern.","archived":false,"fork":false,"pushed_at":"2025-01-09T23:06:07.000Z","size":16141,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T07:15:19.575Z","etag":null,"topics":["blog","mvc","oop","php"],"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/aliyara290.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}},"created_at":"2024-12-31T09:11:00.000Z","updated_at":"2025-01-09T23:06:11.000Z","dependencies_parsed_at":"2024-12-31T17:31:17.233Z","dependency_job_id":"2a899fec-a866-4697-bdfa-8962198af4b2","html_url":"https://github.com/aliyara290/DEV_Blog_Platform","commit_stats":null,"previous_names":["aliyara290/dev_blog_platform"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aliyara290/DEV_Blog_Platform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliyara290%2FDEV_Blog_Platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliyara290%2FDEV_Blog_Platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliyara290%2FDEV_Blog_Platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliyara290%2FDEV_Blog_Platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aliyara290","download_url":"https://codeload.github.com/aliyara290/DEV_Blog_Platform/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliyara290%2FDEV_Blog_Platform/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266886031,"owners_count":24001046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["blog","mvc","oop","php"],"created_at":"2025-02-27T23:34:22.513Z","updated_at":"2025-07-24T18:18:06.809Z","avatar_url":"https://github.com/aliyara290.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Dev_Blog_Platform\n\nWelcome to **Dev_Blog_Platform**, a PHP-based blogging platform built using Object-Oriented Programming (OOP) principles and the Model-View-Controller (MVC) design pattern. This platform provides functionality for user authentication (sign in, sign up, and session management) and allows users to create and manage blog posts.\n\n## Table of Contents\n\n- [Features](#features)\n- [Technologies Used](#technologies-used)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Project Structure](#project-structure)\n- [Contributing](#contributing)\n- [License](#license)\n\n---\n\n## Features\n\n- **User Authentication**\n  - Sign up for a new account.\n  - Sign in with existing credentials.\n  - Session management for secure user interaction.\n\n- **Blog Management**\n  - Create, read, update, and delete blog posts.\n\n- **MVC Architecture**\n  - Clear separation of concerns for easier maintenance and scalability.\n\n---\n\n## Technologies Used\n\n- **Backend**: PHP (Object-Oriented Programming)\n- **Design Pattern**: Model-View-Controller (MVC)\n- **Database**: MySQL\n- **Front-end**: HTML, CSS, JavaScript (optional frameworks like Bootstrap for styling)\n\n---\n\n## Installation\n\n1. **Clone the Repository**\n   ```bash\n   git clone https://github.com/aliyara290/DEV_Blog_Platform.git\n   cd DEV_Blog_Platform\n   ```\n\n2. **Set Up the Database**\n   - Import the SQL file (`database.sql` or similar) located in the project directory to your MySQL server.\n   - Update the database configuration in the `config` file (e.g., `/config/database.php`) with your MySQL credentials.\n\n3. **Configure Environment**\n   - Ensure you have a local server running PHP (e.g., XAMPP, WAMP, or LAMP).\n   - Place the project folder in the server's root directory (e.g., `htdocs` for XAMPP).\n\n4. **Run the Application**\n   - Open your web browser and navigate to:\n     ```\n     http://localhost/DEV_Blog_Platform\n     ```\n\n---\n\n## Usage\n\n1. **Sign Up**\n   - Create an account to access the blogging platform.\n\n2. **Sign In**\n   - Log in with your credentials to start managing your blog posts.\n\n3. **Manage Blog Posts**\n   - Create new blog posts.\n   - Edit or delete existing posts.\n\n---\n\n## Contributing\n\nContributions are welcome! If you find any issues or want to add new features, feel free to:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix:\n   ```bash\n   git checkout -b feature-name\n   ```\n3. Commit your changes and push to your branch:\n   ```bash\n   git push origin feature-name\n   ```\n4. Open a pull request on GitHub.\n\n---\n\n## License\n\nThis project is open-source and available under the [MIT License](LICENSE).\n\n---\n\n## Contact\n\nIf you have any questions or suggestions, feel free to reach out at:\n- **GitHub**: [Ali](https://github.com/aliyara290)\n\nHappy coding!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliyara290%2Fdev_blog_platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faliyara290%2Fdev_blog_platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliyara290%2Fdev_blog_platform/lists"}