{"id":20745903,"url":"https://github.com/isc30/emysqli","last_synced_at":"2025-07-10T18:38:19.964Z","repository":{"id":35959733,"uuid":"40249771","full_name":"isc30/eMysqli","owner":"isc30","description":"Extended Mysqli class that allows calling PROCEDURES, FUNCTIONS and VIEWS","archived":false,"fork":false,"pushed_at":"2015-09-15T06:13:35.000Z","size":184,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-11T12:52:19.291Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"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/isc30.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}},"created_at":"2015-08-05T14:27:11.000Z","updated_at":"2016-02-24T07:18:37.000Z","dependencies_parsed_at":"2022-09-14T02:41:01.379Z","dependency_job_id":null,"html_url":"https://github.com/isc30/eMysqli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/isc30/eMysqli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isc30%2FeMysqli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isc30%2FeMysqli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isc30%2FeMysqli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isc30%2FeMysqli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isc30","download_url":"https://codeload.github.com/isc30/eMysqli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isc30%2FeMysqli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264631351,"owners_count":23640947,"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-17T07:23:18.287Z","updated_at":"2025-07-10T18:38:19.722Z","avatar_url":"https://github.com/isc30.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Extended Mysqli (eMysqli)\nExtended Mysqli class that allows calling PROCEDURES, FUNCTIONS and VIEWS\u003cbr /\u003e\nBy: isc30 -\u003e ivansanzcarasa@gmail.com / https://github.com/isc30\n\n##Getting eMysqli object:\n```php\n$eMysqli = new eMysqli($host, $username, $password, $database);\n  or\n$eMysqli = getMysqlConnection();\n```\n\n##Calling a procedure:\n```php\n$eMysqli-\u003ecallProcedure( 'PROCEDURE_NAME*', [INPUT], [OUTPUT] );\n```\n \u003e **Example:**\n```php\n$result = $eMysqli-\u003ecallProcedure('prTestLogin', [$email, $password], ['@ok', '@userId']);\n$result =\u003e Array (\n      [pr] =\u003e ( )\n      [out] =\u003e ( [@ok] =\u003e true, [@userId] =\u003e 23142 )\n)\n```\n\n##Calling a function:\n```php\n$eMysqli-\u003ecallFunction( 'FUNCTION_NAME*', [INPUT] );\n```\n \u003e **Example:**\n```php\n$result = $eMysqli-\u003ecallFunction('fuGetSum', [26, 57]);\n$result =\u003e 83\n```\n\n##Calling a view:\n```php\n$eMysqli-\u003ecallView( 'VIEW_NAME*' );\n```\n \u003e **Example:**\n```php\n$result = $eMysqli-\u003ecallView('viShowUsers');\n$result =\u003e Array (\n      [0] =\u003e (\n            [id] =\u003e 1,\n            [username] =\u003e 'Paco'\n      )\n      [1] =\u003e (\n            [id] =\u003e 2,\n            [username] =\u003e 'Juan'\n      )\n)\n\n##Version history\n\n###v1.1.0\n* Changed procedure call method when it returns 2 or more SELECTs\n\n###v1.0.1\n* Fix some bugs\n\n###v1.0.0\n* Procedure support\n* Function support\n* View support\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisc30%2Femysqli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisc30%2Femysqli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisc30%2Femysqli/lists"}