Libraries tagged by Has one
jestillore/has-one-belongs-to
9725 Downloads
One-To-One Relationship with Pivot for Laravel Eloquent
burnbright/silverstripe-hasonefield
38492 Downloads
Edit a has_one relationship using a GridField, triggered by clicking a button.
simonwelsh/hasoneedit
336 Downloads
Allows editing the fields of a has_one object directly in the CMS
huboshen/laravel-one-to-many-sync
9324 Downloads
Allow sync method for Laravel Has Many and Morph Many Relationship.
thewebmen/silverstripe-pickerfield
19175 Downloads
GridField based management of has_one , has_many , and many_many relationship selection
cyber-duck/silverstripe-linkitemfield
38356 Downloads
SilverStripe 4 custom form element for anchor, email, telephone, file, image, internal and external links
sheadawson/quickaddnew
34212 Downloads
A decorator for form fields that manage object relationships, to allow adding a new object on the fly through a dialog window. It can handle has_one, has_many or many_many relationships. At the moment it has been tested / works on DropdownField and ListboxField. It works both in the CMS and in the frontend.
bephp/activerecord
2059 Downloads
micro activerecord library in PHP(only 400 lines with comments), support chain calls and relations(HAS_ONE, HAS_MANY, BELONGS_TO).
amazing/media2click
29735 Downloads
TYPO3 CMS extension media2click: Render external content like videos an iframes with privacy in mind: User has to click on placeholder to load the actual content.
mouf/utils.action.action-interface
363087 Downloads
This package contains an interface used by many objects to say they can do stuff. Actually, they can perform one particular action and has been designed for that. The action performed is completely up to the implementer (sending a mail, storing a result in database, displaying something on the screen...) The concept is very simple, and very powerful at the same time.
kakaprodo/system-analytic
2676 Downloads
A package that simplifies the development of the analytic of a laravel system based on the data the system has in database
nitsan/ns-cookiebot
15378 Downloads
The Cookiebot.com GDPR Compliant TYPO3 Extension aids publishers, technology vendors, and advertisers in complying with GDPR and ePrivacy Directive regulations by ensuring transparency and obtaining user consent. T3Planet has developed a TYPO3 CMS extension to seamlessly integrate Cookiebot, one of the most popular solutions for managing cookies.
bmdevel/php-index
34767 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.
primoz2500/hasoneautocompletefield
1610 Downloads
A CMS form field for adding has_one relationships using autocomplete
cmandersen/has-one-specific
5281 Downloads
Add a Laravel relationship where you can specify a set ID, instead of a dynamic relationship