Libraries tagged by get_class
ugurkazdal/instagram
12 Downloads
This class does not use any api, just get html string and returns images.
tekkla/core-toolbox
166 Downloads
Toolbox of classes and function to check variables, manipulate arrays, do file actions and much more. It's a collection of tools that get used in some of my core libs.
soruba/php-requester
17 Downloads
PHP class that provides methods to perform http request: GET, POST, PUT, DELETE
simplecomplex/time
32 Downloads
Time extends native DateTime class to fix shortcomings and defects, and provide more, simpler and safer getters and setters
sideclick/data-container
13 Downloads
This class provides a way to easily iterate through the results of a query * or query builder. Or get the total results of the query/querybuilder * or retrieve a KNP_Pagination of the query/query builder
scullwm/cutator
132 Downloads
Simple pagination class for PHP 5.3. Define you value, get the result.
sagittariusx/beluga.dynamic-properties
95 Downloads
Helping classes to use dynamic properties declared by get*() and set*() methods
royalcms/enum
58 Downloads
The Royalcms Enum package. This class gives the ability to emulate and get enumeration data natively in PHP.
opctim/chatgpt-schema-generator
31 Downloads
This bundle creates a JSON schema from your classes or DTOs to be used with the ChatGPT API so that you get back what you expect.
mutantlabs/twitter-rest
14 Downloads
A simple Class to interface with Twitter API v1.1 using OAuth, and return tweets as JSON via a get method. Uses RestService and twitteroauth
mjohann/simple-redis
17 Downloads
Simple Redis is a PHP class that provides a practical and reusable abstraction for working with Redis. It allows you to easily create connections and perform common operations such as set, get, del, list, pub, sub and many others, without worrying about the underlying configuration complexity.
malenki/url
6 Downloads
Simple class to deal with URL, using magic getter, multisyntaxic way, to play with URL like yoou want!
jonathanwkelly/ups-shipping-rate
7 Downloads
This is a very simple class that uses the UPS web service to get a shipping rate. Basically, you pass it the shipping method you'd like to use, the destination / shipper zip codes, the package dimensions, and receive a shipping quote. There are plenty of values that are hard-coded in the XML request that could be passed in dynamically for a more robust rating process.
hunnomad/ravendb
0 Downloads
This class provides a simple interface for interacting with a RavenDB database using HTTP requests. It supports basic operations such as `PUT`, `GET`, `QUERY`, and `DELETE` for managing documents within a RavenDB instance. The class utilizes cURL for making HTTP requests and expects a PEM file for SSL certificate verification.
fusepump/base.php
4995 Downloads
Base class with magic methods and options set and get.