copy2cloud / server
copy2cloud-server is a internet clipboard service.
dev-master
2023-06-20 07:56 UTC
Requires
- php: ^8.1
- ext-json: *
- defuse/php-encryption: ^2.3
- monolog/monolog: ^2.3
- predis/predis: ^1.1
- ramsey/uuid: ^4.2
- respect/validation: ^2.2
- slim/http: ^1.3
- slim/psr7: ^1.6
- slim/slim: ^4.11
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-11-20 10:49:24 UTC
README
copy2cloud-server is a internet clipboard service.
API Documentation
API documentation available at Postman Public Directory
Installation
Download and run project with following commands.
# download project git clone https://github.com/ademalidurmus/copy2cloud-server.git # go to project folder cd copy2cloud-server # copy environment file from .env.dist (you can create own .env file or modify created file) make env # build project make build # check application status on your browser, httpie or REST API client http localhost:1453/v1/ping
License
MIT © Adem Ali Durmuş