Download the PHP package sorajate/redbean-single-file without Composer

On this page you can find all versions of the php package sorajate/redbean-single-file. 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 redbean-single-file

RedBeanPHP 4 Single File

In this package there is only one file - rb.php. The one you would get by clicking Download RedBeanPHP on the redbean download page.

Unfortunately the composer workaround provided there does not allow creating composer packages with redbean dependency, it only allows adding redbean to your project locally (see composer FAQ for details).

Also, the package gabordemooij/redbean created from the redbean github repo only provides a way to get the source and does not let you just require it and use. For example after $ composer require gabordemooij/redbean You will not be able to run the following file:

This package lets you do it.

$ composer require yeriomin/redbean-single-file

...Original readme:

RedBeanPHP 4 KickStart

Current Build Status: Build Status

RedBeanPHP 4 KS is an easy to use ORM tool that stores beans directly in the database and creates all tables and columns required on the fly. On the other hand it allows plain SQL to search the database. In fact RedBeanPHP is some sort of combination between document oriented database tools like mongoDB or couchDB and traditional relational database systems like MySQL. It offers the best of both worlds: SQL and no-SQL. You work with no-SQL if you interact with objects will you simply turn the switch and work with SQL if you want to do some typical database tasks like searching or quickly grabbing something out of the data store with specially crafted SQL. RedBean also has excellent performance because it can freeze the database schema which means it no longer scans schemas.

The KickStart Edition of RedBeanPHP is meant for RAD, prototyping and offers easy-to-use interfaces and a wonderful works-out-of-the-box experience.

If you already know the power of RedBeanPHP and you would like to use RedBeanPHP in a more complex project or integrate RedBeanPHP in an existing project you might find the RedBeanPHP 'Adaptive' Edition an interesting solution.

Databases Supported

RedBeanPHP supports MySQL/InnoDB, MariaDB/InnoDB, PostgreSQL, SQLite3 and CUBRID.

Quick Example

How we store a book object with RedBeanPHP:

Yep, it's that simple.

This Github account is for development only. If you want to use RedBeanPHP 4 KickStart please visit the website and download the ALL-in-ONE PHAR file. This should work out-of-the-box with no configuration at all.

More information

For more information about RedBeanPHP please consult the RedBeanPHP online manual at:

http://www.redbeanphp.com/


All versions of redbean-single-file with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.3
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 sorajate/redbean-single-file contains the following files

Loading the files please wait ....