Download the PHP package svatekr/rsrs without Composer

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

RS::RS

Downloads this Month Latest Stable Version

Kostra redakčního systému postavená nad Nette Frameworkem

Instalace

Nejlepší je použít Composer. pokud ho nemáš, pořiď si ho. Instalaci sandboxu spustíš příkazem:

    composer create-project rsrs/rsrs path/to/install
    cd path/to/install

Složky temp/ a log/ potřebují mít povolený zápis.

Vytvoř databázi a naimportujte do ní soubor redakcni-system.sql. V souboru www/config/config.local.neon změň výchozí údaje pro připojení k databázi.

Web Server

Pokud neprovozuješ nějaký server jako třeba Apache, je nejjednodušší spustit vlastní server příkazem:

    php -S localhost:8000

Po zadání adresy http://localhost:8000 do prohlížeče pak uvidíš úvodní stranu.

Založení Administrátora

Spusť příkazový řádek a zadej:

    cd redakcni-system\bin
    php create-user.php root password admin

Argument root a password si můžeš změnit jak chceš. Jde o uživatelské jméno a heslo. Argument admin je role uživatele a tu bys v tomto případě měnit neměl. Mrkni do databázové tabulky users a měl bys vidět jeden záznam.

Administrace je na adrese http://localhost:8000/admin


All versions of rsrs with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.0
nette/application Version ~2.3.12
nette/bootstrap Version ~2.3.4
nette/caching Version ~2.3.5
nette/component-model Version ~2.2.4
nette/database Version ~2.3.8
nette/deprecated Version ~2.3.2
nette/di Version ~2.3.10
nette/finder Version ~2.3.2
nette/forms Version ~2.3.8
nette/http Version ~2.3.6
nette/mail Version ~2.3.5
nette/neon Version ~2.3.4
nette/php-generator Version ~2.3.5
nette/reflection Version ~2.3.2
nette/robot-loader Version ~2.3.1
nette/safe-stream Version ~2.3.2
nette/security Version ~2.3.1
nette/tokenizer Version ~2.2.1
nette/utils Version ~2.3.8
latte/latte Version ~2.3.11
tracy/tracy Version ~2.3.10
dg/adminer-custom Version ^1.6
o5/grido Version ^2.1
dibi/dibi Version ^3.0
kdyby/translation Version ^2.3
kdyby/bootstrap-form-renderer Version @dev
ipub/visual-paginator 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 svatekr/rsrs contains the following files

Loading the files please wait ...