{"id":21197020,"url":"https://github.com/ph7software/ph7cms-http-rest-push-data","last_synced_at":"2025-07-10T05:31:19.837Z","repository":{"id":35465855,"uuid":"39733926","full_name":"pH7Software/pH7CMS-HTTP-REST-Push-Data","owner":"pH7Software","description":":iphone: If you have to developed an iOS, Android or Web app that have to communicate with data of your pH7CMS website. This class will be very useful for you","archived":false,"fork":false,"pushed_at":"2016-12-01T23:39:56.000Z","size":19,"stargazers_count":9,"open_issues_count":0,"forks_count":14,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-05T11:01:35.360Z","etag":null,"topics":["api","ph7builder","ph7cms","php","rest","rest-api","restful-api"],"latest_commit_sha":null,"homepage":"http://ph7builder.com","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/pH7Software.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-07-26T17:11:42.000Z","updated_at":"2024-07-31T02:04:43.000Z","dependencies_parsed_at":"2022-09-03T15:11:32.131Z","dependency_job_id":null,"html_url":"https://github.com/pH7Software/pH7CMS-HTTP-REST-Push-Data","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pH7Software/pH7CMS-HTTP-REST-Push-Data","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pH7Software%2FpH7CMS-HTTP-REST-Push-Data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pH7Software%2FpH7CMS-HTTP-REST-Push-Data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pH7Software%2FpH7CMS-HTTP-REST-Push-Data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pH7Software%2FpH7CMS-HTTP-REST-Push-Data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pH7Software","download_url":"https://codeload.github.com/pH7Software/pH7CMS-HTTP-REST-Push-Data/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pH7Software%2FpH7CMS-HTTP-REST-Push-Data/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264535993,"owners_count":23624404,"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":["api","ph7builder","ph7cms","php","rest","rest-api","restful-api"],"created_at":"2024-11-20T19:42:22.447Z","updated_at":"2025-07-10T05:31:19.561Z","avatar_url":"https://github.com/pH7Software.png","language":"PHP","readme":"# pH7CMS HTTP REST Push Data Class\n\n\n## Overview\n\nThis **PH7CMS class** helps to retrieve the data from the API (natively integrated to pH7CMS) from another app (iOS/Android Apps, websites, etc.).\n\nIf your app or website that you want to integrate pH7CMS's data is coded is Java, Python, Ruby, C# or in another language, you can easily transform this class to another language by taking inspiration from the class.\nAfter that, it would be great if you can send the class by making a **pull request** on this Git repo.\n\n\n## How to Use\n\nHere's a basic example:\n\n```php\n\u003c?php\nrequire 'PH7CMS.class.php';\n\n$oPH7CMSApi = new PH7\\External\\Api\\PH7CMS('YourPrivateApiKey', 'http://your-ph7cms-site.com');\n\n\n/***** Log a user *****/\n$aUserLogin = [\n    'email' =\u003e 'myemail@hizup.uk',\n    'password' =\u003e '123456pH7CMS89'\n];\n\n// Login the user\n$aRes = $oPH7CMSApi-\u003epost('api/user/login', $aUserLogin);\n\n// Show the response\necho var_dump( $oPH7CMSApi-\u003egetResponse(PH7\\External\\Api\\PH7CMS::ARR_TYPE) ); // Get the response in Array\n```\n\n\n## Documentation\n\n**[How To Use the RESTful API and Add new Endpoints\n](https://github.com/pH7Software/pH7-Social-Dating-CMS/wiki/How-To-Use-the-RESTful-API-and-Add-new-Endpoints)**\n\n## Website\n\n**[Social Dating Network Script](http://ph7cms.com)**\n\n\n## Author\n\nPierre-Henry Soria\n\n\n## Contact the Author\n\nBy email at: *phy [AT] hizup [D0T] uk* or at: *ph7software [AT] gmail [D0T] com*\n\n\n## License\n\nLicense: [General Public License 3](http://www.gnu.org/licenses/gpl.html) or later; See the *PH7.LICENSE.txt* and *PH7.COPYRIGHT.txt* files for more details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fph7software%2Fph7cms-http-rest-push-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fph7software%2Fph7cms-http-rest-push-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fph7software%2Fph7cms-http-rest-push-data/lists"}