Libraries tagged by hash set
afaanbilal/laravel-has-uuid
1388 Downloads
Autogenerate UUIDs for your Models on insert and set the route-model-binding key to uuid.
graste/params
6992 Downloads
Array wrapper that eases the retrieval of values. Has parameters, options and settings and traits for inclusion in other libraries.
codeitnowin/curlrequestit
47 Downloads
Light weight curl request library by http://www.codeitnow.in, It has setters and getters to make easy to use. You can use Curl Request with any framework like Symfony, Laravel, CackPHP, CodeIgniter, Yii etc. This is alternate of Guzzle and other libraries.
cse/helpers-cookie
79 Downloads
The helpers allows you to easily manage cookie data. SET, HAS, GET, REMOVE cookie data - all this is available in this library.
blesta/connectreseller
536 Downloads
ConnectReseller is one of the largest Registrars that has created a of set completely private labeled programs for domainers.
mreduar/laravel-balance
830 Downloads
Maintains a history of balance movements in the eloquent models. This simple package will keep track of the balance of your models. You can increase, decrease, reset and set the balance. It is also possible to check if a model has a positive balance or no balance.
kunstmaan/voting-bundle
965 Downloads
A lot of sites enable users to vote or participate in actions where Facebook Likes are counted and rewarded. The KunstmaanVotingBundle was created to allow a faster setup of that kind of actions and will provide a backlog of votes your users casted. That way you can look for irregularities and automatically stop campains when their deadline has expired. It will provice support for votes on your site only but also for external social networks as Facebook so you can worry about you ideas and not how to implement it.
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.
avonnadozie/liteframe
35 Downloads
LiteFrame is a lightweight PHP framework designed to be fast, easy to setup with no requirement for shell/commands and still has the functionalities of a modern MVC framework.
pixelbrackets/has_yet
398 Downloads
Has … yet? Script to set up a Twitter bot tweeting answers to important questions like “Has something happend yet?”
seotils/has-parent
30 Downloads
The trait allows set and get parent class of instance.
fadildev/rapid-setup
4 Downloads
Package to automate the setup of a Laravel project once it has been cloned from GitHub.
io-developer/php-keyget
16 Downloads
PHP KeyGet solves routine actions like 'Get array value by key or default if not exists' and 'Ensure array has key or set to default'
synatree/yii2-readonly-behavior
236 Downloads
This behavior class allows you to specify an attribute which, upon setting or being set, prevents the model from being changed. Think of it as a latch that locks the model once a particular value has been set and saved.
vangesteljasper/collection
23 Downloads
Convenience object with `get`, `set`, `setMultiple`, `unset` and `has` methods.