Libraries tagged by meals
matraux/php-benchmark
8 Downloads
Benchmarking tool for PHP 8.4+ to measure code performance with accurate time and memory profiling.
masroore/verifyemail
373 Downloads
Provides means for verification of e-mail addresses.
lartisan/filament-rating-tool
82 Downloads
Rating Tool is a FilamentPHP plugin meant to provide a set of tools for measuring or rating different resources of your app.
kaydansky/correlation-coefficient
2878 Downloads
A numerical measure of some type of correlation, meaning a statistical relationship between two variables.
jamesgober/benchmark
13 Downloads
A PHP benchmarking library for measuring code performance and memory usage with precision, extensibility, and advanced reporting features.
jamesfairhurst/laravel-google-analytics-pageviews
18 Downloads
Track pageviews server side using the Google Analytics Measurement Protocol.
gggeek/ggwebservices
2660 Downloads
Adds/improves the native capabilities of eZ Publish to work as webservices server or webservices client, with a visual webservices debugger thrown in for good measure
figuren-theater/code-quality
1541 Downloads
Development tools to measure and test the code quality of figuren.theater, the WordPress Multisite network for puppeteers.
edlugz/tanda-v3
29 Downloads
This package provides you with the means to make requests to the Tanda API-V3
datatables.net/datatables.net-scroller-bs5
1067 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.
christiaanbye/stopwatch
3609 Downloads
Drop-dead simple execution time measurements
babicaja/jwt-4laravel
24 Downloads
This is a Laravel package which provides all the means for a super easy JWT implementation
angus-dv/captcha
67 Downloads
CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) is a security measure used to determine whether a user is a human or a bot. It helps prevent automated software from abusing online services, protecting websites from spam, fraud, and other malicious activities.
aedart/athenaeum-properties
1327 Downloads
Provides means to dynamically deal with inaccessible properties, by implementing some of PHP's magic methods