Download the PHP package bizysoft/bizystore without Composer

On this page you can find all versions of the php package bizysoft/bizystore. 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 bizystore

bizyStore

PHP Object Interface for Databases.

What is it

Similar to the classic ORM in that it does Object to Relational Mapping and vice-versa, but a much better description is that it presents your database(s) as Objects without your intervention.

Can be used in any PHP environment, particularly suited for database integration into your hosted website. Configuring your database connection details in XML is all that's required.

Store, retrieve and manipulate your data with ease. Use the basics including tables & views, columns & column meta-data through a simple CRUD interface. When you are ready, more sophisticated bizyStore techniques that use database primary keys, unique keys, sequences, foreign keys, and the concept of key candidates can help manipulate your data.

bizyStore makes it easy. No need to get caught up in the complexities of database coding again.

Features

Where do I get it

Our GitHub repository contains everything you need. No external dependencies, other than a PHP installation and your database(s).

How do I use it

Documentation in the form of a user guide and also PHPDoc is available from our website.

The easiest way to start the ball rolling is to:

You can look at the User Guide, example files and test cases to guide you in the right direction.

Here is some code based on our examples that shows bizyStore's ease of use. It's a fully functional PHP file that can store Member details from an HTML form post action into a database. 'Member' is a generated Model class which refers to a database table called 'member'. Boiler-plate code is not necessary, it's handled once during automatic Model/Schema generation. SQL injection issues are handled as a matter of course.

Helping out

Feel free to use the normal GitHub channels to download the distribution and suggest changes etc.

If you find our software helpful in any way, the best way to contribute is to hire us to work for you, details at our website.

License

Our software is free for you to use under the license terms. See the LICENSE file with the distribution.

Contact:

Chris Maude through our website.


All versions of bizystore with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.2
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 bizysoft/bizystore contains the following files

Loading the files please wait ....