{"id":15660399,"url":"https://github.com/mrcrypster/mysqly","last_synced_at":"2025-09-23T09:42:48.927Z","repository":{"id":54635627,"uuid":"378112661","full_name":"mrcrypster/mysqly","owner":"mrcrypster","description":"Full-featured opensource small-overhead PHP data framework for Mysql built for fast and efficient development","archived":false,"fork":false,"pushed_at":"2023-10-23T12:38:46.000Z","size":138,"stargazers_count":26,"open_issues_count":1,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-30T23:41:12.400Z","etag":null,"topics":["cache","cache-storage","database","job-queue","key-value","mysql","mysql-cache","opensource","pdo","pdo-mysql","php","php-database","php-key-value-store","sql","stored-procedures"],"latest_commit_sha":null,"homepage":"https://mysqly.com","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/mrcrypster.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-18T10:18:39.000Z","updated_at":"2024-12-12T20:28:10.000Z","dependencies_parsed_at":"2023-02-09T21:50:18.002Z","dependency_job_id":"3b93d85c-1b9a-4092-922f-43f8952f10e6","html_url":"https://github.com/mrcrypster/mysqly","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/mrcrypster%2Fmysqly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrcrypster%2Fmysqly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrcrypster%2Fmysqly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrcrypster%2Fmysqly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrcrypster","download_url":"https://codeload.github.com/mrcrypster/mysqly/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252576984,"owners_count":21770720,"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":["cache","cache-storage","database","job-queue","key-value","mysql","mysql-cache","opensource","pdo","pdo-mysql","php","php-database","php-key-value-store","sql","stored-procedures"],"created_at":"2024-10-03T13:21:29.958Z","updated_at":"2025-09-23T09:42:43.892Z","avatar_url":"https://github.com/mrcrypster.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[Mysqly](https://mysqly.com/) is a full-featured opensource small-overhead PHP data framework for Mysql built for fast and efficient development.\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://mysqly.com/\"\u003e\u003cimg src=\"/mysqly.png\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n- [Official website](https://mysqly.com/)\n- [Advanced Mysql knowledge base](https://mysqly.com/educate)\n\n# Install\n```bash\nwget https://mysqly.com/mysqly.php\n```\n\n# Usage example\n```php\nrequire 'mysqly.php'; # include library (single file)\nmysqly::auth('user', 'pwd', 'db', '127.0.0.1'); # connect to Mysql server\n\n// Dynamic methods for table names\n$users = mysqly::users(['age' =\u003e 25]); # SELECT * FROM users WHERE age = 25\n$user = mysqly::users_(6); # SELECT * FROM users WHERE id = 6 LIMIT 1\n\n// And many more features ↓\n```\n\n# All features \u0026 documentation\n\n\u003cul class=\"contents\"\u003e\n  \u003cli\u003eProcedural style implementation\u003c/li\u003e\n  \u003cli\u003eSingle static class in a \u003ca href=\"https://mysqly.com/#install\"\u003esingle file\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003ePDO based - single dependancy\u003c/li\u003e\n  \u003cli\u003eLazy connection to optimize resources usage\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://mysqly.com/#retrieve\"\u003eSimplified parametric queries\u003c/a\u003e for frequent use cases\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://mysqly.com/#lists\"\u003eLists\u003c/a\u003e and \u003ca href=\"https://mysqly.com/#key_values\"\u003ekey-value pairs\u003c/a\u003e retrieval\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://mysqly.com/#dynamic\"\u003eDynamic methods\u003c/a\u003e for less code\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://mysqly.com/#sql\"\u003eNative SQL\u003c/a\u003e support\u003c/li\u003e\n  \u003cli\u003eSecure \u003ca href=\"https://mysqly.com/#binding\"\u003evalues binding\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://mysqly.com/#in_binding\"\u003e\"IN\" array values\u003c/a\u003e binding support\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://mysqly.com/#json\"\u003eJSON\u003c/a\u003e retrieval and attributes manipulation\u003c/li\u003e\n  \u003cli\u003e\"Server has gone away\" automatic reconnection\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://mysqly.com/#multiple_dbs\"\u003eMultiple DB/server connections\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://mysqly.com/#auto_creation\"\u003eAutomatic fields/tables creation\u003c/a\u003e mode\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://mysqly.com/#key_value_storage\"\u003eKey-value storage\u003c/a\u003e component\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://mysqly.com/#job_queue\"\u003eJob queue \u003c/a\u003e component\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://mysqly.com/#cache_storage\"\u003eCache storage\u003c/a\u003e with TTL support component\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://mysqly.com/#export\"\u003eCSV/TSV\u003c/a\u003e export\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://mysqly.com/#increments\"\u003eIncrement and decrement\u003c/a\u003e column values atomically\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://mysqly.com/#transactions\"\u003eTransactions\u003c/a\u003e support\u003c/li\u003e\n  \u003cli\u003eMysql bit column type support\u003c/li\u003e\n  \u003cli\u003eINSERT/REPLACE support for single and batched values\u003c/li\u003e\n\u003c/ul\u003e\n\n[![Download mysqly](https://img.shields.io/sourceforge/dt/mysqly.svg)](https://sourceforge.net/projects/mysqly/files/latest/download)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrcrypster%2Fmysqly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrcrypster%2Fmysqly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrcrypster%2Fmysqly/lists"}