Download the PHP package enrise/frisbee without Composer

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

Frisbee

Frisbee by Enrise

Exception Coverage Exception Driven Development Travis branch Packagist Packagist Packagist

Demo

Disclaimer

This is just a 1st of April joke, I hope you liked it! :)

About

With Frisbee you can start enjoying the next level of programming: exception driven development.

Exception driven development takes everything what's good about programming, intensifies it by 300%, and puts it a easy to remember workflow.

Once you get used to it, you wonder why you ever used Laravel.

Core concepts

Frisbee achieves the goodness by employing these two core concepts: Frisbees and Boomerangs. Each is based upon the concept of exceptions, and by throwing these, we achieved optimal speed an stability.

By accepting exceptions as a thing of beauty instead of an annoying byproduct of coding, we optimize your workflow and attitude towards life.

Please note that only recent versions of PHP (being 7 and up) support the right attitude towards exceptions, so Frisbee is optimized only for PHP7.

Installation

To start a new project based on Frisbee, simply use composer to create a project:

and start a local webserver like so:

Now checkout http://localhost:8080 and see a skeleton Frisbee app in action!

Throwing your first application

As explained above, Frisbee is built upon the core concepts of Frisbees and Boomerangs.

In the next section of this README, we will step through each of the basic concepts.

Frisbees

Frisbees are used to throw the part of your application you want to use next. An example of this can be seen from the very start of the application, in public/index.php:

See the code in the application to discover how to fling towards the different parts of your application from here.

Boomerangs

Boomerangs are like Frisbees, with the added functionality that they return on the place they were thrown from. This makes is unbelievably easy to e.g. load resources like a database handler, or in the example below, the Twig templating engine.

After throwing the boomerang, $this->resources['templates'] is set and you can go on with your business from here.

Bugs, questions, and improvements

If you found a bug or have a question, please open an issue on the GitHub Issue tracker. Improvements can be sent by a Pull Request against the develop branch and are greatly appreciated!


All versions of frisbee with dependencies

PHP Build Version
Package Version
Requires symfony/routing Version ^3.0
twig/twig Version ^1.24
alrik11es/cowsayphp 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 enrise/frisbee contains the following files

Loading the files please wait ....