Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

mo9a7i/CI_Path_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

**This library is considered `deprecated` as of now since Path APP has been decomissioned since 2018.**

Codeigniter Model for Path.com API

A simple Wrapper model to interact with Path.com API

USAGE

  • (Optional) Update the constructor of the model, read through comments to figure out what is needed.

  • Initiate the model when needed:

$this->load->model('path_model');
$this->path_model->authorize("**email address**","**password**");
  • Then, simply call one of the functions directly like the example below:
echo "<pre>"
var_dump($this->path_model->postThought("Hello World"));

Dependencies

  • PHP
  • CodeIgniter
  • CodeIgniter-Curl

Documentation

  • Code is fairly documented, read through, your help in documentation is welcome.

Authors

Mohannad Otaibi (Mo9a7i)

Hengki Sihombing (original source)

About

[OUTDATED] Codeigniter Path Application Interface (non-official)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages