Download the PHP package clickalicious/doozr without Composer

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


Doozr: The lightweight PHP-Framework for high-performance websites.

Build Status Scrutinizer Code Coverage clickalicious open source
GitHub release Waffle.io SensioLabsInsight Packagist

Table of Contents

Features

Requirements

Philosophy

Doozr is the lightweight PHP-Framework for high-performance applications. It follows the convention over configuration-principle. Doozr comes with the right set of core Services to build, test and deploy high-scalable and stable web-applications. Doozr supports the CLI, CGI as well as PHP's Internal Webserver SAPI. A ultra fast routing mechanism helps you building flexible web-applications. But Doozr has so much more to offer! Try it, run it ... ♥ it ;)

Services

Doozr is shipped with the following Services:

100% composer support. For any missing features we can make use of packagist.org. So just put the required package(s) in your composer.json and use them right after installation without need to include .../vendor/autoload.php manually. Doozr detects the composer packages and includes the autoloader of composer.

This mechanism is our pragmatic approach as bridge to all the software & libraries out there. Of course you can build your very own Services and load them the same way as you would load a Doozr Service - but you are not required to do so. In other words: If you just want to use some smart library then pick it by using composer - but if you want to build your own piece of library then you should build a Doozr Service (which itself can use Composer as well).

Testing & Coverage

Our minimum quality standard for releasing Doozr version 1.0.0 is a test coverage of ~90%. Currently - while focussing the first public beta release of Doozr - we target a test coverage of ~75%. But we will do our best to reach the 90% as marker of excellence. It's hard work currently cleaning the whole code base, refactoring huge parts and removing some uneccessary ones. We know how important it is to provide stable and tested functionality - So you can always track the coverage by viewing Doozr's online code coverage report in HTML-format.

Versioning

For a consistent versioning we decided to make use of Semantic Versioning 2.0.0 http://semver.org. Its easy to understand, very common and known from many other software projects.

Roadmap

Throughput Graph

Security Issues

If you encounter a (potential) security issue don't hesitate to get in contact with us [email protected] before releasing it to the public. So i get a chance to prepare and release an update before the issue is getting shared. Thank you!

Participate & Share

... yeah. If you're a code monkey too - maybe we can build a force ;) If you would like to participate in either Code, Comments, Documentation, Wiki, Bug-Reports, Unit-Tests, Bug-Fixes, Feedback and/or Critic then please let us know as well!

Sponsors

Thanks to our sponsors and supporters:

JetBrains Navicat
Copyright

Icons made by Sebastian Carl licensed by CC BY 3.0


All versions of doozr with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.0
ext-mbstring Version *
clickalicious/cachingmiddleware Version ^1.1
clickalicious/memcached.php Version ^1.0
clickalicious/rng Version ^1.1
doctrine/dbal Version ^2.5
doctrine/orm Version ^2.5
doctrine/instantiator Version ^1.0
doctrine/annotations Version ^1.2
symfony/console Version ^2.8
symfony/polyfill-mbstring Version ^1.1
hautelook/phpass Version ^1.0
wp-cli/php-cli-tools Version ^0.11.1
donatj/flags Version ^1.1
nikic/fast-route Version ^0.8.0
maximebf/debugbar Version ^1.11
firephp/firephp-core Version ^0.4.0
filp/whoops Version ^2.1
ramsey/uuid Version ^3.3
moontoast/math Version ^1.1
phptal/phptal Version ^1.3
mrclay/minify Version ^2.3
sepia/po-parser Version ^4.2.1
psr/http-message Version ^1.0
psr/log Version ^1.0
lusitanian/oauth Version ^0.8.9
nesbot/carbon Version ^1.21
enygma/expose Version ^2.4
ircmaxell/password-compat Version ^1.0
relay/relay Version ^1.1
relay/middleware Version ^1.0
vlucas/phpdotenv Version ^2.2
shrikeh/teapot Version ^1.0
cocur/slugify Version ^2.1
guzzlehttp/guzzle Version ^6.2
league/event Version ^2.1
gpupo/cache Version ^1.2
danielstjules/stringy Version ^2.3
jbroadway/urlify 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 clickalicious/doozr contains the following files

Loading the files please wait ....