2017 © Pedro Peláez
 

library slick

The Slick Framework project.

image

slick/slick

The Slick Framework project.

  • Thursday, May 10, 2018
  • by fsilva
  • Repository
  • 2 Watchers
  • 4 Stars
  • 557 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 16 Versions
  • 1 % Grown

The README.md

Slick Framework

Slick is a PHP 5.4+ MVC framework and tool set that aim to be simple robust and cool to work with. The goal was to create a PHP framework that could be used to develop web applications with agile methodologies like SCRUM or KANBAN in mind., (*1)

Current build status, (*2)

Build Status Coverage StatusLatest Stable Version Total Downloads Latest Unstable Version License, (*3)

Features, (*4)

  • Cache management
  • Easy configuration
  • Dependency Injection container
  • Session handling
  • Form building (and rendering)
  • Simple ORM that uses PDO for data access
  • Data filters and validators
  • Uses Twig for a robust template engine
  • Behavior/test driven development (with Codeception)
  • A a lot of interfaces for easy implementations of your own needs.

Installation, (*5)

The best way to get started with Slick framework is using composer. We have created a template that get you with a base web application files and directory structure. To start a project using our web application template run, (*6)

$ composer create-project slick/webapp <your-app-name>

If you wat to use a Slick module in your existing project just add the corespondent module name your project composer.json file. Lets have an example. Adding the slick/template Slick module to your project is as simple as adding the following line to your project’s composer.json file:, (*7)

{
    "require": {
        "slick/template": "1.0.*@dev",
        ...
    }
}

Then you need to run:, (*8)

$ composer update

to be able to add the specified library to your vendor directory., (*9)

Contribute, (*10)

Support, (*11)

If you are having issues, please let us know., (*12)

License, (*13)

The project is licensed under the MIT License (MIT), (*14)

The Versions

16/01 2014

v1.0.0-alpha

1.0.0.0-alpha

The Slick Framework project.

  Sources   Download

MIT

The Requires

 

framework slick