{"id":13704409,"url":"https://github.com/pel/pel","last_synced_at":"2026-01-14T19:37:12.828Z","repository":{"id":984911,"uuid":"788930","full_name":"pel/pel","owner":"pel","description":"PHP Exif Library - library for reading and writing Exif headers in JPEG and TIFF files using PHP.","archived":true,"fork":false,"pushed_at":"2023-06-23T07:44:40.000Z","size":5506,"stargazers_count":280,"open_issues_count":36,"forks_count":75,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-01-14T01:47:42.076Z","etag":null,"topics":["exif","image-analysis","image-manipulation","php"],"latest_commit_sha":null,"homepage":"https://github.com/pel/pel","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pel.png","metadata":{"files":{"readme":"README.markdown","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2010-07-21T15:14:39.000Z","updated_at":"2025-12-11T10:34:54.000Z","dependencies_parsed_at":"2023-07-05T15:17:00.599Z","dependency_job_id":null,"html_url":"https://github.com/pel/pel","commit_stats":{"total_commits":729,"total_committers":27,"mean_commits":27.0,"dds":0.355281207133059,"last_synced_commit":"bb3e02327f93c15ccf09ad4f9898214c5bf58a28"},"previous_names":["lsolesen/pel"],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/pel/pel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pel%2Fpel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pel%2Fpel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pel%2Fpel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pel%2Fpel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pel","download_url":"https://codeload.github.com/pel/pel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pel%2Fpel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28432656,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["exif","image-analysis","image-manipulation","php"],"created_at":"2024-08-02T21:01:09.004Z","updated_at":"2026-01-14T19:37:12.812Z","avatar_url":"https://github.com/pel.png","language":"PHP","funding_links":[],"categories":["目录","Utilities"],"sub_categories":["图像 Imagery","Metadata Removal"],"readme":"## This repository is archived, the fork at [FileEye/pel](https://github.com/FileEye/pel) has taken over. Composer requests can be made for [fileeye/pel](https://packagist.org/packages/fileeye/pel):\n`composer require fileeye/pel`\n\n# PEL: PHP Exif Library\n\n[![Tests](https://github.com/pel/pel/actions/workflows/tests.yml/badge.svg)](https://github.com/pel/pel/actions/workflows/tests.yml) [![Code Coverage](https://scrutinizer-ci.com/g/pel/pel/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/pel/pel/?branch=master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/pel/pel/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/pel/pel/?branch=master) [![Latest Stable Version](https://poser.pugx.org/lsolesen/pel/v/stable)](https://packagist.org/packages/lsolesen/pel) [![Total Downloads](https://poser.pugx.org/lsolesen/pel/downloads)](https://packagist.org/packages/lsolesen/pel) [![License](https://poser.pugx.org/lsolesen/pel/license)](https://packagist.org/packages/lsolesen/pel)\n\nREADME file for PEL: PHP Exif Library.  A library with support for\nreading and writing Exif headers in JPEG and TIFF images using PHP.\n\nCopyright (C) 2004, 2005, 2006  Martin Geisler.\nLicensed under the GNU GPL, see COPYING for details.\n\n\n## Description\n\nThe PHP Exif Library (PEL) makes it easy to develop programs that will\nread and write the Exif metadata headers found in JPEG and TIFF\nimages.  See the file INSTALL for an introduction to how PEL can be\nused by your application.\n\nPEL is a library written entirely in PHP 5, which means that it does\nnot have any dependencies outside the core of PHP, it does not even\nuse the Exif module available for PHP.\n\nPlease note that the API for PEL is not yet frozen, and it will remain\nchangeable until version 1.0 is reached. Read the NEWS file for\nimportant information about API changes.\n\nAlso, please go to the PEL development mailing list (look below) and\nshare your ideas about how the API should look like.\n\n## Installation\n\n```\ncomposer require lsolesen/pel\n```\n\n## Documentation Overview\n\n* README.markdown: gives you a short introduction to PEL (this file).\n* INSTALL.md: explain how to install and get going with PEL.\n* CHANGELOG.md: contains important information about changes in PEL.\n* examples/: small self-contained examples of how to use PEL.\n* AUTHORS: list of people who have helped.\n* run run-phpdoc.sh to generate API-documention or see it online at https://pel.github.io/pel/doc/\n\n## Features of PEL\n\n* Reads and writes Exif metadata from both JPEG and TIFF images.\n* Supports reading and writing all Exif tags.\n* Supports internationalization.\n* Extensible object-oriented design.\n* PhpUnit tested\n* Documented with PhpDocumentor (http://phpdoc.org/).\n\n\n## Helping out\n\nHelp will be very much appreciated. You can report issues, run the test\nsuite, add patches. The best way to help out is applying patches and\nhelping out with the tests. See instructions in the test/ directory.\n\nAll changes to code should be issued through a pull request, and other\nmaintainers should review the code and merge it.\n\n\n## Languages\n\nTo work with the translations, you need the gettext package installed.\n\n\n## Getting Support\n\nThe first place you should consult for support is the documentation\nsupplied with PEL, found at https://pel.github.io/pel/doc/.\nThere you will find a complete API documentation with descriptions of\nall classes and files in PEL.\n\nThe scripts found in the examples/ directory are also a good source of\ninformation, especially the edit-description.php file which has tons\nof comments.\n\nPEL is hosted on Github and uses the tools found there for\nsupport.  This means that all questions, bug reports, etc. should be\ndirected there (and not directly to the developers).\n\nPlease try the latest version before reporting bugs -- it might have\nbeen fixed already.  The latest code can be found in the git\nrepository at\n\n  http://github.com/pel/pel\n\nIt is very helpful if you try out the latest code from the git\nrepository before submitting a bug report. The code found there is\ngenerally very stable.\n\n\n## Contributing Test Images\n\nTo make PEL as stable as possible, it is tested with images from a\nnumber of different camera models.\n\nNew test images are very much appreciated -- please download the\nexisting test images and read the README file found there for\ninstructions.\n\n\n## Credits\n\nPlease see the AUTHORS file for a list of people who have contributed\nto PEL. See the full list of [code contributors](https://github.com/pel/pel/graphs/contributors).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpel%2Fpel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpel%2Fpel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpel%2Fpel/lists"}