Libraries tagged by has_one
liaosp/laravel-relation-save
17 Downloads
laravel 关联保存 hasOne hasMany belongsto
fromholdio/silverstripe-gridfield-addnew-hasmany
217 Downloads
Add new object to gridfield with has many relation based on lookup selection.
derky/sortablescaptcha
285 Downloads
Sortables Captcha Extension for phpBB 3.3. This captcha plugin allows you to add questions and provide answers in two separate columns. An user will see all the answers in one column and has to drag some answers to the other column to successfully complete the captcha.
fromholdio/silverstripe-no-edit-message
22 Downloads
Display friendly message in CMS on pages where user has no edit perm, rather than read-only form.
jweiland/statictagcloud
3642 Downloads
Create your own static tagcloud and define on your own which word has priority
cortex/auth
3425 Downloads
Cortex Auth is a frontend layer for the powerful authentication, authorization and verification package rinvex/laravel-auth on top of Laravel. It has all required controllers, views, routes, and other required assets to run a fully functional user management system with complete dashboard out of the box.
fromholdio/silverstripe-dependentgroupeddropdownfield
1665 Downloads
A silverstripe groupeddropdown field that has it's options populated via ajax, based on the value of the field it depends on
blesta/connectreseller
165 Downloads
ConnectReseller is one of the largest Registrars that has created a of set completely private labeled programs for domainers.
sunnysideup/social_integration
29 Downloads
This module allows users to easily let users sign up and login using facebook and twitter. After a user has signed up using this module, a OAuth token for that social service will be stored against the users account. This allows your application to call the facebook and twitter apis on behalf of the user and implement whatever interesting social integration features you want. The SelectFriendPage is an example of the type of functionality that can be easily implemented once you have access to the users OAuth tokens.
sameer-shelavale/multi-captcha
167 Downloads
Multiple(7) types of CAPTCHA in one package. Supports Gif captcha( Animated Gif captcha), Image Captcha( User has to type SOME OR ALL part of code displayed in the image), HoneyPot captcha(It simply adds an empty field asking users to leave it blank. Bots fill it up.), ASCII captcha(It displays the CAPTCHA text as ASCII Art. User has to type SOME OR ALL part of the code.), Math captcha( It asks user to solve simple mathematical expressions.), Recaptcha(Google Recaptcha) and NoCaptcha(Google ReCaptcha v2.0). This package also has captcha refresh feature.
mouf/utils.patcher
84525 Downloads
A patch system designed for Mouf than enables developers to know what patch has been run and what needs to be run on its environment. Very useful for database patches.
mouf/database.patcher
85019 Downloads
A database patch system designed for Mouf than enables developers to know what patch has been run and what needs to be run on its environment. This package adds database support to the Mouf patch system (mouf/utils.patcher).
kunstmaan/voting-bundle
964 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.
brexis/phpsnmp
1024 Downloads
phpSNMP is an SNMP implementation based on libsnmp, which is written in Python. It has been ported to 100% pure PHP.
malkusch/php-index
19813 Downloads
This library provides an API to perform binary search operations on a sorted index. The index can be a XML document, a CSV document, or an arbitrary text file where the key has a fixed position. You can easily implement your own index. This API comes handy on any sorted data structure where realtime search operations are necessary without the detour of a DBS import.