Download the PHP package just-paja/fudjan without Composer

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

Fudjan LMCV web framework

Yet another web framework that tries to be open, lightweight and simple.

Sadly, I didn't have time to create any usable docs, just some inlined javadoc style comments.

Installation

  1. Get Composer if you don't have it already
  2. Create project via composer. Package fudjan-project is a very simple wrapper for downloading composer dependencies and keeping clean

Features

Multi level JSON config

You keep your config on path using simple and readable JSON. Lookup default config on for list of options. Fudjan reads all .json files begining in , going trough and finishing in . So you can simply overwrite settings just by writing them inside a json file.

Domain config

Do you use subdomains, vhosts or just run multiple domains? Just define rules how they're recognized and connect it with your routes. You might want to keep this config in

Key is regexp that is matched agains host header. Key is list of scripts to run before page load. Scripts are taken from

Binary helpers

If your installation went well, you'll find executable in . It contains modules and context help. Running it without arguments displays some basic info about your config. Syncing or migrating database, updating assets and deploying your project will be like walking trough the garden of marshmallow.

Regexp URLs (routes)

This is pretty standard feature I guess. Routes are also in JSON on path

Advanced resource handling

Images, icon, styles and scripts are accessed using serial numbers. When you change your website style, you change the serial number and frontend client is forced to re-download whole style.

Javascript and css files are minified when 'dev.debug.frontend' is not falsy.

Bower integration

Basic functions of bower are integrated inside fudjan. Packages are saved inside . If you want to add dependency, set config . For syntax, see default settings.

Fudjan has CLI module for listing and updating frontend dependencies

Resource packs

Resources are gathered during rendering process of http response. Right before sending it, they're concatenated.

Resource tags

You can tag images, icons, whatever and create your own tags inside styles and scripts.

Requirements

Fudjan will run with php >= 5.3. Extension for database connections will be required, most likely PDO, but applications without DB can be made with fudjan as well.

LMCV?

Layout, model, controller, view. You define what and how many modules are run when URL pattern is triggered.

Why fudjan?

The name is derived from Fuck Django.


All versions of fudjan with dependencies

PHP Build Version
Package Version
Requires oyejorge/less.php Version ^1.6
kylekatarnls/jade-php Version @dev
filp/whoops Version ^2.1
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 just-paja/fudjan contains the following files

Loading the files please wait ....