Download the PHP package planetacodigo/pla without Composer

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

phpLiteAdmin

install with composer

who to use

phpLiteAdmin

Website: https://www.phpliteadmin.org/

Bitbucket: https://bitbucket.org/phpliteadmin/public/

What is phpLiteAdmin?

phpLiteAdmin is a web-based SQLite database admin tool written in PHP with support for SQLite3 and SQLite2. Following in the spirit of the flat-file system used by SQLite, phpLiteAdmin consists of a single source file, phpliteadmin.php, that is dropped into a directory on a server and then visited in a browser. There is no installation required. The available operations, feature set, interface, and user experience is comparable to that of phpMyAdmin.

News

05.09.2019: phpLiteAdmin 1.9.8.2 released Download now

03.09.2019: phpLiteAdmin 1.9.8.1 released Download now

30.08.2019: phpLiteAdmin 1.9.8 released Download now

17.08.2017: Security alert: phpLiteAdmin 1.9.8-dev (stable versions not affected)

14.12.2016: Just released phpLiteAdmin 1.9.7.1 as 1.9.7 was built incorrectly Download now

13.12.2016: Just released phpLiteAdmin 1.9.7! Download now

05.07.2015: Just released phpLiteAdmin 1.9.6! Download now

Features

Demo

A live demo of phpLiteAdmin can be found here: https://demo.phpliteadmin.org/

Requirements

PHP version 5.3.0 and greater usually comes with the SQLite3 extension installed and enabled by default so no custom action is necessary.

Download

The files in the source repositories are meant for development, not for use in production.

You can find the latest downloads here: https://www.phpliteadmin.org/download/

Installation

See https://bitbucket.org/phpliteadmin/public/wiki/Installation

Configuration

NEW as of 1.9.4: You can now configure phpLiteAdmin in an external file. If you want to do this:

See https://bitbucket.org/phpliteadmin/public/wiki/Configuration for details.

  1. Open phpliteadmin.config.php (or phpliteadmin.php before 1.9.4) in a text editor.

  2. If you want to have a directory scanned for your databases instead of listing them manually, specify the directory as the value of the $directory variable and skip to step 4.

  3. If you want to specify your databases manually, set the value of the $directory variable as false and modify the $databases array to hold the databases you would like to manage.

    • The path field is the file path of the database relative to where phpliteadmin.php will be located on the server. For example, if phpliteadmin.php is located at "databases/manager/phpliteadmin.php" and you want to manage "databases/yourdatabase.sqlite", the path value would be "../yourdatabase.sqlite".

    • The name field is the human-friendly way of referencing the database within the application. It can be anything you want.
  4. Modify the $password variable to be the password used for gaining access to the phpLiteAdmin tool.

  5. If you want to have multiple installations of phpLiteAdmin on the same server, change the $cookie_name variable to be unique for each installation (optional).

  6. Save and upload phpliteadmin.php to your web server.

  7. Open a web browser and navigate to the uploaded phpliteadmin.php file. You will be prompted to enter a password. Use the same password you set in step 4.

Code Repository and pull requests

The code repository is available both on bitbucket and github:

Github: https://github.com/phpLiteAdmin/pla

Bitbucket: https://bitbucket.org/phpliteadmin/public/src

You are welcome to fork the project and send us pull requests on any of these platforms.

Installing a theme

  1. Download the themes package from the project Downloads page.

  2. Unzip the file and choose your desired theme.

  3. Upload phpliteadmin.css from the theme's directory alongside phpliteadmin.php.

  4. Your theme will automatically override the default.

Getting help

The project's wiki provides information on how to do certain things and is located at https://bitbucket.org/phpliteadmin/public/wiki/Home . In addition, the project's discussion group is located at https://groups.google.com/group/phpliteadmin .

Reporting errors and bugs

If you find any issues while using the tool, please report them at https://bitbucket.org/phpliteadmin/public/issues?status=new&status=open .

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.


All versions of pla with dependencies

PHP Build Version
Package Version
Requires php Version >=5.2.4
composer-runtime-api Version ^2.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 planetacodigo/pla contains the following files

Loading the files please wait ....