{"id":25531925,"url":"https://github.com/m-ah07/image-converte-php","last_synced_at":"2026-02-11T12:08:39.291Z","repository":{"id":265355498,"uuid":"895780673","full_name":"m-ah07/image-converte-php","owner":"m-ah07","description":"A PHP tool for multi-format image conversion, designed for fast, reliable, and simple image processing.","archived":false,"fork":false,"pushed_at":"2025-02-14T11:28:34.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-22T11:36:31.789Z","etag":null,"topics":["image-conversion","image-processing","media-processing","open-source","open-source-php","php","php-development","php-utilities"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/m-ah07.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2024-11-28T22:24:38.000Z","updated_at":"2025-02-14T11:28:37.000Z","dependencies_parsed_at":"2025-05-22T11:47:28.232Z","dependency_job_id":null,"html_url":"https://github.com/m-ah07/image-converte-php","commit_stats":null,"previous_names":["marwan-ahmed-23/image-converte-php","m-ah07/image-converte-php"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/m-ah07/image-converte-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-ah07%2Fimage-converte-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-ah07%2Fimage-converte-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-ah07%2Fimage-converte-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-ah07%2Fimage-converte-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-ah07","download_url":"https://codeload.github.com/m-ah07/image-converte-php/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-ah07%2Fimage-converte-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29332717,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"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":["image-conversion","image-processing","media-processing","open-source","open-source-php","php","php-development","php-utilities"],"created_at":"2025-02-20T01:42:18.849Z","updated_at":"2026-02-11T12:08:39.273Z","avatar_url":"https://github.com/m-ah07.png","language":"PHP","readme":"# Image Converter (PHP)\n\n**Image Converter PHP** is a lightweight and efficient PHP script for converting images between multiple formats, including **PNG**, **JPEG**, **GIF**, and **BMP**. This tool is designed to simplify image conversion tasks while maintaining high performance and easy integration.\n\n---\n\n## 🚀 Features\n\n- **Multi-format Conversion**: Supports conversion between PNG, JPEG, GIF, and BMP formats.\n- **Lightweight and Fast**: Written in PHP for quick processing.\n- **Easy Integration**: Straightforward to use in your projects.\n- **Customizable**: Easily extendable to include more features.\n\n## ⚙️ Requirements\n\n- **PHP 7.4** or later\n- **GD Library**: Make sure the PHP GD extension is installed and enabled.\n\n## 🔧 Installation\n\n1. Clone this repository to your local machine:\n   \n   ```bash\n   git clone https://github.com/m-ah07/image-converte-php.git\n   ```\n\n2. Ensure your server meets the requirements:\n   \n     - PHP 7.4 or later\n     - GD Library enabled in your PHP configuration (`php.ini`).\n\n3. Place the project files in your desired directory on your web server.\n\n## 📖 Usage\n\n1. Access the script through your preferred development environment or web server.\n2. Use the following example code to convert an image:\n   \n    ```bash\n    require_once 'converter.php';\n    \n    // Path to the input image\n    $inputPath = 'path/to/your/input/image.png';\n    \n    // Desired output format\n    $outputFormat = 'jpeg'; // Options: png, jpeg, gif, bmp\n    \n    // Output path for the converted image\n    $outputPath = 'path/to/output/image.jpeg';\n    \n    // Convert the image\n    if (convertImage($inputPath, $outputFormat, $outputPath)) {\n        echo \"Image successfully converted to $outputFormat!\";\n    } else {\n        echo \"Image conversion failed.\";\n    }\n    ```\n\n## 📂 Directory Structure\n```plaintext\nimage-converte-php/\n├── public/\n│   └── index.php\n├── examples/\n│   └── example.php\n├── LICENSE\n├── .gitignore\n└── README.md\n```\n\n## 🤝 Contributing\n\nContributions are welcome! Please fork this repository, make your changes, and submit a pull request.\n\n## 🌟 Show Your Support\n\nIf you found this project helpful, please consider giving it a ⭐ on GitHub. Your support means the world to us!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-ah07%2Fimage-converte-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm-ah07%2Fimage-converte-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-ah07%2Fimage-converte-php/lists"}