Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/projectsend/projectsend
ProjectSend is a free, open source software that lets you share files with your clients, focused on ease of use and privacy. It supports clients groups, system users roles, statistics, multiple languages, detailed logs... and much more!
https://github.com/projectsend/projectsend
clients-oriented file-sharing free-software open-source php projectsend self-hosted
Last synced: about 6 hours ago
JSON representation
ProjectSend is a free, open source software that lets you share files with your clients, focused on ease of use and privacy. It supports clients groups, system users roles, statistics, multiple languages, detailed logs... and much more!
- Host: GitHub
- URL: https://github.com/projectsend/projectsend
- Owner: projectsend
- License: gpl-2.0
- Created: 2014-03-12T08:06:39.000Z (almost 11 years ago)
- Default Branch: develop
- Last Pushed: 2024-09-26T13:04:39.000Z (3 months ago)
- Last Synced: 2024-10-29T17:50:44.221Z (about 1 month ago)
- Topics: clients-oriented, file-sharing, free-software, open-source, php, projectsend, self-hosted
- Language: PHP
- Homepage: https://www.projectsend.org/
- Size: 10.7 MB
- Stars: 1,400
- Watchers: 59
- Forks: 308
- Open Issues: 499
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-homelab - ProjectSend
- jimsghstars - projectsend/projectsend - ProjectSend is a free, open source software that lets you share files with your clients, focused on ease of use and privacy. It supports clients groups, system users roles, statistics, multiple langua (PHP)
- awesome-starred - projectsend/projectsend - ProjectSend is a free, open source software that lets you share files with your clients, focused on ease of use and privacy. It supports clients groups, system users roles, statistics, multiple langua (self-hosted)
README
# ProjectSend
![ProjectSend logo](https://www.projectsend.org/projectsend-logo-new.png)
## About
ProjectSend is a free, clients-oriented, private file sharing web application.
Clients are created and assigned a username and a password.
Uploaded files can be assigned to specific clients or clients groups.Other features include auto-expiration of upload, notifications, full logging of actions by users and clients, option to allow clients to also upload files, themes, multiple languages...
Main website: [projectsend.org](https://www.projectsend.org)
git: [current repository](https://github.com/projectsend/projectsend/)
Support via Patreon: [Patreon](https://www.patreon.com/ignacionelson)
Support via Open Collective: [Open Collective](https://opencollective.com/projectsend)Feel free to participate!
## IMPORTANT
It is recommended that you download the latest release from the official website.
Downloading a development version directly from the repository might give you unexpected results, such as visible errors, functions that are still not finished, etc.
## Documentation
Docs are maintained at https://projectsend.gitbook.io.
There you will find installation requirements, instructions, tutorials, and troubleshooting information.## Developing
If you want to help with development, you will need to do a few things via the command line:
1. Download the npm and composer dependencies with the commands ````npm install```` and ````composer update````
1. Run the default gulp task simply with ````gulp```` to compile the main CSS and JS assets files.## How to join the project
Questions, ideas?
Send your message to [email protected] or join us on our [Facebook page](https://www.facebook.com/projectsend/)
## Translations
Thanks. Arigatō. Danke. Gracias. Grazie. Mahadsanid. Salamat po. Merci. אַ דאַנק.
You can download the compiled, translated files for the available languages from [projectsend.org/translations](https://www.projectsend.org/translations/)
If you want to translate ProjectSend in your language or work on an existing translation, please join the project on [Transifex](https://www.transifex.com/projects/p/projectsend)
## License
ProjectSend is licensed under [GNU GPL v2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
## Change log
[Available at the official site](http://www.projectsend.org/change-log/)