Libraries tagged by simple core
zeeloengineering/php-shared-kernel
1572 Downloads
Simple shared kernel for DDD applications, with many scaffolding code for Hexagonal architecture, event sourcing, etc.
white-rabbit-1-sketch/php-file-hash-map
4 Downloads
This PHP library implements a simple Hash Map with file-based storage. It uses a hashing function to calculate an offset, which determines the location of the corresponding bucket in the file. Data is stored in a binary file, with each bucket containing key-value pairs. The library allows for efficient data retrieval through direct file access.
waughj/html-picture
154 Downloads
Simple class for easy generation o' picture tag HTML code.
vinnyfs89/r-enc
927 Downloads
Simple way to get the right encoding that you want in PHP codes.
technosophos/phpcompressor
760 Downloads
A simple PHP compressor that removes unnecessary data from PHP source code.
syamsoul/laravel-action-delay
150 Downloads
Delay a Job, Database Query or PHP code at a specific datetime easily with one simple command.
sourcefli/laravel-permission-name-generator
119 Downloads
Create and Retrieve permissions using conventions and very simple configuration
sameer-shelavale/multi-captcha
169 Downloads
Multiple(7) types of CAPTCHA in one package. Supports Gif captcha( Animated Gif captcha), Image Captcha( User has to type SOME OR ALL part of code displayed in the image), HoneyPot captcha(It simply adds an empty field asking users to leave it blank. Bots fill it up.), ASCII captcha(It displays the CAPTCHA text as ASCII Art. User has to type SOME OR ALL part of the code.), Math captcha( It asks user to solve simple mathematical expressions.), Recaptcha(Google Recaptcha) and NoCaptcha(Google ReCaptcha v2.0). This package also has captcha refresh feature.
robmellett/laravel-model-history
11 Downloads
A simple trait to add to your models so you can store CREATED and UPDATED differences
pkj/generic-linux-backup-scripts
4 Downloads
This tool can create backups of folders and mysql databases. It's simple yet super powerful.
oldpak/reflection
24 Downloads
The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.
n0nag0n/super-model
11 Downloads
A simple base model you can extend to reduce your hard coded SQL queries and get 90% of your db requests done quick.
mvccore/ext-auth-basic
761 Downloads
MvcCore - Extension - Auth - Basic - simple authentication extension, only to signin/signout user. Extension can use credentials defined in system `config.ini` or in database. Possibility to extend user, signin/signout forms, submit controller and extension class itself.
mpmontanez/json-schema-to-php-generator
250 Downloads
Code generation tool for converting JSON schema documents to simple PHP classes.
moraesgil/entity-validator-trait
257 Downloads
A simple Laravel trait for call Validation by your entitie to allow data creating or updating.