Class to define an abstract Web application router.
« More »
Basic Web application router class for the Joomla Platform.
« More »
RESTful Web application router class for the Joomla Platform.
« More »
Bzip2 format adapter for the JArchive class
« More »
Gzip format adapter for the JArchive class
This class is inspired from and draws heavily in code and concept from the Compress package of
The Horde Project <https://www.horde.org>
« More »
Tar format adapter for the JArchive class
This class is inspired from and draws heavily in code and concept from the Compress package of
The Horde Project <https://www.horde.org>
« More »
ZIP format adapter for the JArchive class
The ZIP compression code is partially based on code from:
Eric Mueller <
[email protected]>
http://www.zend.com/codex.php?id=535&single=1
Deins125 <
[email protected]>
http://www.zend.com/codex.php?id=470&single=1
The ZIP compression date code is partially based on code from
Peter Listiak <
[email protected]>
This class is inspired from and draws heavily in code and concept from the Compress package of
The Horde Project <https://www.horde.org>
« More »
JArrayHelper is an array utility class for doing all sorts of odds and ends with arrays.
« More »
Joomla Platform Base Controller Class
« More »
Joomla Platform Database Driver Class
« More »
Joomla Platform PDO Database Driver Class
« More »
MySQL database driver supporting PDO based connections
« More »
PostgreSQL database driver
« More »
Exception class defining an error connecting to the database platform
« More »
Exception class defining an error executing a statement
« More »
Exception class defining an unsupported database object
« More »
Joomla Platform Database Exporter Class
« More »
PDO PostgreSQL Database Exporter.
« More »
PostgreSQL export driver.
« More »
Joomla Platform Database Factory class
« More »
Joomla Platform Database Importer Class
« More »
PDO PostgreSQL Database Importer.
« More »
PostgreSQL import driver.
« More »
Joomla Platform Database Driver Class
« More »
PostgreSQL database iterator for the PDO based PostgreSQL database driver.
« More »
PostgreSQL database iterator.
« More »
PDO PostgreSQL Query Building Class.
« More »
Query Building Class.
« More »
Class to handle dispatching of events.
This is the Observable part of the Observer design pattern
for the event architecture.
« More »
Joomla Platform class for interacting with a Facebook API instance.
« More »
Facebook API Album class for the Joomla Platform.
« More »
Facebook API Checkin class for the Joomla Platform.
« More »
Facebook API User class for the Joomla Platform.
« More »
Facebook API Group class for the Joomla Platform.
« More »
Facebook API Link class for the Joomla Platform.
« More »
Facebook API Note class for the Joomla Platform.
« More »
Joomla Platform class for generating Facebook API access token.
« More »
Facebook API object class for the Joomla Platform.
« More »
Facebook API Photo class for the Joomla Platform.
« More »
Facebook API Post class for the Joomla Platform.
« More »
Facebook API Status class for the Joomla Platform.
« More »
Facebook API User class for the Joomla Platform.
« More »
Facebook API Video class for the Joomla Platform.
« More »
Form Field class for the Joomla Platform.
Supports a one line text field.
« More »
Form Field class for the Joomla Platform.
Supports a multi line area for entry of plain text
« More »
Joomla Platform class for interacting with a GitHub server instance.
« More »
GitHub API Account class for the Joomla Platform.
« More »
GitHub API Commits class for the Joomla Platform.
« More »
GitHub API Forks class for the Joomla Platform.
« More »
GitHub API Hooks class for the Joomla Platform.
« More »
HTTP client class for connecting to a GitHub instance.
« More »
GitHub API Milestones class for the Joomla Platform.
« More »
GitHub API object class for the Joomla Platform.
« More »
GitHub API package class for the Joomla Platform.
« More »
GitHub API Activity class for the Joomla Platform.
« More »
GitHub API Activity Events class for the Joomla Platform.
« More »
GitHub API Activity Events class for the Joomla Platform.
« More »
GitHub API Activity Events class for the Joomla Platform.
« More »
GitHub API Activity Watching Events class for the Joomla Platform.
« More »
GitHub API Authorization class for the Joomla Platform.
« More »
GitHub API DB class for the Joomla Platform.
https://developer.github.com/v3/git/
Git DB API
The Git Database API gives you access to read and write raw Git objects to your Git database on GitHub and to list
* and update your references (branch heads and tags).
This basically allows you to reimplement a lot of Git functionality over our API - by creating raw objects
* directly into the database and updating branch references you could technically do just about anything that
* Git can do without having Git installed.
Git DB API functions will return a 409 if the git repo for a Repository is empty or unavailable.
* This typically means it is being created still. Contact Support if this response status persists.
git db
For more information on the Git object database, please read the Git Internals chapter of the Pro Git book.
As an example, if you wanted to commit a change to a file in your repository, you would:
get the current commit object
retrieve the tree it points to
retrieve the content of the blob object that tree has for that particular file path
change the content somehow and post a new blob object with that new content, getting a blob SHA back
post a new tree object with that file path pointer replaced with your new blob SHA getting a tree SHA back
create a new commit object with the current commit SHA as the parent and the new tree SHA, getting a commit SHA back
update the reference of your branch to point to the new commit SHA
It might seem complex, but it’s actually pretty simple when you understand the model and it opens up a ton of
things you could potentially do with the API.
« More »
GitHub API Data Blobs class for the Joomla Platform.
Since blobs can be any arbitrary binary data, the input and responses for the blob API
takes an encoding parameter that can be either utf-8 or base64. If your data cannot be
losslessly sent as a UTF-8 string, you can base64 encode it.
« More »
GitHub API Data Commits class for the Joomla Platform.
« More »
GitHub API References class for the Joomla Platform.
« More »
GitHub API Data Trees class for the Joomla Platform.
« More »
GitHub API Gists class for the Joomla Platform.
« More »
GitHub API Gitignore class for the Joomla Platform.
The .gitignore Templates API lists and fetches templates from the GitHub .gitignore repository.
« More »
GitHub API Issues class for the Joomla Platform.
« More »
GitHub API Assignees class for the Joomla Platform.
« More »
GitHub API Issues Events class for the Joomla Platform.
Records various events that occur around an Issue or Pull Request.
This is useful both for display on issue/pull request information pages and also
to determine who should be notified of comments.
« More »
GitHub API Milestones class for the Joomla Platform.
« More »
GitHub API Milestones class for the Joomla Platform.
« More »
GitHub API Activity class for the Joomla Platform.
« More »
GitHub API Orgs Members class for the Joomla Platform.
« More »
GitHub API Orgs Teams class for the Joomla Platform.
All actions against teams require at a minimum an authenticated user who is a member
of the owner’s team in the :org being managed. Additionally, OAuth users require “user” scope.
« More »
GitHub API Pull Requests class for the Joomla Platform.
« More »
GitHub API Activity class for the Joomla Platform.
« More »
GitHub API Repositories Collaborators class for the Joomla Platform.
« More »
GitHub API Repositories Commits class for the Joomla Platform.
« More »
GitHub API Repositories Contents class for the Joomla Platform.
These API methods let you retrieve the contents of files within a repository as Base64 encoded content.
See media types for requesting raw or other formats.
« More »
GitHub API Repositories Downloads class for the Joomla Platform.
The downloads API is for package downloads only.
If you want to get source tarballs you should use
https://developer.github.com/v3/repos/contents/#get-archive-link instead.
« More »
GitHub API Forks class for the Joomla Platform.
« More »
GitHub API Hooks class for the Joomla Platform.
« More »
GitHub API Forks class for the Joomla Platform.
« More »
GitHub API Repositories Merging class for the Joomla Platform.
« More »
GitHub API class for the Joomla Platform.
The Repository Statistics API allows you to fetch the data that GitHub uses for
visualizing different types of repository activity.
« More »
GitHub API References class for the Joomla Platform.
« More »
GitHub API Search class for the Joomla Platform.
« More »
GitHub API References class for the Joomla Platform.
« More »
GitHub API References class for the Joomla Platform.
Management of email addresses via the API requires that you are authenticated
through basic auth or OAuth with the user scope.
« More »
GitHub API References class for the Joomla Platform.
« More »
GitHub API References class for the Joomla Platform.
« More »
GitHub API References class for the Joomla Platform.
« More »
GitHub API References class for the Joomla Platform.
« More »
Joomla Platform class for interacting with the Google APIs.
« More »
Google authentication class abstract
« More »
Google OAuth authentication class
« More »
Google API data class for the Joomla Platform.
« More »
Google Adsense data class for the Joomla Platform.
« More »
Google Calendar data class for the Joomla Platform.
« More »
Google Picasa data class for the Joomla Platform.
« More »
Google Picasa data class for the Joomla Platform.
« More »
Google Picasa data class for the Joomla Platform.
« More »
Google+ data class for the Joomla Platform.
« More »
Google+ data class for the Joomla Platform.
« More »
Google+ data class for the Joomla Platform.
« More »
Google API object class for the Joomla Platform.
« More »
Google Analytics embed class for the Joomla Platform.
« More »
Google Maps embed class for the Joomla Platform.
« More »
JGrid class to dynamically generate HTML tables
« More »
Joomla Platform class for interacting with a Linkedin API instance.
« More »
Linkedin API Social Communications class for the Joomla Platform.
« More »
Linkedin API Companies class for the Joomla Platform.
« More »
Linkedin API Groups class for the Joomla Platform.
« More »
Linkedin API Jobs class for the Joomla Platform.
« More »
Joomla Platform class for generating Linkedin API access token.
« More »
Linkedin API object class for the Joomla Platform.
« More »
Linkedin API People class for the Joomla Platform.
« More »
Linkedin API Social Stream class for the Joomla Platform.
« More »
Static class to handle loading of libraries.
« More »
MediaWiki API Pages class for the Joomla Platform.
« More »
Joomla Platform Base Model Class
« More »
Joomla Platform Database Model Class
« More »
Joomla Platform class for interacting with an OAuth 1.0 and 1.0a server.
« More »
Joomla Platform class for interacting with an OAuth 2.0 server.
« More »
Observer mapping pattern implementation for Joomla
« More »
Observer updater pattern implementation for Joomla
« More »
Joomla Platform class for interact with Openstreetmap API.
« More »
Openstreetmap API Changesets class for the Joomla Platform
« More »
Openstreetmap API Elements class for the Joomla Platform
« More »
Openstreetmap API GPS class for the Joomla Platform
« More »
Openstreetmap API Info class for the Joomla Platform
« More »
Joomla Platform class for generating Openstreetmap API access token.
« More »
Openstreetmap API object class for the Joomla Platform
« More »
Openstreetmap API User class for the Joomla Platform
« More »
Interface for managing HTTP sessions
« More »
Interface for managing HTTP sessions
« More »
Custom session storage handler for PHP
« More »
APC session storage handler for PHP
« More »
APC session storage handler for PHP
« More »
Database session storage handler for PHP
« More »
Memcache session storage handler for PHP
« More »
Memcached session storage handler for PHP
« More »
Redis session storage handler for PHP
« More »
WINCACHE session storage handler for PHP
« More »
String handling class for utf-8 data
Wraps the phputf8 library
All functions assume the validity of utf-8 strings.
« More »
Joomla Platform Base View Class
« More »
Joomla Platform HTML View Class
« More »