Libraries tagged by bitfield
bitfuel/laravel-msg91
46 Downloads
Package for MSG91 sms API
bitfriends/sonata-user-bundle
659 Downloads
Symfony3 SonataUserBundle
bitfriends/sonata-media-bundle
409 Downloads
Symfony3 SonataMediaBundle
bitfriends/sonata-block-bundle
347 Downloads
Symfony3 SonataBlockBundle
atk14/zip-field
18449 Downloads
ZipField is a form field for entering and validating postal codes in ATK14 applications
flsouto/htfield
175 Downloads
Base class for implementing all kinds of form fields, both widgets and non-widgets
landlib/treealgorithms
29 Downloads
This group of methods for work with tree structure. Provide methods build tree from flat array, find node in the tree by id, walk tree and execulte callback function for each node. Node of the tree has fields like as id, parent_id, children. Concrete names of the tree node fields can be configured with TreeAlgorithms properties idFieldName, parentIdFieldName, childsFieldName. Also exists javascript release, search lamzin-andrey/landlib on github.