349 Repositories
PHP data-validation Libraries
LODSPeaKr is a framework for creating Linked Data applications in a simple and easy way
LODSPeaKr is a framework for creating Linked Data applications in a simple and easy way. You can see several applications created using LODSPeaKr.
Scalable and durable data imports for publishing and consuming APIs
Porter Scalable and durable data imports for publishing and consuming APIs Porter is the all-purpose PHP data importer. She fetches data from anywhere
This component simplifies file validation and uploading.
This component simplifies file validation and uploading.
provides a nested object property based user interface for accessing this configuration data within application code
laminas-config This package is considered feature-complete, and is now in security-only maintenance mode, following a decision by the Technical Steeri
run user analytics within your system and track user data inside your database.
WP Local Analytics plugin. run user analytics within your system and track user data inside your database. Installing Go to the plugin page from the W
Sign URLs with expiration date to transfer data between projects.
SafeLink Framework-agnostic, lightweight URL signer. You can use SafeLink to transfer data between projects. Sign the url in project 1: use Alfatron\S
Validated properties in PHP8.1 and above using attribute rules
PHP Validated Properties Add Rule attributes to your model properties to make sure they are valid. Why this package? When validating external data com
laminas-memory manages data in an environment with limited memory
Memory objects (memory containers) are generated by the memory manager, and transparently swapped/loaded when required.
Laravel Validation Service
Laravel Validation Service Installation Add "prettus/laravel-repository": "1.1.*" to composer.json "prettus/laravel-validation": "1.1.*" Create a vali
A robust JSON decoder/encoder with support for schema validation.
A robust wrapper for json_encode()/json_decode() that normalizes their behavior across PHP versions, throws meaningful exceptions and supports schema validation by default.
A PHP replacement layer for the C intl extension that also provides access to the localization data of the ICU library.
A PHP replacement layer for the C intl extension that also provides access to the localization data of the ICU library.
A small PHP library for validating VAT identification numbers (VATINs).
VATIN A small PHP library for validating VAT identification numbers (VATINs). Installation This library is available on Packagist: $ composer require
The main scope of this extension is to help phpstan to detect the type of object after the Assert\Assertion validation.
PHPStan beberlei/assert extension PHPStan beberlei/assert Description The main scope of this extension is to help phpstan to detect the type of object
Best regular expression for gmail
best regular expression for gmail Gmail Regular expression with all details (not start with dot,number , is it possible to use multiple dot but not in
Login system designed by fragX to validate the user and prevent unauthorized access to confidential data.
Login_System v.0.1 Login system designed by fragX to validate the user and prevent unauthorized access to confidential data. 🧐 Features Sign In and S
LaravelFly is a safe solution to speeds up new or old Laravel 5.5+ projects, with preloading and coroutine, while without data pollution or memory leak
Would you like php 7.4 Preloading? Would you like php coroutine? Today you can use them with Laravel because of Swoole. With LaravalFly, Laravel will
zend-config is designed to simplify access to configuration data within applications
zend-config is designed to simplify access to configuration data within applications
A PHP boilerplate based on Slim Framework, for start projects with Eloquent ORM, Validation, Auth (JWT), Repositories and Transformers ready
A PHP boilerplate based on Slim Framework, for start projects with Eloquent ORM, Validation, Auth (JWT), Repositories and Transformers ready.
PHPExif is a library which gives you easy access to the EXIF meta-data of an image
PHPExif v0.6.4 PHPExif is a library which gives you easy access to the EXIF meta-data of an image. PHPExif serves as a wrapper around some native or C
TestDummy makes the process of preparing factories (dummy data) for your integration tests as easy as possible
TestDummy TestDummy makes the process of preparing factories (dummy data) for your integration tests as easy as possible. As easy as... Build a Post m
Read and show values from form valid
read-and-show-values-from-form-valid Escribe un programa PHP que permita al usuario rellenar un formulario de registro con los datos de nombre, contra
Advanced Import : One Click Import for WordPress or Theme Demo Data
Advanced Import is a very flexible plugin which convenient user to import site data( posts, page, media and even widget and customizer option ).
Base62 encoder and decoder for arbitrary data
Base62 This library implements base62 encoding. In addition to integers it can encode and decode any arbitrary data. This is useful for example when g
Base85 encoder and decoder for arbitrary data
All your Base85 Install Install with composer. $ composer require tuupola/base85 This branch requires PHP 7.1 or up. The older 1.x branch supports als
An Online Movie Booking Website whose data is completely from a database
An Online Movie Booking Website whose data is completely from a database to ensure that it can be implemented in a real time scenario as any change of data needs to be done only in the database using SQL queries and the changes are immediately reflected.
GUI to analyze the profiling data collected using XHProf – A Hierarchical Profiler for PHP.
To begin with, you need to install the XHProf extension. Refer to the PHP documentation if you need assistance. You will need to manually create the d
Web interface for XHProf profiling data can store data in MongoDB or PDO database
XHGui A graphical interface for XHProf profiling data that can store the results in MongoDB or PDO database. Application is profiled and the profiling
A simple way to know if you are on the list of major security breaches like "HIBP", but it is specific for Iran.
Leakfa.com A simple way to know if you are on the list of major security breaches like "HIBP", but it is specific for Iran. Service content This produ
Laravel package to work with geospatial data types and functions.
Laravel Spatial Laravel package to work with geospatial data types and functions. For now it supports only MySql Spatial Data Types and Functions. Sup
Proxy validation or Proxy checker. Command line version
Proxy Checker Proxy validation or Proxy checker Install on desktop : Install XAMPP Added environment variable system path = C:\xampp\php download the
Validate PHP database migration files for compliance with best practices. Ensure db migrations are irreversible.
PHP DB Migration Validator Introduction In modern PHP frameworks such as Symfony and Laravel, migrations usually have up and down methods. In up metho
laminas-password-validator provides a validator for character-set based input validation.
laminas-password-validator laminas-password-validator provides a validator for character-set based input validation. Installation composer require pra
The query filter bundle allows you to filter data from QueryBuilder and the Database
The query filter bundle allows you to filter data from QueryBuilder and the Database. you can filter multiple columns at the same time and also you can filter relation fields with two-level deep and without any join in your query builder.
Project that aims to create a website for a gym, where the clients and employees can access their data, buy in the gym store and check the gym activities.
Gym_Management_Project Project that aims to create a website for a gym, where the clients and employees can access their data, buy in the gym store an
Pika is a nosql compatible with redis, it is developed by Qihoo's DBA and infrastructure team
Introduction中文 Pika is a persistent huge storage service , compatible with the vast majority of redis interfaces (details), including string, hash, li
LaraNx Seo enables your Laravel app to store SEO and social media meta tag data in database instead of your code
LaraNx Seo enables your Laravel app to store SEO and social media meta tag data in database instead of your code. Moving marketing data out of your code base and into your database where it is easily modified.
📦 "PHP type names" contains the list of constants for the available PHP data types.
PHP type names PHP type names 📄 Description Simple library containing the list of constants for the available PHP data types. Use those constant type
File uploads with validation and storage strategies
Upload This component simplifies file validation and uploading. Usage Assume a file is uploaded with this HTML form: form method="POST" enctype="mult
Extra validation rules for dealing with images in Laravel 5.
Image-Validator Extra validation rules for dealing with images in Laravel 5. NOTE: As of Laravel version 5.2, there are now built-in validation rules
A fast, lock-free, shared memory user data cache for PHP
Yac is a shared and lockless memory user data cache for PHP.
Output complex, flexible, AJAX/RESTful data structures.
Fractal Fractal provides a presentation and transformation layer for complex data output, the like found in RESTful APIs, and works really well with J
JsonQ is a simple, elegant PHP package to Query over any type of JSON Data
php-jsonq JsonQ is a simple, elegant PHP package to Query over any type of JSON Data. It'll make your life easier by giving the flavour of an ORM-like
Magento Data Migration Tool
Overview We're pleased you're considering moving from the world's #1 eCommerce platform—Magento 1.x—to the eCommerce platform for the future, Magento
Faker-driven, configuration-based, platform-agnostic, locale-compatible data faker tool
Masquerade Faker-driven, platform-agnostic, locale-compatible data faker tool Point Masquerade to a database, give it a rule-set defined in YAML and M
Import/Export configuration data in Magento 2 via CLI.
ConfigImportExport This module provides new CLI commands for Magento 2 to import/export data in/from core_config_data. This module is inspired by the
Manage meta data based on URL path within your app.
Laravel SEO Manager This package provides simple functionality to manage SEO tags based on URL path within your Laravel application. You can put the U
Magento 2 Italian Language Pack is special gift for Magento 2 Community Edition. The data of the translation is supplied by Magento 2 Translation Project of Crowdin site, on which you will contribute into the project and download the zip file to install on your own store. This knowledge base will include full of the clear guides that supports you to convert the default language (English) into Italian language on your entire store.
Magento 2 Italian Language Pack Magento 2 Italian Language Pack is a special gift for Magento 2 Community Edition. The data of the translation is supp
Google Tag Manager for Magento 2 with Advance Data Layer
Google Tag Manager is a user-friendly, yet powerful and cost-effective solution that is a must-have integration for every Magento store. It simplifies the process of adding and managing third-party JavaScript tags. With dozens of custom events and hundreds of data points our extensions the #1 GTM solution for Magento.
A simple PHP library to transfer data from a source (object or array) to an object.
SimplexMapper A simple PHP library to transfer data from a source (object or array) to an object. $dbData = [ 'username' = 'pfazzi', 'emailAd
Data visualization for NASA's DSNNow public data
DSN Monitor Data visualization for NASA's DSNNow public data. A live version of the project can be accessed at http://dsnmonitor.ddns.net. Description
A highly compressed version of the magento 1.9 sample data and a script to create it.
Compressed Magento 1.9 Sample Data The following variations are available: 65M compressed-magento-sample-data-1.9.2.4.tgz 64M compressed-magento-sampl
Silverstripe-searchable - Adds to the default Silverstripe search by adding a custom results controller and allowing properly adding custom data objects and custom fields for searching
SilverStripe Searchable Module UPDATE - Full Text Search This module now uses Full Text Support for MySQL/MariaDB databases in version 3.* Adds more c
Silverstripe-ideannotator - Generate docblocks for DataObjects, Page, PageControllers and (Data)Extensions
silverstripe-ideannotator This module generates @property, @method and @mixin tags for DataObjects, PageControllers and (Data)Extensions, so ide's lik
Allows DataObjects to self-populate intelligently with fake data
Mock DataObjects for SilverStripe This module provides intelligent content generation functionality to all DataObjects. The object introspects its fie
Silverstripe-sspy - Python based SSPAK export with higher reliability and cross-platform compatibility
SSPY - Python Stand-alone SSPAK solution © Simon Firesphere Erkelens; Moss Mossman Cantwell Usage: sspy [create|load|extract] (db|assets) --file=my.
Framework - 🙃 Phony. Real-like Fake Data Generation Framework
🙃 Framework This repository contains the 🙃 Phony Framework. 🙃 Start generating fake data with 🙃 Phony Framework, visit the main Phony Repository.
Core - ownCloud gives you freedom and control over your own data.
ownCloud Core ownCloud gives you freedom and control over your own data. A personal cloud which runs on your own server. Why is this so awesome? 📁 Ac
Articulate - An alternative ORM for Laravel, making use of the data mapper pattern
Articulate Laravel: 8.* PHP: 8.* License: MIT Author: Ollie Read Author Homepage: https://ollie.codes Articulate is an alternative ORM for Laravel bas
Strongly typed settings for Laravel, includes built-in encryption and friendly validation.
Strongly Typed Laravel Settings Install composer require bogdankharchenko/typed-laravel-settings Model Setup namespace App\Models\User; use Illuminat
Explore , Experiment with data science and machine learning.
sodiumchloride Project name : sodium chloride objective : Explore,Experiment your data with datascience and machine learning version : beta 0.1.2 rele
Extension for the Laravel validation class
Intervention Validation Intervention Validation is an extension library for Laravel's own validation system. The package adds rules to validate data l
Free ZIP Code API - Free Access to Worldwide Postal Code Data
About Zipcodebase - Free Zip Code API Zipcodebase is a zip code API that was founded in 2019 to solve common issues with postal code data. As we have
Generate Data Transfer Objects directly from JSON objects
Json 2 DTO Spatie's Data Transfer Object library is awesome, but typing out DTOs can quickly become a chore. Inspired by Json2Typescript style tools,
A Laravel package to fetch Open Graph data of a website.
OpenGraph is a laravel package to fetch Open Graph metadata of a website/link. Features Easily fetch metadata of a URL. Laravel OpenGraph fetches all
An easy way to get vendor and package data from Packagist via API calls
Laravel Packagist Laravel Packagist (LaravelPackagist) is a package for Laravel 5 to interact with the packagist api quickly and easily. Table of cont
Run multiple websites using the same Laravel installation while keeping tenant specific data separated for fully independent multi-domain setups, previously
Run multiple websites using the same Laravel installation while keeping tenant specific data separated for fully independent multi-domain setups, previously
laravel adminlte with crud upload photo, ckeditor, validation & rest api
laravel crud with adminlte + restapi feature : Auth crud product (datatable, upload product using ajax, description with ckeditor) crud category displ
Drupal's Typed Data API by example
Drupal's Typed Data API by example This repository aims to help show use cases and various exercises with using Drupal's Typed Data API. The Typed Dat
A simple mini pos that handles managing product data's and product categories
What is CodeIgniter CodeIgniter is an Application Development Framework - a toolkit - for people who build web sites using PHP. Its goal is to enable
Samsui is a factory library for building PHP objects useful for setting up test data in your applications.
#Samsui Samsui is a factory library for building PHP objects useful for setting up test data in your applications. It is mainly inspired by Rosie for
A brief description on how to use Financial Modeling Prep Api
Financial Modeling Prep API Free Financial Statement API. Real-time and historical data of stock prices. Supports over 25000 stocks across multiple ex
a tool to get Facebook data, and some Facebook bots, and extra tools found on Facebook Toolkit ++.
FACEBOOK TOOLKIT a tool to get Facebook data, and some Facebook bots, and extra tools found on Facebook Toolkit ++. Graph API Facebook. Made with ❤️ b
📦 An easy way to share the data from your backend to the JavaScript.
Laravel Shared Data ✨ Introduction Laravel Shared Data provides an easy way to share the data from your backend to the JavaScript. 🚀 Quick start Inst
Parse and retrieve data from old format Excel XLS files. MS Excel 97 workbooks PHP reader.
SimpleXLS class 0.9.15 Parse and retrieve data from old Excel .XLS files. MS Excel 97-2003 workbooks PHP reader. PHP BIFF reader. No additional extens
With this extension you can share data from your web pages to any social network!
Extension for sharing on social networks With this extension you can share data from your web pages to any social network! Features: SEO support, defa
Open Source Smart Meter with focus on privacy - you remain the master of your data.
volkszaehler.org volkszaehler.org is a free smart meter implementation with focus on data privacy. Demo demo.volkszaehler.org Quickstart The easiest w
⚡ PowerGrid generates Advanced Datatables using Laravel Livewire.
📚 Documentation | 🔥 Features | ⌨️ Get started Livewire ⚡ PowerGrid ⚡ PowerGrid creates modern, powerful and easy to customize Datatables based on La
Easy data transfer from one database to another
Migrate DB Easy data transfer from one database to another Installation To get the latest version of Migrate DB, simply require the project using Comp
Lazyline - Innovative Lazy-Load & LQIP WordPress Plugin
Multifunctional WordPress image-optimization plugin. Provides many lazy-load features (backgrounds, video, sources, iframes, scripts, hidpi, webp), full LQIP support (thumbnails, color palette, pixelart, primitives), and additional image optimization/validation options.
The source code of KawanData's LMS using Laravel
KawanData KawanData adalah website yang menyediakan modul pembelajaran seputar kemampuan data Project Management Board Untuk manajemen proyek bisa dil
SЁCU is a public API to store self-destructing data payloads with url shortener and handle anonymous chat-rooms.
SЁCU Introduction SЁCU is a public API to store self-destructing data payloads. This repository includes only backend part using Laravel framework. Fr
Registry Component provides a fluent, object-oriented interface for storing data globally in a well managed fashion, helping to prevent global meltdown.
Registry Component Registry Component provides a fluent, object-oriented interface for storing data globally in a well managed fashion, helping to pre
Provides email verification on the go.
Email Checker Email Checker was created and maintained by Aman Nurani. It provides a powerful email validating system for both development and product
Where we build an open source API to retrieve some data about Togo's region
🇹🇬 Subdivision administrative du Togo Base de données complète des régions, préfectures, communes, cantons et quartiers disponible au format JSON, S
Flow package to synchronize metadata and binary data of imported Neos.Media assets
Wwwision.AssetSync Flow package to synchronize metadata and resources of imported Neos.Media assets Installation Install this package via: composer re
Intranet Home Page is a highly-configurable self-hosted browser homepage with integrations for public and local data feeds.
Intranet-Home-Page Created in response to personal "dashboards" that are little more than pages with a list of frequently accessed links, Intranet Hom
Run locally to export crypto tx data from crypto exchanges using their api connections, and process into a normalised format.
CryptoCredible The missing crypto-exchange data exporter tldr: run locally to export your crypto tx data from popular exchanges via api connections. E
A collection of type-safe functional data structures
lamphpda A collection of type-safe functional data structures Aim The aim of this library is to provide a collection of functional data structures in
Powerful data objects for Laravel
Powerful data objects for Laravel This package enables the creation of rich data objects which can be used in various ways. Using this package you onl
PHP Secure Headers
Secure Headers Add security related headers to HTTP response. The package includes Service Providers for easy Laravel integration. Version Installatio
Automatic Encrypt and Decrypt your database data. Tested and used on Laravel 8
Laravel Encrypt Database Automatic Encrypt and Decrypt your database data. Tested and used on Laravel 8. I'm yet building the tests. Important Note th
Obfuscate your data by generating reversible, non-sequential, URL-safe identifiers.
Laravel Hashid Laravel Hashid provides a unified API across various drivers such as Base62, Base64, Hashids and Optimus, with support for multiple con
This package offers advanced functionality for searching and filtering data in Elasticsearch.
Scout Elasticsearch Driver 💥 Introducing a new Elasticsearch ecosystem for Laravel. 💥 This package offers advanced functionality for searching and f
Provides generic data providers for use with phpunit/phpunit.
data-provider Installation Run composer require --dev ergebnis/data-provider Usage This package provides the following generic data providers: Ergebni
Uses internet-connectable temperature sensors to provide cooling/heating assist for small buildings, as well as weather data
ambient-hvac Uses internet-connectable temperature sensors to provide cooling/heating assist for houses and other small buildings, as well as weather
WordPress-specific Schema Commons data model
Schema Commons WordPress-specific Custom Post Data Model Install Via Composer composer require pop-wp-schema/schema-commons Development The source cod
Firefly III Data Importer
Firefly III Data Importer Firefly III Data Importer Import your transactions into Firefly III Explore the documentation Report a bug · Request a featu
Postier is a Laravel API automation platform to transfer data and to sync apps.
Postier is a Laravel API automation platform to transfer data and to sync apps. You can build workflows with data and actions of multiple apps and apply logics to the data!
Make programming fun again by printing cats when debugging and dumping data
Laravel Cats Make programming fun again by printing cats when debugging and dumping data. It works in the browser and console (tinker, artisan command
A laravel package to access data from the Strava API.
Laravel Strava Package A laravel package to access data from the Strava API. Compatible with Laravel 5.0 and above. Table of Contents Strava Access Cr