Libraries tagged by One class
micmania1/config
11 Downloads
SilverStripe configuration based on YAML and class statics
loeken/cryptocompare-api-php-wrapper
2636 Downloads
Php wrapper class based on guzzle to query the cryptocompare.com api
eftec/securityonemysql
2778 Downloads
It's a barebone security class written on PHP
briareos17/active
121 Downloads
The helper class for Laravel applications to get active class base on current route
aramirez92/docxmustache
85 Downloads
docx template manipulation class, based on mustache templating language
tomphp/tjo-annotation-router
345 Downloads
ZF2 module which lets routing be configured by via annotations on your controller classes..
f3ath/lazypdo
44961 Downloads
LazyPDO is a wrapper over PHP's standard PDO class. It postpones the instantiation of the original PDO class until one is really needed. Also it can be (un)serialized.
arte/hateoas-bundle
1629 Downloads
Generates fixed Hateoas adder classes, based on BazingaHateoasBundle.
wayne-oliver/otp
490 Downloads
Simple one time pin (otp) class
kovsky0/php-facedetection
861 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.
jajo/ng
577 Downloads
Class to get data on Nigerian states, capitals and local government areas
doekenorg/decorate-php
4 Downloads
Create a PHP decorator or proxy based on an interface or (abstract) class.
bainternet/curlo
7 Downloads
Simple curl wrapper for PHP based on the WordPress HTTP curl class
ahrmerd/laravel-test-generator
92 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
warrickbayman/looker
3061 Downloads
A really simple PHP view presenter based on Jeffery Ways laracasts\Presenter class