Libraries tagged by methods to class
progest/twig-extension-callfunc
943 Downloads
Twig extension to call PHP functions or static methods from templates
purplespider/silverstripe-asset-delete-if-unused-extension
1308 Downloads
Provides a deleteIfUnused() method to the File class
astrotomic/laravel-transaction-proxy
1310 Downloads
This package provides a trait and class to call methods in a database transaction.
adnane/laravel-speaks-arabic
445 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
126 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
375918 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.
tuutti/php-klarna-payments
62847 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
2887 Downloads
Provides an exception base class that includes method getReadableTrace(), giving simple access to a plain-text, readable, backtrace string.
denmarty/base-service-repository
173 Downloads
This package adds base classes for a service/repository with base methods and also adds a command to gerenate custom services/repositories.
berlioz/php-doc
8136 Downloads
Berlioz PhpDoc is a PHP library to read the documentations in code (classes, methods and functions) with advanced annotation interpretation.
leofranca47/abstract-repository-eloquent-laravel
498 Downloads
Essa é uma classe php onde tem métodos que podem ser chamados igual no Eloquent. Serve para criar repositórios e facilitar os testes unitários sem perder o poder do Eloquent - This is a php class where it has methods that can be called equal in Eloquent. It serves to create responses and facilitate unit tests without losing the power of the Eloquent
theod02/castor-class-task
1280 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
tobento/service-macro
258 Downloads
Dynamically add methods to a class.