Download the PHP package kzarshenas/crazyphp without Composer

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

CrazyPHP

My crazy framework for creating ultra-fast webapps.

Installation

Install via composer :

Project

New project :

Update project :

Delete project :

Router

New router

Delete router

Router Type

New router type

Delete router type

Extension

New router type

Update extension

Delete router type

Trash

Clean trash

When you remove router... a backup of the files removed are copy into the trash.

Docker (optionnal)

Create docker compose :

Delete docker compose :

Up docker compose :

Down docker compose :

Dev

Run test (usign PHPUnit)

Default env variables

Env variables of the app are stored in $GLOBALS["__CRAZY_APP"]

Name Tokken Type Description
CRAZY_ROOT @crazyphp_root \ Root of crazyphp vendor folder
APP_ROOT @app_root \ Root of your crazy application
PHPUNIT_TEST @phpunit_test \ Determine if we are in a test context
CONFIG_LOCATION @config_location \ Determine the location of the configs files
ROUTER_APP_PATH @router_app_path \ Determine the path of the front files of the routers
ROUTER_CONTROLLER_PATH @router_controller_path \ Determine the path of the back end controller of routers
ROUTER_TYPE_PATH @router_type_path \ Determine the path of the back end router type
TRASH_PATH @trash_path \ Determine the path of the trash
TRASH_DISABLE @trash_disable \ Determine if the trash is disable
PARAMETERS_URL_OVERRIDE @parameters_url_override \ Override parameters passed by url

Documentation


All versions of crazyphp with dependencies

PHP Build Version
Package Version
Requires mezon/router Version ^1.5
splitbrain/php-cli Version ^1.1
league/climate Version ^3.8
symfony/yaml Version ^6.1
catfan/medoo Version ^2.1
delight-im/auth Version ^8.3
symfony/finder Version ^6.1
zordius/lightncandy Version ^1.2
phpfastcache/phpfastcache Version ^9.1
nyholm/psr7 Version ^1.5
nyholm/psr7-server Version ^1.0
laminas/laminas-httphandlerrunner Version ^2.3
psr/http-message Version ^1.0
cboden/ratchet Version ^0.4.4
phpmyadmin/sql-parser Version ^5.9
vlucas/phpdotenv Version ^5.6
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 kzarshenas/crazyphp contains the following files

Loading the files please wait ....