{"id":18310330,"url":"https://github.com/torann/database-backup","last_synced_at":"2025-04-05T18:31:39.599Z","repository":{"id":57071900,"uuid":"72759917","full_name":"Torann/database-backup","owner":"Torann","description":"Uncomplicated database backup package for Laravel 5.","archived":false,"fork":false,"pushed_at":"2018-05-29T20:41:56.000Z","size":8,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T08:34:53.611Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Torann.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":"2016-11-03T15:33:44.000Z","updated_at":"2018-10-20T02:46:20.000Z","dependencies_parsed_at":"2022-08-24T14:54:32.651Z","dependency_job_id":null,"html_url":"https://github.com/Torann/database-backup","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torann%2Fdatabase-backup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torann%2Fdatabase-backup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torann%2Fdatabase-backup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torann%2Fdatabase-backup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Torann","download_url":"https://codeload.github.com/Torann/database-backup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247383836,"owners_count":20930358,"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-05T16:14:09.001Z","updated_at":"2025-04-05T18:31:39.265Z","avatar_url":"https://github.com/Torann.png","language":"PHP","funding_links":["https://www.patreon.com/torann","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=4CJA2A97NPYVU"],"categories":[],"sub_categories":[],"readme":"# Database Backup\n\n[![Latest Stable Version](https://poser.pugx.org/torann/database-backup/v/stable.png)](https://packagist.org/packages/torann/database-backup)\n[![Total Downloads](https://poser.pugx.org/torann/database-backup/downloads.png)](https://packagist.org/packages/torann/database-backup)\n[![Patreon donate button](https://img.shields.io/badge/patreon-donate-yellow.svg)](https://www.patreon.com/torann)\n[![Donate weekly to this project using Gratipay](https://img.shields.io/badge/gratipay-donate-yellow.svg)](https://gratipay.com/~torann)\n[![Donate to this project using Flattr](https://img.shields.io/badge/flattr-donate-yellow.svg)](https://flattr.com/profile/torann)\n[![Donate to this project using Paypal](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=4CJA2A97NPYVU)\n\nUncomplicated database backup package for Laravel 5.\n\n## Installation\n\n### Composer\n\nFrom the command line run:\n\n```\n$ composer require torann/database-backup\n```\n\n### Laravel\n\nOnce installed you need to register the service provider with the application. Open up `config/app.php` and find the `providers` key.\n\n``` php\n'providers' =\u003e [\n\n    Torann\\DatabaseBackup\\DatabaseBackupServiceProvider::class,\n\n]\n```\n\n### Lumen\n\nFor Lumen register the service provider in `bootstrap/app.php`.\n\n``` php\n$app-\u003eregister(Torann\\DatabaseBackup\\DatabaseBackupServiceProvider::class);\n```\n\n### Publish the configurations\n\nRun this on the command line from the root of your project:\n\n```\n$ php artisan vendor:publish --provider=\"Torann\\DatabaseBackup\\DatabaseBackupServiceProvider\" --tag=config\n```\n\nA configuration file will be publish to `config/database-backups.php`.\n\n## Commands\n\n### `php artisan db:backup`\n\nDump the default database.\n\n## Change Log\n\n#### v0.1.0\n\n- First release","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorann%2Fdatabase-backup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftorann%2Fdatabase-backup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorann%2Fdatabase-backup/lists"}