top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is Slim Framwork in PHP?

0 votes
391 views

What is SLIM?

Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.

What is Micro Framework?

->Concise Codebase
->Clear Codebase
->Address a small set of Use Cases
->Address those Use Cases Well

Features for Slim Framework

1)Easy to use, powerful, and flexible router
2)Custom view to render templates
3)Secure cookies
4)HTTP caching
5)Easy to use error handling and debugging
6)Simple configuration

Demo Video For Slim PHP Framework

posted Feb 25, 2015 by anonymous

  Promote This Article
Facebook Share Button Twitter Share Button LinkedIn Share Button


Related Articles

What is Phalcon ?

Phalcon is an open source, full stack framework for PHP 5 written as a C-extension, optimized for high performance. You don't need to learn or use the C language, since the functionality is exposed as PHP classes ready for you to use.

Phalcon is a web framework implemented as a C extension offering high performance and lower resource consumption

Image for performance survey for Phalcon

image

Advantages for Phalcon

1)Fast, blazing fast, really fast, its written in C fast
2)Traditional MVC code. The PHP part is very similar to other MVC frameworks
3)Cool factor. It has some of the same coolness of Laravel 4 when it first came out

Disadvantages for Phalcon

1)Compiled Extension (complex install, impossible on shared hosting)
2)Young compared to competition (March 2012)
3)If something goes really wrong, you’re debugging C

Video for Phalcon (How to Start)

https://www.youtube.com/watch?v=RZV7PuosvOk

READ MORE

What is Hazaar MVC?

Hazaar MVC is an open source web application framework. It is written in PHP, modeled after the concepts of Zend Framework, and distributed under the Apache License.

Hazaar MVC is an advanced and flexible PHP 5.3+ framework designed for rapid development of todays dynamic, real-time web applications.

Here are some key features of Hazaar MVC:
· Modular design for good performance
· Extensible structure
· Easy database access
· Caching system
· Authentication
· Logging utility
· XML RPC support, and much more

For more reference visit official site - http://www.hazaarmvc.com/

READ MORE

What is Xataface?

Xataface is an open source PHP framework for building PHP/MySQL applications in less time that with fewer lines of code.

Xataface is a flexible and shapable skin that sits on top of MySQL, making it accessible to every-day users. It automatically generates the appropriate forms, lists, and menus for a user to interact with the database without having to know any SQL.

It is a full-featured Web application framework, and gives developers the flexibility to customize the features and behavior of their application via configuration files (using the simple INI-file syntax), templates, and plug-ins. A generic application with no customizations is completely functional, but the developer is free to customize things at his leisure.

Xataface is a framework, but it is not a typical framework. Most frameworks require a substantial amount of development before you get a usable application.

Who is Xataface for?
Xataface is for web developers and database administrators who would like to build a front-end for their MySQL database. However the resulting applications are targeted at non-technical users such as secretaries.

Xataface fits a niche that is not well covered by existing apps/frameworks.

Xataface is NOT:

1)A database administration system like PHPMyAdmin
2)Simply a software library/Framework like PHPCake
3)Simply a content management system like Drupal
4)A code generator

See More about Xataface - http://xataface.com/wiki/about

Video for Xataface Theme Preview

https://www.youtube.com/watch?v=ehXIeIEoaeA

READ MORE
...