Libraries tagged by methods to class
progest/twig-extension-callfunc
1120 Downloads
Twig extension to call PHP functions or static methods from templates
purplespider/silverstripe-asset-delete-if-unused-extension
1453 Downloads
Provides a deleteIfUnused() method to the File class
atk14/url-fetcher
40115 Downloads
Class providing methods to make http requests
adnane/laravel-speaks-arabic
448 Downloads
a light weight ,open-source laravel package . It facilitates dealing with arabic concepts in Laravel Framework using a set of classes and methods to make laravel speaks arabic!
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.
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.
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.
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.
pointybeard/helpers-exceptions-readabletrace
3001 Downloads
Provides an exception base class that includes method getReadableTrace(), giving simple access to a plain-text, readable, backtrace string.
berlioz/php-doc
8266 Downloads
Berlioz PhpDoc is a PHP library to read the documentations in code (classes, methods and functions) with advanced annotation interpretation.
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
hoangphison/macroable
118 Downloads
A trait to dynamically add methods to a class
glowy/macroable
5067 Downloads
Macroable Component is a trait that, gives you the ability in effect to add new methods to a class at runtime.