Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piwigo/piwigo
Manage your photos with Piwigo, a full featured open source photo gallery application for the web. Star us on Github! More than 200 plugins and themes available. Join us and contribute!
https://github.com/piwigo/piwigo
cms image-gallery open-source photo-gallery photography php piwigo privacy self-hosting web-application
Last synced: 23 days ago
JSON representation
Manage your photos with Piwigo, a full featured open source photo gallery application for the web. Star us on Github! More than 200 plugins and themes available. Join us and contribute!
- Host: GitHub
- URL: https://github.com/piwigo/piwigo
- Owner: Piwigo
- License: gpl-2.0
- Created: 2015-07-25T11:32:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T09:26:23.000Z (23 days ago)
- Last Synced: 2024-10-15T11:43:18.234Z (23 days ago)
- Topics: cms, image-gallery, open-source, photo-gallery, photography, php, piwigo, privacy, self-hosting, web-application
- Language: PHP
- Homepage: https://piwigo.org
- Size: 69.9 MB
- Stars: 3,210
- Watchers: 74
- Forks: 439
- Open Issues: 702
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: COPYING.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
Manage your photo library. Piwigo is open source photo gallery software for the web. Designed for organisations, teams and individuals.
![screenshot](https://piwigo.org/screenshots/github-screenshot-2.10.jpg)
The [piwigo.org](https://piwigo.org) website introduces you to Piwigo. You'll find a demo, forums, wiki and news.
## Requirements* A webserver (Apache or nginx recommended)
* PHP 7.4+. Piwigo can run with PHP 7.0+ but these end-of-life versions are no longer maintained and may expose your site to security vulnerabilities.
* MySQL 5 or greater or MariaDB equivalent
* ImageMagick (recommended) or PHP GD## Quick start install
### NetInstall
* Download the [NetInstall script](https://piwigo.org/download/dlcounter.php?code=netinstall)
* Transfer the script to your web space with any FTP client
* Open the script in you web browser (for example http://example.com/piwigo-netinstall.php) and follow the steps[More information](https://piwigo.org/guides/install/netinstall)
### Manual
* Download the [latest stable version](https://piwigo.org/download/dlcounter.php?code=latest) and unzip it
* Transfer everything to your web space with any FTP client
* Open your website (for example http://example.com/piwigo) and follow the steps[More information](https://piwigo.org/guides/install/manual)
If you do not have your own server, consider the [piwigo.com](https://piwigo.com/) hosting solution.
## Contributing
Piwigo is widely driven by its community; if you want to improve the code, fork this repo and submit your changes to the `master` branch. See our [Contribution guide](https://github.com/Piwigo/Piwigo/blob/master/docs/CONTRIBUTING.md).
## License
Piwigo is released under the GPL v2 license. See our [Copying details](https://github.com/Piwigo/Piwigo/blob/master/COPYING.txt).