Libraries tagged by kmeans
aedart/overload
11553 Downloads
Provides means to dynamically deal with inaccessible properties, by implementing PHP's magic methods; __get(), __set(), __isset(), and __unset(). This package, however, enforces the usage of getters- and setters-methods, ensuring that if a property is indeed available, then its corresponding getter or setter method will be invoked. The term 'overload', in this context, refers to PHP’s own definition hereof. (http://php.net/manual/en/language.oop5.overloading.php)
zvermafia/lavoter
1079 Downloads
Voteable Polymorphic Eloquent Models for Laravel 5 without user authentication. This means that for the identification of the user, we will use the fingerprintjs2 instead of authorization on the site.
wubi/php-action
1164 Downloads
This is a library to make your routines with some rules. Using PHPAction, you right you using ActionContract too. This means you can intercepet action flux when you want or need.
tresdstudioweb/dynamic-select
208 Downloads
This component simplifies the configuration of data relationships through taxonomies, which means that the information displayed in the second selector dynamically adjusts based on the option selected in the first selector. This provides users with a more intuitive and personalized experience when choosing among different options, as they can view and select only the relevant choices based on their initial selection in the first selector.
studiovisual/verifyemail
949 Downloads
Provides means for verification of e-mail addresses
mouf/utils.i18n.fine.file-translator
14015 Downloads
Fine is a PHP internationalisation package. It will help you provide applications that support several languages. FINE means: Fine is not english :). Translation is performed using PHP mapping files, but you will have a nice graphical interface in the Mouf framework to write your own translated messages.
masroore/verifyemail
374 Downloads
Provides means for verification of e-mail addresses.
edlugz/tanda-v3
34 Downloads
This package provides you with the means to make requests to the Tanda API-V3
datatables.net/datatables.net-scroller-bs5
1089 Downloads
Scroller is a virtual rendering plug-in for DataTables which allows large datasets to be drawn on screen very quickly. Virtual rendering means is that only the visible portion of the table is drawn, while the scrolling container gives the visual impression that the whole table is visible, allowing excellent browser performance. This is Scroller for DataTables with styling for [Bootstrap5](https://getbootstrap.com/)
crimsonkissaki/mockmaker
44 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.
beranidigital/filament-access
509 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.
babicaja/jwt-4laravel
24 Downloads
This is a Laravel package which provides all the means for a super easy JWT implementation
kunstmaan/newrelicbundle
11475 Downloads
THIS REPO IS DEPRECATED: replaced by EkinoNewRelicBundle | This bundle adds support for NewRelic's named transactions to you Symfony2 project so that every controller and action is tracked separately and not everything under app.php. This also means you can start using the Key Transactions feature of NewRelic.
means/contact
7 Downloads
Allow users can send email to admin
zircote/oauth2
12674 Downloads
OAuth2 Library, this is by no means complete nor is the test coverage optimal, mileage may (will) vary.