{"id":18974791,"url":"https://github.com/bigbite/paddle","last_synced_at":"2025-08-16T08:16:37.767Z","repository":{"id":35187709,"uuid":"39445689","full_name":"bigbite/paddle","owner":"bigbite","description":"Commit to GitHub and have it automatically synced to SVN.","archived":false,"fork":false,"pushed_at":"2015-07-22T15:53:37.000Z","size":1244,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-04-16T11:05:48.049Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/bigbite.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-21T13:03:50.000Z","updated_at":"2023-06-28T15:58:54.000Z","dependencies_parsed_at":"2022-08-29T18:01:13.175Z","dependency_job_id":null,"html_url":"https://github.com/bigbite/paddle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbite%2Fpaddle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbite%2Fpaddle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbite%2Fpaddle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbite%2Fpaddle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bigbite","download_url":"https://codeload.github.com/bigbite/paddle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249740864,"owners_count":21318711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-08T15:16:17.082Z","updated_at":"2025-04-19T16:44:13.875Z","avatar_url":"https://github.com/bigbite.png","language":"PHP","readme":"# Paddle\n\n\u003e A modified [Ship](http://ship.getherbert.com).\n\nCommit to GitHub and have it automatically synced to SVN. \n\n * Supports maunal syncing of the latest or a specific commit. \n * Works with Github organisations.\n * Runs .paddle.sh before pushing to SVN (if it can find it within your git repository), helpful if you need to run composer or remove files etc.\n\n\n## Installation\n\nIf you're deploying with [Peggy](https://getpeggy.com/), it's really simple. Add it to Peggy, setup the [Environment](#environment), press Deploy.\n\nOtherwise:\n * `git clone git@github.com:bigbitecreative/pebble.git`\n * Setup the [Environment](#environment)\n\nOn each deploy there-after:\n * `composer install`\n * `php artisan cache:clear`\n * `php artisan migrate --force`\n * `php artisan optimize`\n * `sudo supervisorctl reload`\n\n\n## Worker\n\nYou're going to need to setup a supervisor worker:\n```ini\n[program:paddle-queue-listener]\nuser=root\ncommand=php /path/to/paddle/artisan queue:listen --tries=3 --sleep=3 --timeout=60\ndirectory=/\nstdout_logfile=/var/log/worker-paddle-queue-listener.log\nredirect_stderr=true\nautostart=true\nautorestart=true\nprocess_name=%(program_name)s_%(process_num)s\nnumprocs=5\nnumprocs_start=0\n```\n\n\n## Cron\n\nYou're going to need to setup a cron job:\n```sh\n* * * * * php /path/to/paddle/artisan schedule:run 1\u003e\u003e /dev/null 2\u003e\u00261\n```\n\n\n## Environment\n\n```ini\nAPP_ENV=production\nAPP_DEBUG=false\nAPP_KEY=32 Character Random String\n\nDB_HOST=...\nDB_DATABASE=...\nDB_USERNAME=...\nDB_PASSWORD=...\n\nCACHE_DRIVER=file\nSESSION_DRIVER=file\nQUEUE_DRIVER=...\n\nMAIL_DRIVER=...\nMAIL_HOST=...\nMAIL_PORT=...\nMAIL_FROM_ADDRESS=admin@paddle.app\nMAIL_USERNAME=...\nMAIL_PASSWORD=...\nMAIL_ENCRYPTION=null\n\nWEBHOOK_SECRET=Random String\nSVN_BINARY=/usr/bin/svn\n\nGITHUB_CLIENT_ID=...\nGITHUB_CLIENT_SECRET=...\n\nSSH_KEY_PATH=null\n\nGIT_BRANCH=master\n```\n\nThe environment follows basica Laravel environment rules (check Laravel's documentation for more information). For instance, if you want to use Mandrill for mail you can use these keys:\n```ini\nMAIL_DRIVER=mandrill\nMANDRILL_SECRET=...\n```\n\nIf you wish to use Iron pull queues, then use theses keys:\n```ini\nQUEUE_DRIVER=iron\n\nIRON_HOST=...\nIRON_TOKEN=...\nIRON_PROJECT=...\nIRON_QUEUE=...\n```\n\nIf you wish to use Beanstalkd:\n```ini\nQUEUE_DRIVER=beanstalkd\n```\n\netc.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigbite%2Fpaddle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbigbite%2Fpaddle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigbite%2Fpaddle/lists"}