798 projects tagged "php classes"
Xyndravandria Dyverath composes and executes MySQL database queries programmatically. It represents a database system with PHP classes. Other classes are available to compose other parts of the queries like conditions, fields, values, limit clauses, etc. A separate class can also query database table metadata like table fields and primary keys.
Xyndravandria Averazain handles AJAX requests with PHP classes. It can generate HTML and JavaScript for displaying Web page elements which will trigger events to be handled by PHP classes using AJAX requests. It can process clicks on links or form submissions using PHP classes registered to handle the AJAX requests and provide responses to the browser-side actions. It can also handle the case in which JavaScript is disabled on the browser by processing regular link click and form submission requests.
Instagram API integration with PHP can access an Instagram user's account using its API. It can send HTTP requests to the Instagram API Web servers using the OAuth protocol to access the account of a user with his permission. The class retrieves a token which it can use to send subsequent API requests to get the user feed, the user publications, the followers and who the user follows, and the user's most popular photos.
rConfig is a network device configuration management utility for network engineers to take frequent configuration snapshots of their network devices. It lets you choose which commands you want to run against your devices. Simply configure rConfig with the list of commands you wish to apply to a category of devices, and add devices to the category. Create a scheduled task, and rConfig will do the rest.
PHP OAuth API authorizes user access using the OAuth protocol. It abstracts OAuth 1.0, 1.0a, and 2.0 in the same class. It provides built-in support for popular OAuth servers: Bitbucket, Box.net, Dropbox, Eventful, Facebook, Fitbit, Flickr, Foursquare, github, Google, Instagram, LinkedIn, Microsoft, RightSignature, Scoop.it, StockTwits, Tumblr, Twitter, XING, and Yahoo!. Every other OAuth server is supported by setting an endpoint URLs and other parameters using specific class variables. The class can also send requests to an API using the previously-obtained OAuth access token. For servers which support offline access, the class can renew expired tokens automatically using refresh tokens.