{"id":15295794,"url":"https://github.com/paulogmello/shortphp","last_synced_at":"2025-04-13T18:22:59.845Z","repository":{"id":217946608,"uuid":"745142395","full_name":"paulogmello/shortPHP","owner":"paulogmello","description":"A simple PHP library to speed up your projects","archived":false,"fork":false,"pushed_at":"2025-02-17T13:46:37.000Z","size":490,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T09:51:59.542Z","etag":null,"topics":["database","library","mysql","mysql-database","php8","utilities"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paulogmello.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-01-18T18:15:07.000Z","updated_at":"2025-02-17T13:46:41.000Z","dependencies_parsed_at":"2024-07-30T17:56:08.322Z","dependency_job_id":"fda57134-9029-4f4d-bb83-21487a0a1903","html_url":"https://github.com/paulogmello/shortPHP","commit_stats":{"total_commits":58,"total_committers":1,"mean_commits":58.0,"dds":0.0,"last_synced_commit":"945d1f9024a04d5b2901d8b5890b3d7862c0604e"},"previous_names":["paulogmello/shortphp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulogmello%2FshortPHP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulogmello%2FshortPHP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulogmello%2FshortPHP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulogmello%2FshortPHP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paulogmello","download_url":"https://codeload.github.com/paulogmello/shortPHP/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248759139,"owners_count":21157097,"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":["database","library","mysql","mysql-database","php8","utilities"],"created_at":"2024-09-30T18:08:13.753Z","updated_at":"2025-04-13T18:22:59.825Z","avatar_url":"https://github.com/paulogmello.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ShortPHP 1.5\nThis library is for you who want use your time developing the system, pages, a lot of cool things and has no time to think about connections, databases, etc.\n\nWith shortPHP, you use a few line of codes (one in most cases) to **select, update, insert, delete in databases, send and delete files, and many more**.\n\nWe have some modules in shortPHP, like:\n| Module | Purpouse |\n|--|--|\n| Database | Select, Update, Insert, Delete and another SQL Commands |\n| Files | Read, Create, Send, Delete Files |\n| Array | Tools to improve your arrays |\n| Basic | A few tools like date, criptography and more |\n| Mail | Send e-mails |\n| Sessions | Create and organize Sessions and Cookies |\n| Math | Math operations |\n\n### Instalation\nThe most faster way to install is in composer, but you can donwload from github\n\n    composer require paulogmello/short-php:dev-main\n\n### Examples\n\n    $db = new shortPHP('myCars', $server, $user, $pass);\n    \n    $database-\u003einsert('cars', 'name,value,type,color', $name, $value,'sedan', 1);\n    $cars_red = $database-\u003eselect('cars', '*', 'WHERE color = 1');\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulogmello%2Fshortphp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaulogmello%2Fshortphp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulogmello%2Fshortphp/lists"}