Libraries tagged by Readable code
heptacom/heptaconnect-utility
1 Downloads
HEPTAconnect package with helpful classes for type safety, collections and other generic reusable code
elvislicsari/elvislicsari
23 Downloads
Reusable code
degami/basics
202 Downloads
a set of reusable code
agandra/amp
97 Downloads
Improving Laravel functionality and creating a base reusable code across projects
velcoda/transaction-flow
5601 Downloads
Transaction Flow is a library that helps guide a Request through your Application by guiding you to create reusable and maintainable code.
saldanhakun/new-app-helper
8 Downloads
Reusable structures and codes commonly used in my new projects. Currently for private use only, no support offered.
hoppermagic/kobalt
88 Downloads
Set of reusable views and code to help building small scale Laravel backends
niklose00/kit
57 Downloads
A reusable KIT library for CodeIgniter as part of my bachelor's thesis. This library includes generic AI functions designed to enhance the power of forms in web applications.
rcravens/php_bag_of_tricks
211 Downloads
A package of reusable classes, helpers, and other PHP code.
jounress/sdk-php
6 Downloads
A PHP toolkit offering reusable helper functions to simplify your code.
hi-folks/blokctl
15 Downloads
An unofficial Storyblok automation toolkit providing a command-line interface, reusable PHP API, and Configuration as Code provisioning.
milenmk/laravel-livewire-crud
32 Downloads
A reusable CRUD package for Laravel controllers and Livewire components, designed to simplify and standardize common database operations(create, read, update, delete), reduce boilerplate code, and support bulk actions.
carmelosantana/coqui-toolkit-pencil-dev
0 Downloads
Pencil.dev design toolkit for Coqui — create, manipulate, and export .pen design files programmatically. Supports element CRUD, reusable components, design tokens, CSS variable sync, and code export (HTML/CSS, React, SVG).
calm-canvas/archetype-theme-kit
8 Downloads
Archetype-Theme-Kit is a high-performance PHP library for WordPress developers. It provides a standardized foundation of core functions, global constants, and reusable utilities. Designed to streamline theme development, it ensures architectural consistency and clean code across multiple projects.
aseemann/pihole-api-client
24 Downloads
The Pi-hole API is organized around [REST](http://en.wikipedia.org/wiki/Representational_State_Transfer). Our API has predictable resource-oriented URLs, accepts and returns reliable UTF-8 [JavaScript Object Notation (JSON)-encoded](http://www.json.org/) data for all API responses, and uses standard HTTP response codes and verbs. Most (but not all) endpoints require authentication. API endpoints requiring authentication will fail with code `401 Unauthorized` when used outside a valid session.