Download the PHP package maintainerati/bikeshed without Composer

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

Maintainerati Bikeshed

Requirements

Installation

Option A — Site project (recommended)

Change to the base of where you want to create the new site install and run:

Option B — Symfony Bundle (existing project)

From the project root, run:

Option C — Standalone library (existing project)

From the project root, run:

Configuration

Routes

NOTE: If you are not using the skeleton or the bundle the routes are automatically configured.

You need to configure the following named routes:

Property Value
Route Name bikeshed_homepage
Path /
Path Regex #^/$#sDu
Host ANY
Host Regex
Scheme ANY
Method ANY
Requirements NO CUSTOM
Class Symfony\Component\Routing\Route
Defaults _controller: Maintainerati\Bikeshed\Controller\HomepageController
Options compiler_class: Symfony\Component\Routing\RouteCompiler
utf8: true
Property Value
Route Name bikeshed_focus
Path /focus
Path Regex #^/focus$#sDu
Host ANY
Host Regex
Scheme ANY
Method ANY
Requirements NO CUSTOM
Class Symfony\Component\Routing\Route
Defaults _controller: Maintainerati\Bikeshed\Controller\FocusController
Options compiler_class: Symfony\Component\Routing\RouteCompiler
utf8: true
Property Value
Route Name bikeshed_refocus
Path /refocus/{event}/{session}/{space}
Path Regex #^/refocus/(?P\w{8}-\w{4}-\w{4}-\w{4}-\w{12})/(?P\w{8}-\w{4}-\w{4}-\w{4}-\w{12})/(?P\w{8}-\w{4}-\w{4}-\w{4}-\w{12})$#sDu
Host ANY
Host Regex
Scheme ANY
Method ANY
Requirements event: \w{8}-\w{4}-\w{4}-\w{4}-\w{12}
session: \w{8}-\w{4}-\w{4}-\w{4}-\w{12}
space: \w{8}-\w{4}-\w{4}-\w{4}-\w{12}
Class Symfony\Component\Routing\Route
Defaults _controller: Maintainerati\Bikeshed\Controller\ReFocusController
Options compiler_class: Symfony\Component\Routing\RouteCompiler
utf8: true
Property Value
Route Name bikeshed_register
Path /register
Path Regex #^/register$#sDu
Host ANY
Host Regex
Scheme ANY
Method ANY
Requirements NO CUSTOM
Class Symfony\Component\Routing\Route
Defaults _controller: Maintainerati\Bikeshed\Controller\RegistrationController
Options compiler_class: Symfony\Component\Routing\RouteCompiler
utf8: true
Property Value
Route Name bikeshed_login
Path /login
Path Regex #^/login$#sDu
Host ANY
Host Regex
Scheme ANY
Method ANY
Requirements NO CUSTOM
Class Symfony\Component\Routing\Route
Defaults _controller: Maintainerati\Bikeshed\Controller\SecurityController
Options compiler_class: Symfony\Component\Routing\RouteCompiler
utf8: true
Property Value
Route Name bikeshed_logout
Path /logout
Path Regex #^/logout$#sDu
Host ANY
Host Regex
Scheme ANY
Method ANY
Requirements NO CUSTOM
Class Symfony\Component\Routing\Route
Defaults NONE
Options compiler_class: Symfony\Component\Routing\RouteCompiler
utf8: true
Property Value
Route Name bikeshed_admin_editor
Path /admin/edit/{type}/{id}
Path Regex #^/admin/edit/(?P(?:event session space note))/(?P\w{8}-\w{4}-\w{4}-\w{4}-\w{12})$#sDu
Host ANY
Host Regex
Scheme ANY
Method ANY
Requirements id: \w{8}-\w{4}-\w{4}-\w{4}-\w{12}
type: (event session space note)
Class Symfony\Component\Routing\Route
Defaults _controller: Maintainerati\Bikeshed\Controller\Admin\EditorController
Options compiler_class: Symfony\Component\Routing\RouteCompiler
utf8: true
Property Value
Route Name bikeshed_admin_one_time_keys
Path /admin/one-time-keys
Path Regex #^/admin/one-time-keys$#sDu
Host ANY
Host Regex
Scheme ANY
Method ANY
Requirements NO CUSTOM
Class Symfony\Component\Routing\Route
Defaults _controller: Maintainerati\Bikeshed\Controller\Admin\OneTimeKeysController
Options compiler_class: Symfony\Component\Routing\RouteCompiler
utf8: true
Property Value
Route Name bikeshed_async_form
Path /async/form/{event}/{session}/{space}/{note}
Path Regex #^/async/form(?:/(?P\w{8}-\w{4}-\w{4}-\w{4}-\w{12})(?:/(?P\w{8}-\w{4}-\w{4}-\w{4}-\w{12})(?:/(?P\w{8}-\w{4}-\w{4}-\w{4}-\w{12})(?:/(?P\w{8}-\w{4}-\w{4}-\w{4}-\w{12}))?)?)?)?$#sDu
Host ANY
Host Regex
Scheme ANY
Method ANY
Requirements event: \w{8}-\w{4}-\w{4}-\w{4}-\w{12}
note: \w{8}-\w{4}-\w{4}-\w{4}-\w{12}
session: \w{8}-\w{4}-\w{4}-\w{4}-\w{12}
space: \w{8}-\w{4}-\w{4}-\w{4}-\w{12}
Class Symfony\Component\Routing\Route
Defaults _controller: Maintainerati\Bikeshed\Controller\AsyncFormController
_format: json
event: NULL
note: NULL
session: NULL
space: NULL
Options compiler_class: Symfony\Component\Routing\RouteCompiler
utf8: true
Property Value
Route Name bikeshed_space
Path /space
Path Regex #^/space$#sDu
Host ANY
Host Regex
Scheme ANY
Method ANY
Requirements NO CUSTOM
Class Symfony\Component\Routing\Route
Defaults _controller: Maintainerati\Bikeshed\Controller\SpaceController
Options compiler_class: Symfony\Component\Routing\RouteCompiler
utf8: true
Property Value
Route Name bikeshed_note
Path /note/{id}
Path Regex #^/note/(?P\w{8}-\w{4}-\w{4}-\w{4}-\w{12})$#sDu
Host ANY
Host Regex
Scheme ANY
Method ANY
Requirements id: \w{8}-\w{4}-\w{4}-\w{4}-\w{12}
Class Symfony\Component\Routing\Route
Defaults _controller: Maintainerati\Bikeshed\Controller\NoteController
Options compiler_class: Symfony\Component\Routing\RouteCompiler
utf8: true

All versions of bikeshed with dependencies

PHP Build Version
Package Version
Requires php Version ^7.2
ext-intl Version *
ext-json Version *
ext-pdo Version *
api-platform/core Version ^2.1
doctrine/annotations Version ^1.0
doctrine/orm Version ^2.5.11
erusev/parsedown Version ^1.7
ezyang/htmlpurifier Version ^4.10
hostnet/form-handler-component Version ^1.5.3
knplabs/knp-menu Version ^2.3
limenius/liform Version ^0.12.0
ramsey/uuid-doctrine Version ^1.5
rollerworks/password-strength-validator Version ^1.1
swiftmailer/swiftmailer Version ^6.1.3
symfony/asset Version ^4.3
symfony/console Version ^4.3
symfony/form Version ^4.3
symfony/http-client Version ^4.3
symfony/security-core Version ^4.3
symfony/security-csrf Version ^4.3
symfony/security-guard Version ^4.3
symfony/translation Version ^4.3
symfony/validator Version ^4.3
symfony/web-link Version ^4.3
symfony/yaml Version ^4.3
twig/cssinliner-extension Version ^2.0
twig/twig Version ^2.9
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 maintainerati/bikeshed contains the following files

Loading the files please wait ....