{"id":21473405,"url":"https://github.com/secondtruth/seabreeze-php-legacy","last_synced_at":"2025-03-17T07:25:38.421Z","repository":{"id":2013364,"uuid":"2948467","full_name":"secondtruth/seabreeze-php-legacy","owner":"secondtruth","description":"Deployment and Testing tool for database-driven web applications","archived":false,"fork":false,"pushed_at":"2015-10-18T21:00:12.000Z","size":392,"stargazers_count":2,"open_issues_count":7,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-10T15:57:54.720Z","etag":null,"topics":["deployment","task-runner"],"latest_commit_sha":null,"homepage":"http://www.flamecore.org","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/secondtruth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-12-09T16:32:20.000Z","updated_at":"2024-06-09T00:16:50.000Z","dependencies_parsed_at":"2022-09-14T13:00:48.996Z","dependency_job_id":null,"html_url":"https://github.com/secondtruth/seabreeze-php-legacy","commit_stats":null,"previous_names":["secondtruth/seabreeze-php-legacy","seabreeze-project/seabreeze-client"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secondtruth%2Fseabreeze-php-legacy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secondtruth%2Fseabreeze-php-legacy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secondtruth%2Fseabreeze-php-legacy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secondtruth%2Fseabreeze-php-legacy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/secondtruth","download_url":"https://codeload.github.com/secondtruth/seabreeze-php-legacy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243990217,"owners_count":20379754,"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":["deployment","task-runner"],"created_at":"2024-11-23T10:17:03.224Z","updated_at":"2025-03-17T07:25:38.400Z","avatar_url":"https://github.com/secondtruth.png","language":"PHP","readme":"Seabreeze\n=========\n\n[![Build Status](https://img.shields.io/travis/FlameCore/Seabreeze.svg)](https://travis-ci.org/FlameCore/Seabreeze)\n[![Scrutinizer](http://img.shields.io/scrutinizer/g/FlameCore/Seabreeze.svg)](https://scrutinizer-ci.com/g/FlameCore/Seabreeze)\n[![Coverage](http://img.shields.io/codeclimate/coverage/github/FlameCore/Seabreeze.svg)](https://codeclimate.com/github/FlameCore/Seabreeze/coverage)\n[![License](http://img.shields.io/packagist/l/flamecore/seabreeze.svg)](http://www.flamecore.org/projects/seabreeze)\n\nSeabreeze is a deployment and testing tool for database-driven web applications. It aims to be very flexible and extensible.\n\nThe program uses our self-developed [Synchronizer](https://github.com/FlameCore/Synchronizer) library as backend.\n\n\nFeatures\n--------\n\n* Deploy files locally and remotely\n\n* Automatically deploy database schemas (planned)\n\n* Run all your tests with one simple command\n\n* Compatibility with external deployment tools and task runners (planned)\n\n* A clear and feature-rich Web Interface (planned)\n\n* Fast and easy to use\n\n\nUsage\n-----\n\nInvoke the program from your project directory:\n\n    $ vendor/bin/breeze COMMAND ...\n\nTo see a list of available commands, use the `list` command:\n\n    $ vendor/bin/breeze list\n\n\n### The API\n\nTo make use of the API, include the vendor autoloader and use the classes:\n\n```php\nnamespace Acme\\MyApplication;\n\nuse FlameCore\\Seabreeze\\Manifest\\Project;\n\nrequire 'vendor/autoload.php';\n```\n\n\nInstallation\n------------\n\n### Install via Composer\n\nCreate a file called `composer.json` in your project directory and put the following into it:\n\n```\n{\n    \"require\": {\n        \"flamecore/seabreeze\": \"dev-master\"\n    }\n}\n```\n\n[Install Composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx) if you don't already have it present on your system:\n\n    $ curl -sS https://getcomposer.org/installer | php\n\nUse Composer to [download the vendor libraries](https://getcomposer.org/doc/00-intro.md#using-composer) and generate the vendor/autoload.php file:\n\n    $ php composer.phar install\n\n\nRequirements\n------------\n\n* You must have at least PHP version 5.4 installed on your system.\n\n\nContributors\n------------\n\nIf you want to contribute, please see the [CONTRIBUTING](CONTRIBUTING.md) file first.\n\nThanks to the contributors:\n\n* Christian Neff (secondtruth)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecondtruth%2Fseabreeze-php-legacy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsecondtruth%2Fseabreeze-php-legacy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecondtruth%2Fseabreeze-php-legacy/lists"}