Skip to content
forked from secusu/secusu

SЁCU is a public API to store self-destructing data payloads with url shortener and handle anonymous chat-rooms.

License

Notifications You must be signed in to change notification settings

cybercog/secusu

 
 

Repository files navigation

SЁCU

Gitter chat Build Status Latest Stable Version License

SЁCU is a public API to store self-destructing data payloads. This repository includes only backend part using Laravel framework. Frontend could be found in SЁCU web application repository.

Configuration

cp .env.example .env
vi .env

Installation

composer install
php artisan key:generate
php artisan migrate

Add CRON entry to your OS

* * * * * php /path/to/secu/artisan schedule:run >> /dev/null 2>&1

Contributing

Please refer to CONTRIBUTING.md for information on how to contribute to SЁCU and its related projects.

License

The SЁCU application is an open-sourced software licensed under the BSD 3-Clause License.

Sponsor this project

Packages

No packages published

Languages

  • PHP 84.6%
  • JavaScript 14.1%
  • Other 1.3%