Bloxtor Team
a19836
IT Analyst, Programmers, Architects, SysAdmins, DBAs and Managers, experts in web-dev, with knowledge and experience in a variety of content and context.
Languages
Repos
33
Stars
31
Forks
6
Top Language
PHP
Loading contributions...
Top Repositories
Bloxtor is a professional and intelligent framework to build web-apps, designed for No-Coders, Low-Coders, and Coders alike. It functions as a versatile code parser and converter, seamlessly transforming code into visual environments and visual components back into code.
Task Flow Chart is a JavaScript library to draw diagrams, like: work-flows, logic flows, DB tables diagrams, use cases diagrams or any other type of diagrams. Basically you define your widgets and the exit points for each widget and then you connect them through drag and drop.
PHP to Diagram is a library that enables bidirectional conversion between PHP code and visual workflow diagrams. It transforms PHP logic into low-code, visual diagrams, and converts those diagrams back into fully functional PHP code. This approach lets both programmers and non-programmers manage application logic visually or through code.
PHP SSH Lib is a library that provides a high-level API for managing SSH connections and performing remote operations securely and efficiently. It supports multiple authentication methods and exposes a unified interface for executing commands, managing files, and creating SSH-based resources.
PTL (PHP Template Language) is a template language that allows you to write logic code directly inside HTML. It’s designed to be user-friendly, fast, and acts as a simplified representation of PHP within an HTML-based template language. The idea of PTL is to convert PHP into an user-friendly template language.
Layout UI Editor is a powerful WYSIWYG layout builder designed to convert frontend and backend code - including HTML, CSS, JavaScript, and PHP code - into reusable, visual, draggable and configurable UI components.
Repositories
33Task Flow Chart is a JavaScript library to draw diagrams, like: work-flows, logic flows, DB tables diagrams, use cases diagrams or any other type of diagrams. Basically you define your widgets and the exit points for each widget and then you connect them through drag and drop.
Bloxtor is a professional and intelligent framework to build web-apps, designed for No-Coders, Low-Coders, and Coders alike. It functions as a versatile code parser and converter, seamlessly transforming code into visual environments and visual components back into code.
PHP to Diagram is a library that enables bidirectional conversion between PHP code and visual workflow diagrams. It transforms PHP logic into low-code, visual diagrams, and converts those diagrams back into fully functional PHP code. This approach lets both programmers and non-programmers manage application logic visually or through code.
PHP SSH Lib is a library that provides a high-level API for managing SSH connections and performing remote operations securely and efficiently. It supports multiple authentication methods and exposes a unified interface for executing commands, managing files, and creating SSH-based resources.
PTL (PHP Template Language) is a template language that allows you to write logic code directly inside HTML. It’s designed to be user-friendly, fast, and acts as a simplified representation of PHP within an HTML-based template language. The idea of PTL is to convert PHP into an user-friendly template language.
SQL to Diagram is a library that enables bidirectional conversion between SQL statements and visual workflow diagrams. It transforms SQL statements into visual diagrams, and converts those diagrams back into fully functional SQL statements. This approach allows non-programmers to design SQL queries visually, while still producing clean SQL.
Layout UI Editor is a powerful WYSIWYG layout builder designed to convert frontend and backend code - including HTML, CSS, JavaScript, and PHP code - into reusable, visual, draggable and configurable UI components.
HTML Beautify is a javascript library to beautify HTML code.
JQuery Tree is a lightweight JavaScript library that transforms 'ul' and 'li' elements into an intuitive, user-friendly tree view, listing these nodes into a collapsible and hierarchical tree structure, ideal for file system navigation.
JQuery Tour Guide is a lightweight JavaScript library that extends the functionality of the 'LikaloLLC Tourguide' library. It provides an easy way to create interactive guided tours for your web applications.
Code Beautifier is a javascript library to beautify PHP code, but it also works in other languages.
Auto Complete is a lightweight JavaScript library that transforms a text box into a smart autocomplete field, displaying matching suggestions in a dropdown list to make user selection faster and easier as you type.
JQuery Status Message is a lightweight JavaScript library for displaying info and error messages elegantly.
JQuery Image Slider is a lightweight JavaScript library to show images in a slider.
JQuery Fancy Light Box is a lightweight JavaScript library to display popups.
JQuery Context Menu is a lightweight JavaScript library for displaying user-defined context menus on right-click.
XML to Array is a PHP library to convert XML content into PHP arrays and supports XML validation using XSD schemas.
PHP Text Validator Lib is a library designed to validate input values in a consistent and reliable way. It allows you to verify whether a given string represents a valid email address, phone number, domain, IP address, numeric value, decimal number, binary content, date, or datetime...
PHP Text Shuffler Lib is a library that allows you to shuffle and unshuffle text strings in a reversible way, making them safer to store in a database. By obfuscating sensitive data while preserving the ability to restore the original content when needed, this library helps reduce direct exposure of personal information and supports GDPR.
PHP Spring Lib is a library that brings core concepts of the Java Spring ecosystem into PHP, using XML-based bean configuration. It includes ODI (Object Dependency Injection), iBatis-style SQL mapping, and Hibernate-inspired ORM, all configured through XML files. With this XML-style library, you create XML beans that point to PHP classes.
PHP SMTP Lib is a library that allows you to send emails reliably through SMTP servers using a simple and configurable API. It provides full control over SMTP connections and message composition, making it suitable for transactional emails, notifications, and automated messaging.
PHP Open AI Lib provides a simple and unified interface to interact with OpenAI models, enabling developers to integrate AI-powered features directly into their applications. This library abstracts the complexity of OpenAI's APIs and exposes high-level methods to build chat bots, generate and explain content, images and code, and much more...
PHP Local DB is a lightweight PHP library that provides a simple local database mechanism by storing data in encrypted files. It allows applications to persist structured data securely without relying on an external database server. The library supports common database-like operations, including insert, update, delete and select.
PHP Image Lib is a lightweight library for validating and manipulating images in a simple and consistent way. It provides essential tools for checking image integrity, validating binary content, resizing images, and inspecting image properties.
PHP HTML DOM Lib is a library designed to parse, inspect, and manipulate HTML content using a DOM-based approach. It provides a high-level API on top of PHP’s DOM engine, making it easy to read, modify, query, and rewrite HTML documents programmatically.
PHP Encryption Lib is a library designed to securely encrypt and decrypt data using multiple encryption strategies. It supports symmetric and asymmetric encryption mechanisms and works with strings, arrays, JSON, and serialized objects. The library provides 3 encryption engines, each suited for different security and use-case requirements.
PHP DB Lib is a lightweight database abstraction library for PHP that simplifies connecting to and interacting with MySQL, SQL Server, and PostgreSQL databases. It provides a clean API for running queries, fetching results, handling transactions, performing automated DB dumps, importing data from files and exporting data to files.
PHP Curl Lib is a library that simplifies making HTTP requests using the cURL extension. It provides a clean, object-oriented API to perform GET, POST, PUT, DELETE, and other HTTP requests, handle headers, query parameters, and manage responses efficiently.
PHP CSS and JS Files Optimizer improves frontend performance by automatically optimizing, grouping, and minimizing CSS and JavaScript files in your HTML output. It analyzes HTML content, detects locally referenced CSS and JavaScript files, and combines them into optimized bundles, reducing the number of HTTP requests and the file sizes.
PHP Compression Lib is a library to compress files or raw content using multiple compression formats, including bzip2, gzip, gzipstream, and ZIP. In addition, it provides utilities to read, modify, and manage '.zip' archives programmatically.