Libraries tagged by methods to class
glowy/macroable
4968 Downloads
Macroable Component is a trait that, gives you the ability in effect to add new methods to a class at runtime.
atomastic/macroable
7057 Downloads
Macroable Component is a trait that, gives you the ability in effect to add new methods to a class at runtime.
bakgul/laravel-helpers
142 Downloads
A package to add helper classes and methods to Laravel
akondas/php-runtime
1791 Downloads
PHP Runtime class provides methods to get total and free memory
adnane/laravel-speaks-arabic
398 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!
tuutti/php-klarna-payments
61493 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
2458 Downloads
Provides an exception base class that includes method getReadableTrace(), giving simple access to a plain-text, readable, backtrace string.
berlioz/php-doc
7822 Downloads
Berlioz PhpDoc is a PHP library to read the documentations in code (classes, methods and functions) with advanced annotation interpretation.
mistralys/application-utils-collections
472 Downloads
Interfaces, traits and classes for handling static item collections, similar to Enums and with useful getter methods.
beranidigital/filament-access
127 Downloads
Multi-panel aware fine-grained permissions for Laravel Filament to analyze, generate and inject into all classes and methods in the application. or whatever that means.
sqonk/phext-core
1521 Downloads
This is the core package to the PHEXT set of libraries for PHP. It includes general utility methods for strings, arrays, dates and numbers, each of which exist as a grouped class with the methods statically accessible.
rikudou/friend-classes
18 Downloads
Allows other classes to access your class private methods/properties
taitava/php-cachedcall
9 Downloads
A simple PHP trait that makes it easy to cache class method call results within a single session.
kolirt/laravel-cacheable
12 Downloads
Easily cache and control class methods without having to remember cache key names