https://github.com/Gregwar/Plankton
Plankton is a PHP pico framework
https://github.com/Gregwar/Plankton
pedagogy php php-pico-framework plankton
Last synced: about 2 months ago
JSON representation
Plankton is a PHP pico framework
- Host: GitHub
- URL: https://github.com/Gregwar/Plankton
- Owner: Gregwar
- License: other
- Created: 2013-12-12T17:14:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-21T13:24:15.000Z (over 10 years ago)
- Last Synced: 2024-08-02T08:08:11.077Z (11 months ago)
- Topics: pedagogy, php, php-pico-framework, plankton
- Language: PHP
- Homepage:
- Size: 629 KB
- Stars: 58
- Watchers: 9
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Plankton
This is a PHP pico framework (42 lines for the core,
100 including examples)## Features
It features:
* An amazing route generator, with the `path()` and `asset()` functions
* A tremendous templating system with the `render()` function
* Splendid architecture of controllers
* External powerful configuration
* It example suggests a swaggy way to handle your database
* Packaged with bootstrapAll that with bleeding edge performances
It also comes with some examples page, an index, a 404, a
a page greeting you and a page listing films from databaseIt doesn't uses any third-party library, everything is
in this repository, you can quickly read all its source
code.It also features a generic autoloader, so you can write your
own classes and easily access it.For more information, have a look at [the blog post about Plankton](http://gregwar.com/posts/plankton-a-php-pedagocical-42-lines-framework)
## Documentation
* RTFC = Read The Fucking Code
### Controllers
RTFC
### Configuration
RTFC
### Database
RTFC
### Templating
RTFC
### Router
RTFC
## LICENCE
This repository is under Beer-Ware licence