Libraries tagged by methods to class
designbycode/levenshtein-distance
101 Downloads
The LevenshteinDistance class provides a method to calculate the Levenshtein distance between two strings. The Levenshtein distance is a measure of the minimum number of single-character edits (insertions, deletions, or substitutions) required to change one word into the other.
uniter1/uniter-requester
62 Downloads
Uniter1 integration library. Assistant for automatic test generation. Classes to request registration user and to send yours class to generate test for it. Class for converting all methods to public on load
podlove/comment-introspection
4684 Downloads
PHP library providing a toolkit to parse class and method comments.
imliam/laravel-macros
3 Downloads
A collection of miscellaneous methods to extend some of Laravel's core classes through the use of macros and mixins
bigsinoos/laravel-repository-response
9 Downloads
Solution to PHP repository class method responses, Helps to implement true Repository pattern.
alpa/tools_sucker
9 Downloads
For unit testing. The sucker for classes and objects to call private methods.
rapidwebltd/improved-polymorphic-eloquent-builder
1147 Downloads
Attempting to use whereHas queries with standard Eloquent polymorphic relationships will fail, due to Eloquent being unable to determine the correct model to retrieve. The 'Improved Polymorphic Eloquent Builder' is a class which extends the Eloquent Builder class that is built in to Laravel 5.1. It enables limited use of the whereHas method to query Eloquent polymorphic relationships.
mediagone/types-collections
1817 Downloads
Provides full-featured collections for primitive types, and generic classes to build your own strongly-typed collections. Each collection has chainable methods to perform traversal, filter and projection operations (similar to Microsoft's LINQ-like features).
mbrevda/aurasql-queryproxy
4110 Downloads
Class to proxy Aura Sql and Query methods
designbycode/south-african-id-validator
10 Downloads
The South African ID Validator is a PHP class that validates and extracts information from South African ID numbers. It uses the Luhn Algorithm to validate the ID number and provides methods to determine the gender, citizenship, and birthdate of the individual.
coyote6/laravel-base
66 Downloads
Provides common base classes used for some of Coyote6 GraphX's developed projects. Provides UUID trait for models using it as a primary key. Provides trait methods to return models as options.
bakgul/kernel
143 Downloads
This is a helper package, and it isn't meant to be used independently. That being said, it contains some nice helper classes to deal with the file system, strings, arrays, naming conventions, etc. If you need such functionalities, you may find this package helpful. On the other hand, its real purpose is to collect some classes and methods that are being used by multiple packages that are part of Packagified Laravel.
grzgajda/comicvine-api
55 Downloads
PHP class wrapper providing a simple and flexible methods to using ComicVine API.
uk/dynamic-properties
26 Downloads
Helping classes to use dynamic properties declared by get*() and set*() methods
sagittariusx/beluga.dynamic-properties
79 Downloads
Helping classes to use dynamic properties declared by get*() and set*() methods