lamzin member since: Oct 16, 2019

lamzin's packages

  • PHP

    lamzinforkpriler/text2image

    This is fork https://github.com/Priler/Text2Image with purpose fix autoload psr-4 in the application version Symfony 3.4, created with Symfony-CLI 4.7.3, and Priler/Text2Image was installed with composer version 1.9.0. This fork fixed autoload psr-4.

  • PHP

    landlib/ruslexicon

    Набор функций для изменения слов в русском языке

  • PHP

    landlib/simplemail

    Reliable and comfortable mail sending with PHP mail() use gmail.com. Attachment support. Надёжная и удобная отправка писем with gmail.com. Вложения поддерживаются.

  • PHP

    landlib/symfonytoolsbundle

    Symfony 3.4 Decorate Controller Tool generate service configuration for override third-party bundles controller. FileUploader Service for most simple configure FileType input with FormBuilderInterface.

  • PHP

    landlib/text2png

    This is configurable library for create png image from text on the background png image

  • PHP

    landlib/treealgorithms

    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.