Download the PHP package progrmanial/simplemdb without Composer

On this page you can find all versions of the php package progrmanial/simplemdb. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package simplemdb

SimpleMDB - Enterprise Database Toolkit for PHP

🚀 Production-Ready Database Management - Build enterprise-grade applications with Laravel-like syntax, 25+ data types, intelligent migrations, and military-grade security.

Latest Version PHP Version

⚡ 5-Minute Quick Start

Install SimpleMDB:

Create your first table (MySQL):

Or use PostgreSQL:

That's it! You now have a production-ready table with modern data types and enterprise features.

👉 Try the complete quick start example →


🏆 Why Choose SimpleMDB?

Laravel-Like Developer Experience

25+ Modern Data Types

Intelligent Migrations

Enterprise Security & Performance

Complete Database Object Management


📚 Documentation

🚀 Getting Started

🏗️ Core Features

🔄 Migration Guides

🛡️ Enterprise Features

🔄 Migration Guides


🗄️ Multi-Database Support

SimpleMDB now supports multiple database engines with 100% backward compatibility:

Supported Databases

Database-Specific Features

Feature MySQL PostgreSQL
JSON Storage json() json() + jsonb()
IP Addresses ipAddress() inet() (native type)
Arrays JSON arrays Native arrays textArray(), integerArray()
UUIDs uuid() as CHAR(36) uuid() native + uuidWithDefault()
Auto-increment AUTO_INCREMENT SERIAL/BIGSERIAL
Full-text Search FULLTEXT indexes Built-in text search

Connection Examples


🎯 Feature Comparison

Feature SimpleMDB Laravel Schema Doctrine DBAL
Multi-Database MySQL + PostgreSQL ✅ Multiple ✅ Multiple
Data Types ✅ 25+ types ✅ 27+ types ✅ 20+ types
Schema Validation Comprehensive ⚠️ Basic ⚠️ Basic
Migration Intelligence Smart Templates ⚠️ Static ❌ Manual
Database Objects Complete ❌ Limited ❌ Limited
Security Features Enterprise ✅ Good ✅ Good
Memory Efficiency Streaming ⚠️ Standard ⚠️ Standard
Learning Curve Gentle ⚠️ Steep ⚠️ Steep
Backward Compatibility 100% ⚠️ Breaking changes ⚠️ Breaking changes

💡 Real-World Examples

E-commerce Product Table

User Authentication System

Complete Backup Solution

Database Objects Management


⚙️ System Requirements


🚀 Installation Options

Composer (Recommended)

Manual Installation

Verify Installation


🎓 Learning Path

Beginner (30 minutes)

  1. 5-Minute Quick Start - Basic table creation
  2. Schema Builder Basics - Understanding column types
  3. Simple Queries - SELECT, INSERT, UPDATE, DELETE

Intermediate (2 hours)

  1. Advanced Data Types - JSON, UUIDs, polymorphic types
  2. Migration System - Creating and running migrations
  3. Security Best Practices - SQL injection prevention

Advanced (1 day)

  1. Performance Optimization - Caching, connection pooling
  2. Enterprise Backup System - Complete backup solutions
  3. Production Deployment - Production best practices

🛠️ Quick API Reference

Schema Builder

Query Builder


🤝 Contributing

We welcome contributions! See our Contributing Guide for details.

Quick Contribution Setup


📖 Resources


📜 License

MIT License - Use SimpleMDB in any project, commercial or open source.


🌟 Enterprise Ready

SimpleMDB is production-ready for enterprise applications. Join the growing community of developers who choose SimpleMDB for its combination of power, security, and developer experience.

⭐ Star us on GitHub if SimpleMDB helps you build better applications!


Need enterprise support? Contact us for professional services, training, and custom development.


All versions of simplemdb with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0
ext-mysqli Version *
ext-pdo Version *
ext-json Version *
ext-mbstring Version *
psr/log Version ^3.0
psr/event-dispatcher Version ^1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package progrmanial/simplemdb contains the following files

Loading the files please wait ...