{"id":19186358,"url":"https://github.com/vantezzen/vowserdb","last_synced_at":"2025-06-18T16:36:48.875Z","repository":{"id":57078580,"uuid":"72685831","full_name":"vantezzen/vowserdb","owner":"vantezzen","description":"🗄 vowserDB allows you to use CSV or JSON files as a database in PHP","archived":false,"fork":false,"pushed_at":"2019-03-29T16:34:56.000Z","size":626,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-08T01:37:16.421Z","etag":null,"topics":["csv","database","php"],"latest_commit_sha":null,"homepage":"https://vowserdb.vantezzen.io/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vantezzen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-02T22:12:26.000Z","updated_at":"2022-08-08T21:29:28.000Z","dependencies_parsed_at":"2022-08-24T13:10:49.153Z","dependency_job_id":null,"html_url":"https://github.com/vantezzen/vowserdb","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/vantezzen/vowserdb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vantezzen%2Fvowserdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vantezzen%2Fvowserdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vantezzen%2Fvowserdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vantezzen%2Fvowserdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vantezzen","download_url":"https://codeload.github.com/vantezzen/vowserdb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vantezzen%2Fvowserdb/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260590253,"owners_count":23033025,"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":["csv","database","php"],"created_at":"2024-11-09T11:14:25.148Z","updated_at":"2025-06-18T16:36:43.805Z","avatar_url":"https://github.com/vantezzen.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"logo.png\"\u003e\n    \u003ca href=\"https://packagist.org/packages/vowserdb/vowserdb\"\u003e\n        \u003cimg src=\"https://api.travis-ci.org/vantezzen/vowserdb.svg?branch=master\" alt=\"Build status\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/vowserdb/vowserdb\"\u003e\n        \u003cimg src=\"https://poser.pugx.org/vowserdb/vowserdb/v/stable.svg\" alt=\"Stable version\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/vowserdb/vowserdb\"\u003e\n        \u003cimg src=\"https://poser.pugx.org/vowserdb/vowserdb/v/unstable.svg\" alt=\"Unstable version\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/vowserdb/vowserdb\"\u003e\n        \u003cimg src=\"https://poser.pugx.org/vowserdb/vowserdb/license.svg\" alt=\"License\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n# vowserDB\nvowserDB allows you to use csv files as a standalone database for PHP with SQL-like commands.\n\nIt is written purely in PHP without any dependencies.\n\n# Installation\nvowserDB can be installed via composer by running\n```php\ncomposer require vowserdb/vowserdb\n```\n\n# Basic usage\n```php\n\u003c?php\nuse vowserDB\\Table;\n\n// Use table 'users' with sepecified columns\n$table = new Table('users', ['username', 'password', 'mail']);\n\n// Insert new user into table\n$table-\u003einsert([\n    'username' =\u003e 'testuser',\n    'password' =\u003e '1234',\n    'mail' =\u003e 'mail@example.com'\n]);\n\n// Save changes to table file\n$table-\u003esave();\n\n// Select row from the table and update the password of the selected rows\n$table\n    -\u003eselect(['username' =\u003e 'testuser'])\n    -\u003eupdate(['password' =\u003e '5678'])\n    -\u003esave();\n\n// Get selected rows\n$rows = $table-\u003eselected();\n```\n\n# Documentation\nThe documentation can be found at [https://vantezzen.github.io/vowserdb](https://vantezzen.github.io/vowserdb). It can also be viewed from `docs/index.html` when cloning the repository or by opening `docs/Home.md`. \nThe documentation is powered by [Flatdoc](http://ricostacruz.com/flatdoc).\n\n# Bugs and feature requests\nBugs and feature request are tracked on [GitHub](https://github.com/vantezzen/vowserdb/issues).\n\n# Licence\nvowserDB is licensed under the MIT License - see the `LICENSE` file for details.\n\n# Acknowledgements\nThis library is heavily inspired by Laravels Eloquent syntax.\n\n# Unit Test\nUnit tests can be executed via `composer test`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvantezzen%2Fvowserdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvantezzen%2Fvowserdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvantezzen%2Fvowserdb/lists"}