Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

📱 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

NotificationsYou must be signed in to change notification settings

pH7Software/pH7CMS-HTTP-REST-Push-Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

ThisPH7CMS class helps to retrieve the data from the API (natively integrated to pH7CMS) from another app (iOS/Android Apps, websites, etc.).

If 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.After that, it would be great if you can send the class by making apull request on this Git repo.

How to Use

Here's a basic example:

<?phprequire'PH7CMS.class.php';$oPH7CMSApi =newPH7\External\Api\PH7CMS('YourPrivateApiKey','http://your-ph7cms-site.com');/***** Log a user *****/$aUserLogin = ['email' =>'myemail@hizup.uk','password' =>'123456pH7CMS89'];// Login the user$aRes =$oPH7CMSApi->post('api/user/login',$aUserLogin);// Show the responseechovar_dump($oPH7CMSApi->getResponse(PH7\External\Api\PH7CMS::ARR_TYPE) );// Get the response in Array

Documentation

How To Use the RESTful API and Add new Endpoints

Website

Social Dating Network Script

Author

Pierre-Henry Soria

Contact the Author

By email at:phy [AT] hizup [D0T] uk or at:ph7software [AT] gmail [D0T] com

License

License:General Public License 3 or later; See thePH7.LICENSE.txt andPH7.COPYRIGHT.txt files for more details.

About

📱 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

Topics

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp