Download the PHP package carlonicora/minimalism-service-mysql without Composer
On this page you can find all versions of the php package carlonicora/minimalism-service-mysql. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download carlonicora/minimalism-service-mysql
More information about carlonicora/minimalism-service-mysql
Files in carlonicora/minimalism-service-mysql
Package minimalism-service-mysql
Short Description MySQL service for minimalism
License MIT
Homepage https://carlonicora.com
Informations about the package minimalism-service-mysql
minimalism-service-mysql
minimalism-service-mysql is a service for minimalism to read and write data on MySQL. minimalism-service-mysql is not a full-fledged ORM and relies on arrays to transport data.
Getting Started
To use this library, you need to have an application using minimalism. This library does not work outside this scope.
Prerequisite
You should have read the minimalism documentation and understand the concepts of services in the framework.
Encrypter requires either the MySQLi extension in order to work.
Installing
Require this package, with Composer, in the root directory of your project.
or simply add the requirement in composer.json
Deployment
This service requires you to set up a special set of parameters in your .env
file in order to connect with MySQL.
The first parameter identifies a comma separated list of parameters which, in turns, contain a comma separated list
of connection parameters for every single database.
Required parameters
Build With
- minimalism - minimal modular PHP MVC framework
Versioning
This project use Semantiv Versioning for its tags.
Authors
- Carlo Nicora - Initial version - GitHub | phlow
- Sergey Kuzminich - maintenance and expansion - GitHub |
License
This project is licensed under the MIT license - see the LICENSE.md file for details
All versions of minimalism-service-mysql with dependencies
ext-mysqli Version *
carlonicora/minimalism Version ~13.0
carlonicora/minimalism-interface-cache Version ~2.0
carlonicora/minimalism-interface-sql Version ~1.0
ext-json Version *