Libraries tagged by methods to class
ijvo/kdyby-strict-objects
1411 Downloads
Simple trait to make your class strict, when calling or accessing undefined member (property or method).
progest/twig-extension-callfunc
1339 Downloads
Twig extension to call PHP functions or static methods from templates
zero-to-prod/dynamic-setter
1370 Downloads
Fluently set class properties with dynamic methods.
glowy/macroable
5108 Downloads
Macroable Component is a trait that, gives you the ability in effect to add new methods to a class at runtime.
dgifford/property-setter-trait
3956 Downloads
Trait providing methods to set class properties with an array.
purplespider/silverstripe-asset-delete-if-unused-extension
1618 Downloads
Provides a deleteIfUnused() method to the File class
atk14/url-fetcher
40865 Downloads
Class providing methods to make http requests
adnane/laravel-speaks-arabic
462 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
204 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.
mossengine/helper
271 Downloads
PHP Class that streamlines usages of static method helpers without needing to load in or define all the helper classes
imponeer/toarray-interface
15620 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
64288 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
64 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
3472 Downloads
Provides an exception base class that includes method getReadableTrace(), giving simple access to a plain-text, readable, backtrace string.
berlioz/php-doc
8426 Downloads
Berlioz PhpDoc is a PHP library to read the documentations in code (classes, methods and functions) with advanced annotation interpretation.