Libraries tagged by Class methods
mmedia/classcontroller
7750 Downloads
A controller that can take standard PHP classes and convert them to controller methods with auto validation.
vakata/http
4965 Downloads
HTTP Request / Response classes (extending Laminas/Diactoros with a few methods)
tuutti/php-klarna-payments
63342 Downloads
The payments API is used to create a session to offer Klarna's payment methods as part of your checkout. As soon as the purchase is completed the order should be read and handled using the [`Order Management API`](https://docs.klarna.com/api/ordermanagement). **Note:** Examples provided in this section includes full payloads, including all supported fields , required and optionals. In order to implement a best in class request we recommend you don't include customer details when initiating a payment session. Refer to [Initiate a payment](https://docs.klarna.com/klarna-payments/integrate-with-klarna-payments/step-1-initiate-a-payment/) section for further details. Read more on [Klarna payments](https://docs.klarna.com/klarna-payments/).
tojibon/web-scraper
63 Downloads
A web scraper php class using PHP cURL to scrap web page. By which you can scrap web page by cURL get, post methods also by which you can scrap web page content from a asp.net based websites with form post.
shahmal1yev/gcollection
1521 Downloads
GenericCollection is a versatile PHP library that provides a type-safe collection class for managing various data types. Simplify your data management with intuitive methods and strong type constraints.
mouf/utils.cache.cache-interface
376038 Downloads
This package only contains the interface that must be implemented by caching classes. Unless you want to implement your own caching method, you should import a cache package that will use this interface. For instance, common.utils.session-cache, or common.utils.file-cache.
mouf/html.template.menus.basicmenu
143708 Downloads
This package contains a single class in charge of rendering a 'Menu' instance in HTML using the toHtml() method. The rendering is performed using <ul> and <li> tags.
imponeer/toarray-interface
15517 Downloads
A PHP interface defining a standard method for converting objects to arrays. Ensures consistent method naming and return type for array conversion across different classes.
drupal/core-datetime
147 Downloads
This class wraps the PHP DateTime class with more flexible initialization parameters, allowing a date to be created from an existing date object, a timestamp, a string with an unknown format, a string with a known format, or an array of date parts. It also adds an errors array and a __toString() method to the date object.
dmamontov/favicon
3683 Downloads
Class generation favicon for browsers and devices Android, Apple, Windows and display of html code. It supports a large number of settings such as margins, color, compression, three different methods of crop and screen orientation.
theod02/castor-class-task
1329 Downloads
Add possibility to use class and methods to expose task in castor
rikudou/friend-classes
23 Downloads
Allows other classes to access your class private methods/properties
isra00/class-triggers
6 Downloads
Inject magic actions before and after any method of any class
emrancu/dependency-injection-container
16 Downloads
A dependency injection container for php
skagarwal/reflection
6241 Downloads
Test any Private/Protected Methods/Properties of any class