Libraries tagged by One class
yosiazwan/php-facedetection
451 Downloads
PHP class to detect one face in images. A pure PHP port of an existing JS code from Karthik Tharavad.
wayne-oliver/otp
1953 Downloads
Simple one time pin (otp) class
vanaboom/laravel-jalali
179 Downloads
This Package helps developers to easily work with Jalali (Shamsi or Iranian) dates in PHP applications, based on Jalali (Shamsi) DateTime class.
kovsky0/php-facedetection
2010 Downloads
PHP class to detect one face in images. A pure PHP port of an existing JS code from Karthik Tharavad. Now works with URLs as well.
kamrul-haque/action-crud-helper
491 Downloads
Generate everything needed for a CRUD operation in Laravel with or without Action classes executing just one command. Also generates frontend scaffolding for blade or vue inertia stack.
genai/validation
114 Downloads
Attribute-based validation compiled to a reflection-free validator. Put #[NotBlank]/#[Email]/#[Length]/#[Pattern]/#[Matches] on a #[Validate] form class; a build-time processor bakes the rules into Cache\Validation. At runtime, validate a populated form object -> a field=>error map, no reflection. PHP 5.3-safe runtime.
ptejada/uflex
8142 Downloads
All in one PHP user authentication class
webdevstudios/wds-wp-rest-api-connect
64 Downloads
Helper class for connecting from one WordPress installation to another via the WordPress REST API and OAuth.
ici-be/ici-tools
5107 Downloads
Spatial PHP tools. The WfsLayer class helps create requests on a WFS layer using a PHP object. Web Feature Service (WFS) is a standard of the Open Geospatial Consortium.
fromholdio/silverstripe-elemental-base
274 Downloads
Base layer to sit on OOTB elemental providing first-class multi-areas and other enhancements
ahrmerd/laravel-test-generator
441 Downloads
The Ahrmerd/TestGenerator package is a Laravel command-line tool that automatically generates API and web tests for your Eloquent models. With just a few simple commands, you can quickly generate comprehensive test files that cover CRUD operations, validation, and other common use cases for your models. The package provides options to generate tests for all models in your application or for specific models, and supports overwriting existing test files with the --force option. Additionally, it automatically generates test content based on your model's form request classes, making it easy to ensure your tests reflect your application's validation rules. Speed up your Laravel testing workflow with the Ahrmerd/TestGenerator package
simonhamp/routes
2244 Downloads
A low-level router class for PHP based on CodeIgniter's core/Router.php.
pigult/php-ipp
49661 Downloads
This class implements Internet Printing Protocol on client side.
ghostff/dump5
4126 Downloads
A pretty version of php var_dump. This class displays structured information about one or more expressions that includes its type and value.
dhii/collections-abstract-base
2905 Downloads
Collection base classes that do not depend on other non-collection packages, on which there is a dependency of other collection packages that depend on this package. This is done to avoid circular reference in the collection toolchain